Uses of Class
jj2000.j2k.wavelet.synthesis.SynWTFilter
Packages that use SynWTFilter
-
Uses of SynWTFilter in jj2000.j2k.wavelet.synthesis
Subclasses of SynWTFilter in jj2000.j2k.wavelet.synthesisModifier and TypeClassDescriptionclassThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically.classThis class inherits from the synthesis wavelet filter definition for int data.classThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for int data specifically.classThis class inherits from the synthesis wavelet filter definition for int data.Fields in jj2000.j2k.wavelet.synthesis declared as SynWTFilterModifier and TypeFieldDescriptionSubbandSyn.hFilterThe horizontal analysis filter used to recompose this subband, from its childs.SubbandSyn.vFilterThe vertical analysis filter used to decompose this subband, from its childs.Methods in jj2000.j2k.wavelet.synthesis that return SynWTFilterModifier and TypeMethodDescriptionSynWTFilterSpec.getHFilters(int t, int c) Returns the horizontal analysis filters to be used in component 'n' and tile 't'.SynWTFilterSpec.getVFilters(int t, int c) Returns the vertical analysis filters to be used in component 'n' and tile 't'.