Click or drag to resize
Accord.NET (logo)

ApplyMask Constructor (UnmanagedImage)

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(
	UnmanagedImage unmanagedMaskImage
)
Request Example View Source

Parameters

unmanagedMaskImage
Type: Accord.ImagingUnmanagedImage
Unmanaged mask image to use.
See Also