ArbitraryPaletteQuantizer |
A color quantizer that maps an RGBImage
to any given palette.
|
ContouringColorPair |
A data structure for storing the index values of a pair of
contouring colors plus their respective self co-occurrence
frequency values.
|
MedianCutContourRemoval |
Performs the Median Cut color quantization algorithm in combination with
a contour removal algorithm.
|
MedianCutNode |
An instance of this node class represents a cuboid part
of the color cube representing the three-dimensional RGB color space.
|
MedianCutQuantizer |
Performs the Median Cut color quantization algorithm
for a given list of colors.
|
OctreeColorQuantizer |
Performs the octree color quantization algorithm for a given RGB truecolor image.
|
OctreeNode |
A single node in an octree.
|
PopularityQuantizer |
Performs the popularity color quantization algorithm that maps an image to
the colors occurring most frequently in the input image.
|
RGBColor |
Encapsulates a single color from RGB (red, green, blue) color space plus a frequency counter.
|
RGBColorComparator |
|
RGBColorList |
|
UniformPaletteQuantizer |
A color quantizer that maps to a palette which is equidistantly distributed
in the RGB color cube.
|