Click or drag to resize
Accord.NET (logo)

ColorImageQuantizer Constructor

Initializes a new instance of the ColorImageQuantizer class.

Namespace:  Accord.Imaging.ColorReduction
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ColorImageQuantizer(
	IColorQuantizer quantizer
)
Request Example View Source

Parameters

quantizer
Type: Accord.Imaging.ColorReductionIColorQuantizer
Color quantization algorithm to use for processing images.
See Also