Uses of Class
com.openinventor.imageviz.engines.imagesegmentation.regiongrowing.SoMarkerBasedWatershedProcessing.PrecisionModes
-
Packages that use SoMarkerBasedWatershedProcessing.PrecisionModes Package Description com.openinventor.imageviz.engines.imagesegmentation.regiongrowing This group contains segmentation engines based on the propagation of a seed. -
-
Uses of SoMarkerBasedWatershedProcessing.PrecisionModes in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing with type parameters of type SoMarkerBasedWatershedProcessing.PrecisionModes Modifier and Type Field Description SoSFEnum<SoMarkerBasedWatershedProcessing.PrecisionModes>
SoMarkerBasedWatershedProcessing. precisionMode
Select the mode of algorithm precision for watershed.Methods in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing that return SoMarkerBasedWatershedProcessing.PrecisionModes Modifier and Type Method Description static SoMarkerBasedWatershedProcessing.PrecisionModes
SoMarkerBasedWatershedProcessing.PrecisionModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMarkerBasedWatershedProcessing.PrecisionModes
SoMarkerBasedWatershedProcessing.PrecisionModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMarkerBasedWatershedProcessing.PrecisionModes[]
SoMarkerBasedWatershedProcessing.PrecisionModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-