Table of Contents

Enum DeinterlaceMethods

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

Deinterlace methods.

public enum DeinterlaceMethods

Fields

TOMSMOCOMP = 0

Motion adaptive: motion search.

GreedyH = 1

Motion adaptive: advanced detection.

GreedyL = 2

Motion adaptive: simple detection.

VFIR = 3

Blur vertical.

Linear = 4

Linear interpolation.

LinearBlend = 5

Linear interpolation in time domain. Low quality.

ScalerBob = 6

Double lines.