SoThresholdingProcessinginImage Property |
Namespace: OIV.ImageViz.Engines.ImageSegmentation.BinarizationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax public SoSFImageDataAdapter inImage { get; }
Public ReadOnly Property inImage As SoSFImageDataAdapter
Get
public:
property SoSFImageDataAdapter^ inImage {
SoSFImageDataAdapter^ get ();
}
member inImage : SoSFImageDataAdapter with get
Property Value
Type:
SoSFImageDataAdapterRemarks Default value is NULL. Supported types include: grayscale binary label color image.
See Also