メインコンテンツへスキップ

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 に設定してお試しください。

構文

C++

HRESULT ApplySigmaFilter(
  int    Radius,
  double Threshold
);

C#

void ApplySigmaFilter(
  int    Radius,
  double Threshold
);

Visual Basic .NET

Sub ApplySigmaFilter( _
  Radius As Integer, _
  Threshold As Double _
)

パラメーター

Radius [in] 平滑化半径。15 ~ 30 の範囲で指定してください。 Threshold [in] ノイズ強度のしきい値。3 ~ 5 の範囲で指定してください。

戻り値

このメソッドに固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値を返します。

関連項目

ImageDocument