SoDeinterlaceFramesProcessing2doutOddImage Property |
The output odd field image.
Namespace: OIV.ImageViz.Engines.ImageManipulation.ImageEditingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> outOddImage { get; }
Public ReadOnly Property outOddImage As SoImageVizEngineOutput(Of SoSFImageDataAdapter, SoImageDataAdapter)
Get
public:
property SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ outOddImage {
SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ get ();
}
member outOddImage : SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> with get
Property Value
Type:
SoImageVizEngineOutputSoSFImageDataAdapter,
SoImageDataAdapterRemarks Default value is NULL. Supported types include: grayscale binary label color image.
See Also