com.c3d.image.hvq
Class HVQTableProducer

java.lang.Object
  |
  +--com.c3d.image.hvq.HVQTableProducer

public class HVQTableProducer
extends java.lang.Object


Constructor Summary
HVQTableProducer(int levels_, int inputbits, int internalbits, int outputbits)
          Levels specifies the number of halvings in size to be achieved inputbits specifies the number of bits in the integers used in training internal bits specifies the accuracy of the integers used internally outputbits specifies the number of bits to which the vectors will finally be quantized
 
Method Summary
static Jimage differential(Jimage im)
           
 int[][][] getTables()
           
 void train(java.lang.String[] files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HVQTableProducer

public HVQTableProducer(int levels_,
                        int inputbits,
                        int internalbits,
                        int outputbits)
Levels specifies the number of halvings in size to be achieved inputbits specifies the number of bits in the integers used in training internal bits specifies the accuracy of the integers used internally outputbits specifies the number of bits to which the vectors will finally be quantized
Method Detail

getTables

public int[][][] getTables()

differential

public static Jimage differential(Jimage im)

train

public void train(java.lang.String[] files)