Table of Contents

Enum CudaVideoReader.DeinterlaceMode

Namespace
Emgu.CV.Cuda
Assembly
Emgu.CV.dll

Deinterlacing mode used by decoder.

public enum CudaVideoReader.DeinterlaceMode

Fields

Adaptive = 2

Adaptive deinterlacing needs more video memory than other deinterlacing modes.

Bob = 1

Drop one field.

Weave = 0

Weave both fields (no deinterlacing). For progressive content and for content that doesn't need deinterlacing.