Uses of Class
jj2000.j2k.wavelet.analysis.AnWTFilter
-
Packages that use AnWTFilter Package Description jj2000.j2k.wavelet.analysis -
-
Uses of AnWTFilter in jj2000.j2k.wavelet.analysis
Subclasses of AnWTFilter in jj2000.j2k.wavelet.analysis Modifier and Type Class Description 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.Fields in jj2000.j2k.wavelet.analysis declared as AnWTFilter Modifier and Type Field Description AnWTFilterSubbandAn. hFilterThe horizontal analysis filter used to decompose this subband.AnWTFilterSubbandAn. vFilterThe vertical analysis filter used to decompose this subband.Methods in jj2000.j2k.wavelet.analysis that return AnWTFilter Modifier and Type Method Description AnWTFilter[]AnWTFilterSpec. getHFilters(int t, int c)Returns the horizontal analysis filters to be used in component 'n' and tile 't'.AnWTFilter[]ForwWT. getHorAnWaveletFilters(int t, int c)Returns the horizontal analysis wavelet filters used in each level, for the specified tile-component.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. getVertAnWaveletFilters(int t, int c)Returns the vertical 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[]AnWTFilterSpec. getVFilters(int t, int c)Returns the vertical analysis filters to be used in component 'n' and tile 't'.
-