Uses of Class
com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton.SoPruningProcessing2d.PruningModes
-
Packages that use SoPruningProcessing2d.PruningModes Package Description com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton The Hit-or-miss and Skeleton category contains engines used to produce simplified representations of the objects in an image, while preserving their geometrical structure. -
-
Uses of SoPruningProcessing2d.PruningModes in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton with type parameters of type SoPruningProcessing2d.PruningModes Modifier and Type Field Description SoSFEnum<SoPruningProcessing2d.PruningModes>
SoPruningProcessing2d. pruningMode
End point mode .Methods in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton that return SoPruningProcessing2d.PruningModes Modifier and Type Method Description static SoPruningProcessing2d.PruningModes
SoPruningProcessing2d.PruningModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoPruningProcessing2d.PruningModes
SoPruningProcessing2d.PruningModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoPruningProcessing2d.PruningModes[]
SoPruningProcessing2d.PruningModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-