Package | Description |
---|---|
jj2000.j2k.wavelet.analysis |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.