Struct MFPDeinterlaceBlend
Deinterlace blend parameters.
Inherited Members
Namespace: VisioForge.Core.Types.FastImageProcessing
Assembly: VisioForge.Core.dll
Syntax
public struct MFPDeinterlaceBlend
Fields
BlendConstants1
Constants 1.
Declaration
public double BlendConstants1
Field Value
Type | Description |
---|---|
double |
Remarks
Default 9 - range [0, 255].
BlendConstants2
Constants 2.
Declaration
public double BlendConstants2
Field Value
Type | Description |
---|---|
double |
Remarks
Default 0.3 - range [0, 1].
BlendThresh1
Threshold 1.
Declaration
public int BlendThresh1
Field Value
Type | Description |
---|---|
int |
BlendThresh2
Threshold 2.
Declaration
public int BlendThresh2
Field Value
Type | Description |
---|---|
int |
Remarks
Default 5 - range [0, 255].
Methods
CopyFrom(VideoEffectDeinterlaceBlend)
Copies settings from effect.
Declaration
public void CopyFrom(VideoEffectDeinterlaceBlend src)
Parameters
Type | Name | Description |
---|---|---|
VideoEffectDeinterlaceBlend | src | Source effect. |