BinarizationMethod
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class BinarizationMethod extends System.Enum
Specifies binarization method for an image.
Fields
Field | Description |
---|---|
FixedThreshold | The image’s binarization is performed using specified fixed threshold. |
Otsu | The image’s binarization is performed adaptively using Otsu’s method to evaluate threshold. |
FixedThreshold
public static final int FixedThreshold
The image’s binarization is performed using specified fixed threshold.
Otsu
public static final int Otsu
The image’s binarization is performed adaptively using Otsu’s method to evaluate threshold.