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