Uses of Class
com.openinventor.imageviz.engines.imagesegmentation.binarization.SoTopHatProcessing.ElementShapes
-
Packages that use SoTopHatProcessing.ElementShapes Package Description com.openinventor.imageviz.engines.imagesegmentation.binarization Binarization allows to transform graylevel or color images into a binary image. -
-
Uses of SoTopHatProcessing.ElementShapes in com.openinventor.imageviz.engines.imagesegmentation.binarization
Fields in com.openinventor.imageviz.engines.imagesegmentation.binarization with type parameters of type SoTopHatProcessing.ElementShapes Modifier and Type Field Description SoSFEnum<SoTopHatProcessing.ElementShapes>SoTopHatProcessing. elementShapeSelect the type of structuring element shape.Methods in com.openinventor.imageviz.engines.imagesegmentation.binarization that return SoTopHatProcessing.ElementShapes Modifier and Type Method Description static SoTopHatProcessing.ElementShapesSoTopHatProcessing.ElementShapes. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoTopHatProcessing.ElementShapesSoTopHatProcessing.ElementShapes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoTopHatProcessing.ElementShapes[]SoTopHatProcessing.ElementShapes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-