Uses of Class
ucar.jpeg.jj2000.j2k.wavelet.synthesis.SynWTFilter

Packages that use SynWTFilter
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of SynWTFilter in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 

Subclasses of SynWTFilter in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 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.
 

Fields in ucar.jpeg.jj2000.j2k.wavelet.synthesis declared as SynWTFilter
 SynWTFilter SubbandSyn.hFilter
          The horizontal analysis filter used to recompose this subband, from its childs.
 SynWTFilter SubbandSyn.vFilter
          The vertical analysis filter used to decompose this subband, from its childs.
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.synthesis that return SynWTFilter
 SynWTFilter[] SynWTFilterSpec.getHFilters(int t, int c)
          Returns the horizontal analysis filters to be used in component 'n' and tile 't'.
 SynWTFilter[] SynWTFilterSpec.getVFilters(int t, int c)
          Returns the vertical analysis filters to be used in component 'n' and tile 't'.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.