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