SoGrayscaleResconstructionProcessinginMaskImage Property |
The input grayscale mask image constraining reconstruction.
Namespace: OIV.ImageViz.Engines.MathematicalMorphology.GeodesicTransformationsAssembly: 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 Default value is NULL. Supported types include: grayscale binary label image.
See Also