Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
このメソッドは、画像にノイズ低減フィルターを適用します。主に写真画像に効果的です。
一般的な入力画像を使って試しながら、最適なパラメーター値を見つけることをお勧めします。まずは Radius を 15、Threshold を 3.0 に設定してお試しください。
HRESULT ApplySigmaFilter(
int Radius,
double Threshold
);
void ApplySigmaFilter(
int Radius,
double Threshold
);
Sub ApplySigmaFilter( _
Radius As Integer, _
Threshold As Double _
)
Radius
[in] 平滑化半径。15 ~ 30 の範囲で指定してください。
Threshold
[in] ノイズ強度のしきい値。3 ~ 5 の範囲で指定してください。
このメソッドに固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値を返します。
ImageDocument