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 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 jj2000.j2k.wavelet.analysis declared as AnWTFilter Modifier and Type Field Description 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 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'.
-