Uses of Class
com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling.SoHExtremaWatershedProcessing.AlgorithmModes
-
Packages that use SoHExtremaWatershedProcessing.AlgorithmModes Package Description com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling -
-
Uses of SoHExtremaWatershedProcessing.AlgorithmModes in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Fields in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling with type parameters of type SoHExtremaWatershedProcessing.AlgorithmModes Modifier and Type Field Description SoSFEnum<SoHExtremaWatershedProcessing.AlgorithmModes>
SoHExtremaWatershedProcessing. algorithmMode
Select the algorithm mode for fastwatershed.Methods in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling that return SoHExtremaWatershedProcessing.AlgorithmModes Modifier and Type Method Description static SoHExtremaWatershedProcessing.AlgorithmModes
SoHExtremaWatershedProcessing.AlgorithmModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoHExtremaWatershedProcessing.AlgorithmModes
SoHExtremaWatershedProcessing.AlgorithmModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoHExtremaWatershedProcessing.AlgorithmModes[]
SoHExtremaWatershedProcessing.AlgorithmModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-