NoiseModelEnum
NoiseModelEnum enumeration constants are used to describe the type of noise on an image.
typedef enum {
NM_WhiteNoise,
NM_CorrelatedNoise
} NoiseModelEnum;
Elements
Name | Description |
---|---|
NM_CorrelatedNoise | Strongly correlated noise. This mode may be useful, for example, for the JPEG photos with high compression settings. |
NM_WhiteNoise | White noise. This mode may be useful, for example, for uncompressed images with ISO less then 800, for reduced images. |
Used in
7/3/2024 8:50:25 AM