SoFillHolesProcessing3dinObjectImage Property |
The input 3D binary image.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.SeparatingAndFillingAssembly: 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 image.
See Also