NoiseModelTypeEnum
NoiseModelTypeEnum enumeration constants are used to describe the type of noise on an image.
typedef enum {
NMT_Normal,
NMT_Correlated
} NoiseModelTypeEnum;
Elements
Name | Description |
---|---|
NMT_Normal | Additive white Gaussian noise. This is a standard noise model for normal photos taken with low ISO settings and having not high JPEG compression. This mode is useful for most of the photos. |
NMT_Correlated | Strongly correlated noise. This mode can be useful, for example, for the JPEG photos with high compression settings. |
Used in
8/15/2023 1:19:30 PM