阈值

Threshold(int)

基于对原始图像像素强度设置阈值来创建二值图像。

public static PreprocessingFilter Threshold(int value)
ParameterType描述
Int32最大值。

返回值

BinarizeFilter 对象。

另请参见


Threshold(int, Rectangle)

基于对原始图像部分像素强度设置阈值,创建图像的二值部分。

public static PreprocessingFilter Threshold(int value, Rectangle area)
ParameterType描述
Int32最大值。
区域Rectangle要校正的图像部分的坐标。

返回值

BinarizeFilter 对象。

另请参见