Click or drag to resize
SoInterlaceFramesProcessing2dSplitModes Enumeration

Namespace: OIV.ImageViz.Engines.ImageManipulation.ImageEditing
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public enum SplitModes
Members
  Member nameValueDescription
HALF_IMAGE0

This mode considers two input images having half the Y size of the output image.

FULL_IMAGE1

This mode considers two input images having the same size as the input image by repeating every second horizontal line.

Remarks