gui
Class Wu

java.lang.Object
  |
  +--gui.Wu

public class Wu
extends java.lang.Object


Constructor Summary
Wu()
           
 
Method Summary
 long Bottom(gui.Box cube, int dir, int[][][] mmt)
           
 int Cut(gui.Box set1, gui.Box set2)
           
 void Hist3d(int[][][] vwt, int[][][] vmr, int[][][] vmg, int[][][] vmb, float[][][] vm2)
           
 void M3d(int[][][] vwt, int[][][] vmr, int[][][] vmg, int[][][] vmb, float[][][] vm2)
           
 void Mark(gui.Box cube, int label, int[][][] tag)
           
 float Maximize(gui.Box cube, int dir, int first, int last, int[] cut, long wholer, long wholeg, long wholeb, long wholew)
           
 long Top(gui.Box cube, int dir, int pos, int[][][] mmt)
           
 float Var(gui.Box cube)
           
 long Vol(gui.Box cube, int[][][] mmt)
           
 void wuQuantization(short[][] r, short[][] g, short[][] b, int w, int h, int nK)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wu

public Wu()
Method Detail

Bottom

public long Bottom(gui.Box cube,
                   int dir,
                   int[][][] mmt)

Cut

public int Cut(gui.Box set1,
               gui.Box set2)

Hist3d

public void Hist3d(int[][][] vwt,
                   int[][][] vmr,
                   int[][][] vmg,
                   int[][][] vmb,
                   float[][][] vm2)

M3d

public void M3d(int[][][] vwt,
                int[][][] vmr,
                int[][][] vmg,
                int[][][] vmb,
                float[][][] vm2)

Mark

public void Mark(gui.Box cube,
                 int label,
                 int[][][] tag)

Maximize

public float Maximize(gui.Box cube,
                      int dir,
                      int first,
                      int last,
                      int[] cut,
                      long wholer,
                      long wholeg,
                      long wholeb,
                      long wholew)

Top

public long Top(gui.Box cube,
                int dir,
                int pos,
                int[][][] mmt)

Var

public float Var(gui.Box cube)

Vol

public long Vol(gui.Box cube,
                int[][][] mmt)

wuQuantization

public void wuQuantization(short[][] r,
                           short[][] g,
                           short[][] b,
                           int w,
                           int h,
                           int nK)