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