Package net.sourceforge.jiu.color.quantization

Interface Summary

RGBQuantizer An interface for an RGB color quantizer.

Class Summary

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.
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 Compares two RGBColor objects.
RGBColorList Holds an array of RGBColor objects.
UniformPaletteQuantizer A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube.