Package | Description |
---|---|
net.sourceforge.jiu.color.quantization |
Classes to perform color image quantization, the reduction of the number of unique
colors in an image.
|
net.sourceforge.jiu.util |
Various helper classes with functionality not directly related to imaging.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ContouringColorPair
A data structure for storing the index values of a pair of
contouring colors plus their respective self co-occurrence
frequency values.
|
class |
OctreeNode
A single node in an octree.
|
class |
RGBColorComparator
Compares two
RGBColor objects. |
Modifier and Type | Method and Description |
---|---|
static void |
Sort.sort(java.lang.Object[] a,
ComparatorInterface comparator)
Sort the complete argument array according to the argument comparator.
|
static void |
Sort.sort(java.lang.Object[] a,
int from,
int to,
ComparatorInterface c)
Sorts some (or all) elements of an Object array according to a specified comparator.
|