public static enum SoSeparateObjectsProcessing.SeparationModes extends java.lang.Enum<SoSeparateObjectsProcessing.SeparationModes> implements IntegerValuedEnum
Enum Constant and Description |
---|
CONTIGUOUS_BASINS
The result data is the watersheds without separation lines (label image).
|
CONTIGUOUS_OBJECTS
The result data is the original image labelized taking into account the watersheds (label image).
|
SEPARATED_BASINS
The result data is the watersheds (label image).
|
SEPARATED_OBJECTS
The result data is the original data minus separation lines (binary image of split particles).
|
WATERSHED_RIDGES
The result data is the separation lines (binary image).
|
Modifier and Type | Method and Description |
---|---|
static SoSeparateObjectsProcessing.SeparationModes |
fromValue(int val)
Deprecated.
Use
valueOf(int) instead. |
int |
getValue()
Returns the integer value of the enum constant.
|
static SoSeparateObjectsProcessing.SeparationModes |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSeparateObjectsProcessing.SeparationModes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSeparateObjectsProcessing.SeparationModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoSeparateObjectsProcessing.SeparationModes SEPARATED_OBJECTS
public static final SoSeparateObjectsProcessing.SeparationModes WATERSHED_RIDGES
public static final SoSeparateObjectsProcessing.SeparationModes SEPARATED_BASINS
public static final SoSeparateObjectsProcessing.SeparationModes CONTIGUOUS_BASINS
public static final SoSeparateObjectsProcessing.SeparationModes CONTIGUOUS_OBJECTS
public static SoSeparateObjectsProcessing.SeparationModes[] values()
for (SoSeparateObjectsProcessing.SeparationModes c : SoSeparateObjectsProcessing.SeparationModes.values()) System.out.println(c);
public static SoSeparateObjectsProcessing.SeparationModes 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 SoSeparateObjectsProcessing.SeparationModes fromValue(int val)
valueOf(int)
instead.public static SoSeparateObjectsProcessing.SeparationModes 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