Noise Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties describing noise level of the image.
public class Noise
type Noise = class
Public Class Noise
- Inheritance
-
Noise
Constructors
Noise() |
Initializes a new instance of the Noise class. |
Noise(NoiseLevel, Double) |
Initializes a new instance of the Noise class. |
Properties
NoiseLevel |
Gets or sets an enum value indicating level of noise. Possible values include: 'Low', 'Medium', 'High' |
Value |
Gets or sets a number indicating level of noise level ranging from 0 to 1. [0, 0.25) is under exposure. [0.25, 0.75) is good exposure. [0.75, 1] is over exposure. [0, 0.3) is low noise level. [0.3, 0.7) is medium noise level. [0.7, 1] is high noise level. |