Uses of Class
jj2000.j2k.wavelet.synthesis.InverseWT
-
Packages that use InverseWT Package Description jj2000.j2k.wavelet.synthesis -
-
Uses of InverseWT in jj2000.j2k.wavelet.synthesis
Subclasses of InverseWT in jj2000.j2k.wavelet.synthesis Modifier and Type Class Description class
InvWTFull
This class implements the InverseWT with the full-page approach for int and float data.Methods in jj2000.j2k.wavelet.synthesis that return InverseWT Modifier and Type Method Description static InverseWT
InverseWT. createInstance(CBlkWTDataSrcDec src, DecoderSpecs decSpec)
Creates an InverseWT object that works on the data type of the source, with the special additional parameters from the parameter list.
-