Click or drag to resize
Accord.NET (logo)

OrderedDithering Constructor (Byte)

Initializes a new instance of the OrderedDithering class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public OrderedDithering(
	byte[,] matrix
)
Request Example View Source

Parameters

matrix
Type: SystemByte
Thresholds matrix.
See Also