Package | Description |
---|---|
jj2000.j2k.wavelet.synthesis |
Modifier and Type | Class and Description |
---|---|
class |
SynWTFilterFloat
This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for float data
specifically.
|
class |
SynWTFilterFloatLift9x7
This class inherits from the synthesis wavelet filter definition for int
data.
|
class |
SynWTFilterInt
This extends the synthesis wavelet filter general definitions of
SynWTFilter by adding methods that work for int data
specifically.
|
class |
SynWTFilterIntLift5x3
This class inherits from the synthesis wavelet filter definition for int
data.
|
Modifier and Type | Field and Description |
---|---|
SynWTFilter |
SubbandSyn.hFilter
The horizontal analysis filter used to recompose this subband,
from its childs.
|
SynWTFilter |
SubbandSyn.vFilter
The vertical analysis filter used to decompose this subband,
from its childs.
|
Modifier and Type | Method and Description |
---|---|
SynWTFilter[] |
SynWTFilterSpec.getHFilters(int t,
int c)
Returns the horizontal analysis filters to be used in component 'n' and
tile 't'.
|
SynWTFilter[] |
SynWTFilterSpec.getVFilters(int t,
int c)
Returns the vertical analysis filters to be used in component 'n' and
tile 't'.
|
Copyright © 2014. All rights reserved.