SoFloodFillThresholdProcessingoutBinaryImage Property |
Enter output binary image (or select one in the list) Default value is NULL.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.RegionGrowingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.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 Supported types include: binary image.
See Also