Table of Contents

Interface IVideoEffectDeinterlaceBlend

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

Deinterlace blend effect interface. Calculates output pixels as alpha blends of the results of two filters applied to input pixels.

public interface IVideoEffectDeinterlaceBlend : IVideoEffect

Implements

Properties

Constants1

Gets or sets constants 1. Range is 0.0-1.0. Default is 0.3.

double Constants1 { get; set; }

Property Value

double

Constants2

Gets or sets constants 2. Range is 0.0-1.0. Default is 0.9.

double Constants2 { get; set; }

Property Value

double

Threshold1

Gets or sets threshold 1. Range is 0-255. Default is 5.

int Threshold1 { get; set; }

Property Value

int

Threshold2

Gets or sets threshold 2. Range is 0-255. Default is 9.

int Threshold2 { get; set; }

Property Value

int