|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OctreeNode | |
net.sourceforge.jiu.color.quantization | Classes to perform color image quantization, the reduction of the number of unique colors in an image. |
Uses of OctreeNode in net.sourceforge.jiu.color.quantization |
Methods in net.sourceforge.jiu.color.quantization that return OctreeNode | |
OctreeNode[] |
OctreeNode.getChildren()
|
Methods in net.sourceforge.jiu.color.quantization with parameters of type OctreeNode | |
static boolean |
OctreeNode.add(OctreeNode root,
int red,
int green,
int blue,
int bitsPerSample)
Add a color red-green-blue to the octree, given by its root node. |
void |
OctreeNode.setChildren(OctreeNode[] newChildren)
|
|
JIU 0.12.0 Homepage | ||||||||||
PREV NEXT | FRAMES NO FRAMES |