SoObjectBoundaryAreaQuantificationinMaskImage Property |
The binary image for the mask or empty (command looks for only inside).
Namespace: OIV.ImageViz.Engines.ImageAnalysis.MorphometryAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFImageDataAdapter inMaskImage { get; }
Public ReadOnly Property inMaskImage As SoSFImageDataAdapter
Get
public:
property SoSFImageDataAdapter^ inMaskImage {
SoSFImageDataAdapter^ get ();
}
member inMaskImage : SoSFImageDataAdapter with get
Property Value
Type:
SoSFImageDataAdapterRemarks This parameter is optional. Default value is NULL. Supported types include: binary image.
See Also