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