Click or drag to resize
Accord.NET (logo)

ColorErrorDiffusionToAdjacentNeighbors Constructor

Initializes a new instance of the ColorErrorDiffusionToAdjacentNeighbors class.

Namespace:  Accord.Imaging.ColorReduction
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ColorErrorDiffusionToAdjacentNeighbors(
	int[][] coefficients
)
Request Example View Source

Parameters

coefficients
Type: SystemInt32
Diffusion coefficients (see ColorErrorDiffusionToAdjacentNeighbors for more information).
See Also