SoInterlaceFramesProcessing2dinOddImage Property |
The input 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 SoSFImageDataAdapter inOddImage { get; }
Public ReadOnly Property inOddImage As SoSFImageDataAdapter
Get
public:
property SoSFImageDataAdapter^ inOddImage {
SoSFImageDataAdapter^ get ();
}
member inOddImage : SoSFImageDataAdapter with get
Property Value
Type:
SoSFImageDataAdapterRemarks Default value is NULL. Supported types include: grayscale binary label color image.
See Also