Enum PhotographyNoiseReduction
Noise Reduction features of a photography capture or filter element.
Namespace: VisioForge.Core.Types.X.Photography
Assembly: VisioForge.Core.dll
Syntax
[Flags]
public enum PhotographyNoiseReduction
Fields
| Name | Description |
|---|---|
| Bayer | Adaptive noise reduction on Bayer format. |
| Extra | Extra Noise Reduction. In the case of high-ISO capturing, some noise remains after YCC NR. XNR reduces this remaining noise. |
| Fixed | Fixed Pattern Noise refers to noise that does not change between frames. The noise is removed from the sensor image, by subtracting a previously-captured black image in memory. |
| None | None. |
| Temporal | Multi-frame adaptive NR, provided for the video mode. |
| Ycc | Reduces the noise on Y and 2-chroma images. |