Interface IVideoEffectDenoiseAdaptive
Denoise adaptive effect interface. Performs spatio-temporal adaptive noise reduction filtering.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectDenoiseAdaptive : IVideoEffect
Properties
BlurType
Gets or sets blur type (0 - 3, 0 by default).
Declaration
int BlurType { get; set; }
Property Value
Type | Description |
---|---|
int |
Threshold
Gets or sets threshold value (0 - 255, 20 by default).
Declaration
int Threshold { get; set; }
Property Value
Type | Description |
---|---|
int |