Skip to main content
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