Ejemplo n.º 1
0
 public WaveletTransform(BaseLift waveletLifter, int levels)
 {
     _lifter = waveletLifter;
     _levels = levels;
 }