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