|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WaveletFilter | |
---|---|
ucar.jpeg.jj2000.j2k.wavelet | |
ucar.jpeg.jj2000.j2k.wavelet.analysis | |
ucar.jpeg.jj2000.j2k.wavelet.synthesis |
Uses of WaveletFilter in ucar.jpeg.jj2000.j2k.wavelet |
---|
Methods in ucar.jpeg.jj2000.j2k.wavelet that return WaveletFilter | |
---|---|
abstract WaveletFilter |
Subband.getHorWFilter()
This function returns the horizontal wavelet filter relevant to this subband |
abstract WaveletFilter |
Subband.getVerWFilter()
This function returns the vertical wavelet filter relevant to this subband |
Methods in ucar.jpeg.jj2000.j2k.wavelet with parameters of type WaveletFilter | |
---|---|
protected abstract Subband |
Subband.split(WaveletFilter hfilter,
WaveletFilter vfilter)
Splits the current subband in its four subbands. |
Constructors in ucar.jpeg.jj2000.j2k.wavelet with parameters of type WaveletFilter | |
---|---|
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. |
|
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 ucar.jpeg.jj2000.j2k.wavelet.analysis |
---|
Classes in ucar.jpeg.jj2000.j2k.wavelet.analysis that implement WaveletFilter | |
---|---|
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 ucar.jpeg.jj2000.j2k.wavelet.analysis that return WaveletFilter | |
---|---|
WaveletFilter |
SubbandAn.getHorWFilter()
This function returns the horizontal wavelet filter relevant to this subband |
WaveletFilter |
SubbandAn.getVerWFilter()
This function returns the vertical wavelet filter relevant to this subband |
Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis with parameters of type WaveletFilter | |
---|---|
protected Subband |
SubbandAn.split(WaveletFilter hfilter,
WaveletFilter vfilter)
Splits the current subband in its four subbands. |
Constructors in ucar.jpeg.jj2000.j2k.wavelet.analysis with parameters of type WaveletFilter | |
---|---|
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. |
|
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 ucar.jpeg.jj2000.j2k.wavelet.synthesis |
---|
Classes in ucar.jpeg.jj2000.j2k.wavelet.synthesis that implement WaveletFilter | |
---|---|
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 ucar.jpeg.jj2000.j2k.wavelet.synthesis that return WaveletFilter | |
---|---|
WaveletFilter |
SubbandSyn.getHorWFilter()
This function returns the horizontal wavelet filter relevant to this subband |
WaveletFilter |
SubbandSyn.getVerWFilter()
This function returns the vertical wavelet filter relevant to this subband |
Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis with parameters of type WaveletFilter | |
---|---|
protected Subband |
SubbandSyn.split(WaveletFilter hfilter,
WaveletFilter vfilter)
Splits the current subband in its four subbands. |
Constructors in ucar.jpeg.jj2000.j2k.wavelet.synthesis with parameters of type WaveletFilter | |
---|---|
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. |
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |