Interface IVideoEffectDeinterlaceBlend
Deinterlace blend effect interface. Calculates output pixels as alpha blends of the results of two filters applied to input pixels.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEffectDeinterlaceBlend : IVideoEffect
Properties
Constants1
Gets or sets constants 1. Range is 0.0-1.0. Default is 0.3.
Declaration
double Constants1 { get; set; }
Property Value
Type | Description |
---|---|
double |
Constants2
Gets or sets constants 2. Range is 0.0-1.0. Default is 0.9.
Declaration
double Constants2 { get; set; }
Property Value
Type | Description |
---|---|
double |
Threshold1
Gets or sets threshold 1. Range is 0-255. Default is 5.
Declaration
int Threshold1 { get; set; }
Property Value
Type | Description |
---|---|
int |
Threshold2
Gets or sets threshold 2. Range is 0-255. Default is 9.
Declaration
int Threshold2 { get; set; }
Property Value
Type | Description |
---|---|
int |