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 WaveletFilterSubband. getHorWFilter()This function returns the horizontal wavelet filter relevant to this subbandabstract WaveletFilterSubband. 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 SubbandSubband. 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 classAnWTFilterThis abstract class defines the methods of all analysis wavelet filters.classAnWTFilterFloatThis extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for float data specifically.classAnWTFilterFloatLift9x7This class inherits from the analysis wavelet filter definition for int data.classAnWTFilterIntThis extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for int data specifically.classAnWTFilterIntLift5x3This 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 WaveletFilterSubbandAn. getHorWFilter()This function returns the horizontal wavelet filter relevant to this subbandWaveletFilterSubbandAn. 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 SubbandSubbandAn. 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 classSynWTFilterThis abstract class defines the methods of all synthesis wavelet filters.classSynWTFilterFloatThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically.classSynWTFilterFloatLift9x7This class inherits from the synthesis wavelet filter definition for int data.classSynWTFilterIntThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for int data specifically.classSynWTFilterIntLift5x3This 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 WaveletFilterSubbandSyn. getHorWFilter()This function returns the horizontal wavelet filter relevant to this subbandWaveletFilterSubbandSyn. 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 SubbandSubbandSyn. 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.
-