Initializes a new instance of the OrderedDithering class.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public OrderedDithering(
	byte[,] matrix
)

Parameters

matrix
Type: array< System..::.Byte ,2>[,](,)[,]
Thresholds matrix.

See Also