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