SoObjectToSegmentApproximation2dinObjectImage Property |
The input binary or label image.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ComputationalGeometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFImageDataAdapter inObjectImage { get; }
Public ReadOnly Property inObjectImage As SoSFImageDataAdapter
Get
public:
property SoSFImageDataAdapter^ inObjectImage {
SoSFImageDataAdapter^ get ();
}
member inObjectImage : SoSFImageDataAdapter with get
Property Value
Type:
SoSFImageDataAdapterRemarks Default value is NULL. Supported types include: binary label color image.
See Also