SoThresholdingProcessingoutBinaryImage Property |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> outBinaryImage { get; }
Public ReadOnly Property outBinaryImage As SoImageVizEngineOutput(Of SoSFImageDataAdapter, SoImageDataAdapter)
Get
public:
property SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ outBinaryImage {
SoImageVizEngineOutput<SoSFImageDataAdapter^, SoImageDataAdapter^>^ get ();
}
member outBinaryImage : SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> with get
Property Value
Type:
SoImageVizEngineOutputSoSFImageDataAdapter,
SoImageDataAdapterRemarks Default value is NULL. Supported types include: binary image.
See Also