Click or drag to resize
Accord.NET (logo)

ApplyMask Constructor (Bitmap)

Initializes a new instance of the ApplyMask class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ApplyMask(
	Bitmap maskImage
)
Request Example View Source

Parameters

maskImage
Type: System.DrawingBitmap
Mask image to use.
See Also