Click or drag to resize
Accord.NET (logo)

ApplyMask Constructor (Byte)

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(
	byte[,] mask
)
Request Example View Source

Parameters

mask
Type: SystemByte
Mask to use.
See Also