二值化方法

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class BinarizationMethod extends System.Enum

指定图像的二值化方法。

字段

字段描述
FixedThreshold图像的二值化使用指定的固定阈值进行。
Otsu图像的二值化采用自适应方式,使用大津法评估阈值。

FixedThreshold

public static final int FixedThreshold

图像的二值化使用指定的固定阈值进行。

Otsu

public static final int Otsu

图像的二值化采用自适应方式,使用大津法评估阈值。