Property MaskImage
MaskImage
The binary mask image, where each pixel value indicates the presence or absence of the object in that pixel.
Declaration
public required Image<Gray, float> MaskImage { get; init; }
Property Value
Type | Description |
---|---|
Image<Gray, float> |