PreprocessingFilter.ContrastCorrectionFilter

ContrastCorrectionFilter()

コントラスト補正フィルター.

public static PreprocessingFilter ContrastCorrectionFilter()

戻り値

ContrastCorrectionFilter オブジェクト。

関連項目


ContrastCorrectionFilter(Rectangle)

画像の一部のコントラスト補正フィルター.

public static PreprocessingFilter ContrastCorrectionFilter(Rectangle area)
パラメータタイプ説明
areaRectangle修正する画像の部分の座標。

戻り値

ContrastCorrectionFilter オブジェクト。

関連項目