com.c3d.image.hvq
Class HVQCodebookProducer

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

public class HVQCodebookProducer
extends java.lang.Object


Constructor Summary
HVQCodebookProducer(int[][][] tables, int entries_)
          specify tables to be used in training and the number of entries in codebook
 
Method Summary
 Jimage getCodebook()
           
 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

HVQCodebookProducer

public HVQCodebookProducer(int[][][] tables,
                           int entries_)
                    throws java.lang.Exception
specify tables to be used in training and the number of entries in codebook
Method Detail

train

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

getCodebook

public Jimage getCodebook()