public static enum SoGradientMagnitudeProcessing2d.GradientModes extends java.lang.Enum<SoGradientMagnitudeProcessing2d.GradientModes> implements IntegerValuedEnum
Enum Constant and Description |
---|
AMPLITUDE_AND_ORIENTATION
This option computes euclidean amplitude and the orientation (between -128° and +128°).
|
AMPLITUDE_EUCLIDEAN
This option computes the gradient euclidean amplitude.
|
AMPLITUDE_MAX_OF_MAGS
This option computes the gradient amplitude as the maximum of magnitudes.
|
Modifier and Type | Method and Description |
---|---|
static SoGradientMagnitudeProcessing2d.GradientModes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoGradientMagnitudeProcessing2d.GradientModes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoGradientMagnitudeProcessing2d.GradientModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoGradientMagnitudeProcessing2d.GradientModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoGradientMagnitudeProcessing2d.GradientModes AMPLITUDE_MAX_OF_MAGS
outAmplitudeImage
output is set using this mode.public static final SoGradientMagnitudeProcessing2d.GradientModes AMPLITUDE_EUCLIDEAN
outAmplitudeImage
output is set using this mode.public static final SoGradientMagnitudeProcessing2d.GradientModes AMPLITUDE_AND_ORIENTATION
outAmplitudeImage
and outOrientationImage
outputs are set using this mode.public static SoGradientMagnitudeProcessing2d.GradientModes[] values()
for (SoGradientMagnitudeProcessing2d.GradientModes c : SoGradientMagnitudeProcessing2d.GradientModes.values()) System.out.println(c);
public static SoGradientMagnitudeProcessing2d.GradientModes valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null@Deprecated public static SoGradientMagnitudeProcessing2d.GradientModes fromValue(int val)
valueOf(int)
instead.public static SoGradientMagnitudeProcessing2d.GradientModes valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on August 20, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com