跳转到主要内容
此方法会对图像应用降噪滤波器,主要适用于照片。 我们建议先在具有代表性的输入图像上进行试验,以找出最适合您的参数值;开始时可将 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