RemoveNoise Method of the ImageDocument Object

This method reduces the noise on the image. It allows you to specify the model of the expected noise: see NoiseModelEnum for the description of available noise models.

Important! This method can be used for color and 8-bit gray images only.

Syntax

C++

HRESULT RemoveNoise(
  NoiseModelEnum NoiseModel,
  VARIANT_BOOL   HasLargeCharacters
);
    

C#

void RemoveNoise(
  NoiseModelEnum NoiseModel,
  bool           HasLargeCharacters
);
    

Visual Basic .NET

Sub RemoveNoise( _
  NoiseModel As NoiseModelEnum, _
  HasLargeCharacters As Boolean _
)
    

Parameters

NoiseModel
[in] Specifies the type of the noise. It can be either white noise, or correlated noise. See details in the description of the NoiseModelEnum constants.
HasLargeCharacters
[in] Specifies whether the characters on the image are bigger than 30 pixels.

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.