j2d.io.gif.neuquantAnimation
Class NeuQuant

java.lang.Object
  extended by j2d.io.gif.neuquantAnimation.NeuQuant

public class NeuQuant
extends java.lang.Object


Constructor Summary
NeuQuant(byte[] thepic, int len, int sample)
           
 
Method Summary
 byte[] colorMap()
           
 void inxbuild()
           
 void learn()
           
 int map(int b, int g, int r)
           
 byte[] process()
           
 void unbiasnet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeuQuant

public NeuQuant(byte[] thepic,
                int len,
                int sample)
Method Detail

colorMap

public byte[] colorMap()

inxbuild

public void inxbuild()

learn

public void learn()

map

public int map(int b,
               int g,
               int r)

process

public byte[] process()

unbiasnet

public void unbiasnet()