wavelet_util
Class noise_filter.point

java.lang.Object
  |
  +--wavelet_util.noise_filter.point
Enclosing class:
noise_filter

private class noise_filter.point
extends java.lang.Object

The point class represents a coefficient value so that it can be sorted for histogramming and then resorted back into the orignal ordering (e.g., sorted by value and then sorted by index)


Field Summary
 int index
           
 double val
           
 
Constructor Summary
(package private) noise_filter.point(int i, double v)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

index

public int index

val

public double val
Constructor Detail

noise_filter.point

noise_filter.point(int i,
                   double v)