PreprocessingFilter.Threshold

Threshold(int)

元の画像のピクセル強度にしきい値を設定して、バイナリ画像を作成します。

public static PreprocessingFilter Threshold(int value)
パラメータタイプ説明
valueInt32最大値。

戻り値

BinarizeFilter オブジェクト。

関連項目


Threshold(int, Rectangle)

元の画像部分のピクセル強度にしきい値を設定することに基づいて、画像のバイナリ部分を作成します。

public static PreprocessingFilter Threshold(int value, Rectangle area)
パラメータタイプ説明
valueInt32最大値。
areaRectangle修正する画像の部分の座標。

戻り値

BinarizeFilter オブジェクト。

関連項目