Table of Contents

Interface IVideoEffectDenoiseAdaptive

Namespace
VisioForge.Core.Types.VideoEffects
Assembly
VisioForge.Core.dll

Denoise adaptive effect interface. Performs spatio-temporal adaptive noise reduction filtering.

public interface IVideoEffectDenoiseAdaptive : IVideoEffect

Implements

Properties

BlurType

Gets or sets blur type (0 - 3, 0 by default).

int BlurType { get; set; }

Property Value

int

Threshold

Gets or sets threshold value (0 - 255, 20 by default).

int Threshold { get; set; }

Property Value

int