Package net.sourceforge.jiu.color.quantization


package net.sourceforge.jiu.color.quantization
  • Class
    Description
    A color quantizer that maps an RGBImage to any given palette.
    A data structure for storing the index values of a pair of contouring colors plus their respective self co-occurrence frequency values.
    Performs the Median Cut color quantization algorithm in combination with a contour removal algorithm.
    An instance of this node class represents a cuboid part of the color cube representing the three-dimensional RGB color space.
    Performs the Median Cut color quantization algorithm for a given list of colors.
    Performs the octree color quantization algorithm for a given RGB truecolor image.
    A single node in an octree.
    Performs the popularity color quantization algorithm that maps an image to the colors occurring most frequently in the input image.
    Encapsulates a single color from RGB (red, green, blue) color space plus a frequency counter.
    Compares two RGBColor objects.
    Holds an array of RGBColor objects.
    An interface for an RGB color quantizer.
    A color quantizer that maps to a palette which is equidistantly distributed in the RGB color cube.