Uses of Class
com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling.SoHExtremaWatershedProcessing.SeparationModes
-
Packages that use SoHExtremaWatershedProcessing.SeparationModes Package Description com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling -
-
Uses of SoHExtremaWatershedProcessing.SeparationModes in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Fields in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling with type parameters of type SoHExtremaWatershedProcessing.SeparationModes Modifier and Type Field Description SoSFEnum<SoHExtremaWatershedProcessing.SeparationModes>
SoHExtremaWatershedProcessing. separationMode
Select the output image type: separation lines, split objects or separated basins.Methods in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling that return SoHExtremaWatershedProcessing.SeparationModes Modifier and Type Method Description static SoHExtremaWatershedProcessing.SeparationModes
SoHExtremaWatershedProcessing.SeparationModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoHExtremaWatershedProcessing.SeparationModes
SoHExtremaWatershedProcessing.SeparationModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoHExtremaWatershedProcessing.SeparationModes[]
SoHExtremaWatershedProcessing.SeparationModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-