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