Uses of Class
ucar.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilter

Packages that use AnWTFilter
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

Uses of AnWTFilter in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

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

Fields in ucar.jpeg.jj2000.j2k.wavelet.analysis declared as AnWTFilter
 AnWTFilter SubbandAn.hFilter
          The horizontal analysis filter used to decompose this subband.
 AnWTFilter SubbandAn.vFilter
          The vertical analysis filter used to decompose this subband.
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis that return AnWTFilter
 AnWTFilter[] AnWTFilterSpec.getHFilters(int t, int c)
          Returns the horizontal analysis filters to be used in component 'n' and tile 't'.
 AnWTFilter[] ForwWTFull.getHorAnWaveletFilters(int t, int c)
          Returns the horizontal analysis wavelet filters used in each level, for the specified component and tile.
 AnWTFilter[] ForwWT.getHorAnWaveletFilters(int t, int c)
          Returns the horizontal analysis wavelet filters used in each level, for the specified tile-component.
 AnWTFilter[] ForwWTFull.getVertAnWaveletFilters(int t, int c)
          Returns the vertical analysis wavelet filters used in each level, for the specified component and tile.
 AnWTFilter[] ForwWT.getVertAnWaveletFilters(int t, int c)
          Returns the vertical analysis wavelet filters used in each level, for the specified tile-component.
 AnWTFilter[] AnWTFilterSpec.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.