Table of Contents

Enum PhotographyNoiseReduction

Namespace
VisioForge.Core.Types.X.Photography
Assembly
VisioForge.Core.dll

Noise Reduction features of a photography capture or filter element.

[Flags]
public enum PhotographyNoiseReduction

Fields

None = 0

None.

Bayer = 1

Adaptive noise reduction on Bayer format.

Ycc = 2

Reduces the noise on Y and 2-chroma images.

Temporal = 4

Multi-frame adaptive NR, provided for the video mode.

Fixed = 8

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.

Extra = 16

Extra Noise Reduction. In the case of high-ISO capturing, some noise remains after YCC NR. XNR reduces this remaining noise.