ApplySigmaFilter Method of the ImageDocument Object

This method applies a noise reducing filter to the image. It is mostly useful for photographs.

We recommend experimenting on typical input images to find the parameter values which would work best for you, starting with Radius equal to 15 and Threshold equal to 3.0.

Syntax

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 _
)
    

Parameters

Radius
[in] The smoothing radius. Should be in the range from 15 to 30.
Threshold
[in] The noise intensity threshold. Should be in the range from 3 to 5.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

ImageDocument

24.03.2023 8:51:52

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.