wavelet
Class WaveletFilter
java.lang.Object
|
+--wavelet.WaveletFilter
- public class WaveletFilter
- extends java.lang.Object
static arrays of different Wavelet filters
These Wavelet filters were ported from the package 'wvlt' written
in C to Java by Reynald Hoskinson, 1999-2001.
original disclaimer:
wvlt: The UBC Imager Wavelet Package -- Release 2.1
---------------------------------------------------
Disclaimer
----------
Bob Lewis produced this package and hereby releases it to the public
domain. Neither the author nor the University of British Columbia will be
held responsible for its use, misuse, or abuse or any damages arising from
same.
Any comments regarding this package may, nevertheless, be sent to
"bobl@cs.ubc.ca".
Any comments about the port can be sent to: reynald@cs.ubc.ca
Constructor Summary |
WaveletFilter(java.lang.String iname,
double[] icH,
int inH,
double[] icHtilde,
int inHtilde,
int ioffH,
int ioffG,
int ioffHtilde,
int ioffGtilde,
int iimsG,
int iimsGtilde)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
cH
public double[] cH
nH
public int nH
cHtilde
public double[] cHtilde
nHtilde
public int nHtilde
offH
public int offH
offG
public int offG
offHtilde
public int offHtilde
offGtilde
public int offGtilde
imsG
public int imsG
imsGtilde
public int imsGtilde
WaveletFilterList
public static java.lang.String[] WaveletFilterList
- a list of all currently availabe Wavelet filters.
wfltrAdelsonSimoncelliHingorani
public static WaveletFilter wfltrAdelsonSimoncelliHingorani
- waveletFilter wrapping
wfltrAntoniniBarlaudMatheiuDaubechies_4_4
public static WaveletFilter wfltrAntoniniBarlaudMatheiuDaubechies_4_4
wfltrBattleLemarie
public static WaveletFilter wfltrBattleLemarie
wfltrBurtAdelson
public static WaveletFilter wfltrBurtAdelson
wfltrCoiflet_2
public static WaveletFilter wfltrCoiflet_2
wfltrCoiflet_4
public static WaveletFilter wfltrCoiflet_4
wfltrCoiflet_6
public static WaveletFilter wfltrCoiflet_6
wfltrDaubechies_4
public static WaveletFilter wfltrDaubechies_4
wfltrDaubechies_6
public static WaveletFilter wfltrDaubechies_6
wfltrDaubechies_8
public static WaveletFilter wfltrDaubechies_8
wfltrDaubechies_10
public static WaveletFilter wfltrDaubechies_10
wfltrDaubechies_12
public static WaveletFilter wfltrDaubechies_12
wfltrDaubechies_20
public static WaveletFilter wfltrDaubechies_20
wfltrHaar
public static WaveletFilter wfltrHaar
wfltrPseudocoiflet_4_4
public static WaveletFilter wfltrPseudocoiflet_4_4
wfltrSpline_2_2
public static WaveletFilter wfltrSpline_2_2
wfltrSpline_2_4
public static WaveletFilter wfltrSpline_2_4
wfltrSpline_3_3
public static WaveletFilter wfltrSpline_3_3
wfltrSpline_3_5
public static WaveletFilter wfltrSpline_3_5
wfltrSpline_3_7
public static WaveletFilter wfltrSpline_3_7
WaveletFilter
public WaveletFilter(java.lang.String iname,
double[] icH,
int inH,
double[] icHtilde,
int inHtilde,
int ioffH,
int ioffG,
int ioffHtilde,
int ioffGtilde,
int iimsG,
int iimsGtilde)