Uses of Interface
jj2000.j2k.wavelet.WaveletFilter
Packages that use WaveletFilter
-
Uses of WaveletFilter in jj2000.j2k.wavelet
Methods in jj2000.j2k.wavelet that return WaveletFilterModifier and TypeMethodDescriptionabstract 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 WaveletFilterModifier and TypeMethodDescriptionprotected abstract SubbandSubband.split(WaveletFilter hfilter, WaveletFilter vfilter) Splits the current subband in its four subbands.Constructors in jj2000.j2k.wavelet with parameters of type WaveletFilterModifierConstructorDescriptionSubband(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 WaveletFilterModifier and TypeClassDescriptionclassThis abstract class defines the methods of all analysis wavelet filters.classThis extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for float data specifically.classThis class inherits from the analysis wavelet filter definition for int data.classThis extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for int data specifically.classThis class inherits from the analysis wavelet filter definition for int data.Methods in jj2000.j2k.wavelet.analysis that return WaveletFilterModifier and TypeMethodDescriptionSubbandAn.getHorWFilter()This function returns the horizontal wavelet filter relevant to this subbandSubbandAn.getVerWFilter()This function returns the vertical wavelet filter relevant to this subbandMethods in jj2000.j2k.wavelet.analysis with parameters of type WaveletFilterModifier and TypeMethodDescriptionprotected SubbandSubbandAn.split(WaveletFilter hfilter, WaveletFilter vfilter) Splits the current subband in its four subbands.Constructors in jj2000.j2k.wavelet.analysis with parameters of type WaveletFilterModifierConstructorDescriptionSubbandAn(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 WaveletFilterModifier and TypeClassDescriptionclassThis abstract class defines the methods of all synthesis wavelet filters.classThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically.classThis class inherits from the synthesis wavelet filter definition for int data.classThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for int data specifically.classThis class inherits from the synthesis wavelet filter definition for int data.Methods in jj2000.j2k.wavelet.synthesis that return WaveletFilterModifier and TypeMethodDescriptionSubbandSyn.getHorWFilter()This function returns the horizontal wavelet filter relevant to this subbandSubbandSyn.getVerWFilter()This function returns the vertical wavelet filter relevant to this subbandMethods in jj2000.j2k.wavelet.synthesis with parameters of type WaveletFilterModifier and TypeMethodDescriptionprotected SubbandSubbandSyn.split(WaveletFilter hfilter, WaveletFilter vfilter) Splits the current subband in its four subbands.Constructors in jj2000.j2k.wavelet.synthesis with parameters of type WaveletFilterModifierConstructorDescriptionSubbandSyn(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.