Click or drag to resize
Accord.NET (logo)

MaskedFilterMaskImage Property

Mask image to apply.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap MaskImage { get; set; }
Request Example View Source

Property Value

Type: Bitmap
Exceptions
ExceptionCondition
ArgumentExceptionThe mask image must be 8 bpp grayscale image.
Remarks

The property specifies mask image to use. The image must be grayscale (8 bpp format) and have the same size as the source image to process.

When the property is set, both UnmanagedMaskImage and Mask properties are set to .

See Also