public static enum SoImageStackProjectionProcessing3d.GradientOperators extends java.lang.Enum<SoImageStackProjectionProcessing3d.GradientOperators> implements IntegerValuedEnum
Enum Constant and Description |
---|
GAUSSIAN_GRADIENT
Compute a gaussian gradient (convolution with derivatives of gaussian function along the stack direction).
|
MORPHOLOGICAL_GRADIENT
Compute a morphological gradient (see
SoMorphologicalGradientProcessing for definition). |
RECURSIVE_GRADIENT
Compute a recursive gradient (Canny-Deriche on stack direction).
|
Modifier and Type | Method and Description |
---|---|
static SoImageStackProjectionProcessing3d.GradientOperators |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoImageStackProjectionProcessing3d.GradientOperators |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoImageStackProjectionProcessing3d.GradientOperators |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoImageStackProjectionProcessing3d.GradientOperators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoImageStackProjectionProcessing3d.GradientOperators GAUSSIAN_GRADIENT
public static final SoImageStackProjectionProcessing3d.GradientOperators MORPHOLOGICAL_GRADIENT
SoMorphologicalGradientProcessing
for definition).public static final SoImageStackProjectionProcessing3d.GradientOperators RECURSIVE_GRADIENT
public static SoImageStackProjectionProcessing3d.GradientOperators[] values()
for (SoImageStackProjectionProcessing3d.GradientOperators c : SoImageStackProjectionProcessing3d.GradientOperators.values()) System.out.println(c);
public static SoImageStackProjectionProcessing3d.GradientOperators 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 SoImageStackProjectionProcessing3d.GradientOperators fromValue(int val)
valueOf(int)
instead.public static SoImageStackProjectionProcessing3d.GradientOperators valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com