Click or drag to resize
Accord.NET (logo)

MaskedFilterUnmanagedMaskImage Property

Unmanaged mask image to apply.

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

Property Value

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

The property specifies unmanaged 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 MaskImage and Mask properties are set to .

See Also