Skip to main content

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.

NoiseModelEnum enumeration constants are used to describe the type of noise on an image.
typedef enum {
 NM_WhiteNoise,
 NM_CorrelatedNoise
} NoiseModelEnum;

Elements

NameDescription
NM\_CorrelatedNoiseStrongly correlated noise. This mode may be useful, for example, for the JPEG photos with high compression settings.
NM\_WhiteNoiseWhite noise. This mode may be useful, for example, for uncompressed images with ISO less then 800, for reduced images.

Used in

IImageDocument::RemoveNoise