Uses of Interface
jj2000.j2k.wavelet.WaveletFilter
-
Packages that use WaveletFilter Package Description jj2000.j2k.wavelet jj2000.j2k.wavelet.analysis jj2000.j2k.wavelet.synthesis -
-
Uses of WaveletFilter in jj2000.j2k.wavelet
Methods in jj2000.j2k.wavelet that return WaveletFilter Modifier and Type Method Description abstract WaveletFilter
Subband. getHorWFilter()
This function returns the horizontal wavelet filter relevant to this subbandabstract WaveletFilter
Subband. getVerWFilter()
This function returns the vertical wavelet filter relevant to this subbandMethods in jj2000.j2k.wavelet with parameters of type WaveletFilter Modifier and Type Method Description protected abstract Subband
Subband. split(WaveletFilter hfilter, WaveletFilter vfilter)
Splits the current subband in its four subbands.Constructors in jj2000.j2k.wavelet with parameters of type WaveletFilter Constructor Description Subband(int w, int h, int ulcx, int ulcy, int lvls, WaveletFilter[] hfilters, WaveletFilter[] vfilters)
Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified. -
Uses of WaveletFilter in jj2000.j2k.wavelet.analysis
Classes in jj2000.j2k.wavelet.analysis that implement WaveletFilter Modifier and Type Class Description class
AnWTFilter
This abstract class defines the methods of all analysis wavelet filters.class
AnWTFilterFloat
This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for float data specifically.class
AnWTFilterFloatLift9x7
This class inherits from the analysis wavelet filter definition for int data.class
AnWTFilterInt
This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for int data specifically.class
AnWTFilterIntLift5x3
This class inherits from the analysis wavelet filter definition for int data.Methods in jj2000.j2k.wavelet.analysis that return WaveletFilter Modifier and Type Method Description WaveletFilter
SubbandAn. getHorWFilter()
This function returns the horizontal wavelet filter relevant to this subbandWaveletFilter
SubbandAn. getVerWFilter()
This function returns the vertical wavelet filter relevant to this subbandMethods in jj2000.j2k.wavelet.analysis with parameters of type WaveletFilter Modifier and Type Method Description protected Subband
SubbandAn. split(WaveletFilter hfilter, WaveletFilter vfilter)
Splits the current subband in its four subbands.Constructors in jj2000.j2k.wavelet.analysis with parameters of type WaveletFilter Constructor Description SubbandAn(int w, int h, int ulcx, int ulcy, int lvls, WaveletFilter[] hfilters, WaveletFilter[] vfilters)
Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified. -
Uses of WaveletFilter in jj2000.j2k.wavelet.synthesis
Classes in jj2000.j2k.wavelet.synthesis that implement WaveletFilter Modifier and Type Class Description class
SynWTFilter
This abstract class defines the methods of all synthesis wavelet filters.class
SynWTFilterFloat
This extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically.class
SynWTFilterFloatLift9x7
This class inherits from the synthesis wavelet filter definition for int data.class
SynWTFilterInt
This extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for int data specifically.class
SynWTFilterIntLift5x3
This class inherits from the synthesis wavelet filter definition for int data.Methods in jj2000.j2k.wavelet.synthesis that return WaveletFilter Modifier and Type Method Description WaveletFilter
SubbandSyn. getHorWFilter()
This function returns the horizontal wavelet filter relevant to this subbandWaveletFilter
SubbandSyn. getVerWFilter()
This function returns the vertical wavelet filter relevant to this subbandMethods in jj2000.j2k.wavelet.synthesis with parameters of type WaveletFilter Modifier and Type Method Description protected Subband
SubbandSyn. split(WaveletFilter hfilter, WaveletFilter vfilter)
Splits the current subband in its four subbands.Constructors in jj2000.j2k.wavelet.synthesis with parameters of type WaveletFilter Constructor Description SubbandSyn(int w, int h, int ulcx, int ulcy, int lvls, WaveletFilter[] hfilters, WaveletFilter[] vfilters)
Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified.
-