Uses of Class
jj2000.j2k.wavelet.analysis.AnWTFilter
Packages that use AnWTFilter
-
Uses of AnWTFilter in jj2000.j2k.wavelet.analysis
Subclasses of AnWTFilter in jj2000.j2k.wavelet.analysisModifier and TypeClassDescriptionclassThis 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.Fields in jj2000.j2k.wavelet.analysis declared as AnWTFilterModifier and TypeFieldDescriptionSubbandAn.hFilterThe horizontal analysis filter used to decompose this subband.SubbandAn.vFilterThe vertical analysis filter used to decompose this subband.Methods in jj2000.j2k.wavelet.analysis that return AnWTFilterModifier and TypeMethodDescriptionAnWTFilterSpec.getHFilters(int t, int c) Returns the horizontal analysis filters to be used in component 'n' and tile 't'.ForwWT.getHorAnWaveletFilters(int t, int c) Returns the horizontal analysis wavelet filters used in each level, for the specified tile-component.ForwWTFull.getHorAnWaveletFilters(int t, int c) Returns the horizontal analysis wavelet filters used in each level, for the specified component and tile.ForwWT.getVertAnWaveletFilters(int t, int c) Returns the vertical analysis wavelet filters used in each level, for the specified tile-component.ForwWTFull.getVertAnWaveletFilters(int t, int c) Returns the vertical analysis wavelet filters used in each level, for the specified component and tile.AnWTFilterSpec.getVFilters(int t, int c) Returns the vertical analysis filters to be used in component 'n' and tile 't'.