Uses of Interface
jj2000.j2k.wavelet.synthesis.CBlkWTDataSrcDec
Packages that use CBlkWTDataSrcDec
-
Uses of CBlkWTDataSrcDec in jj2000.j2k.quantization.dequantizer
Classes in jj2000.j2k.quantization.dequantizer that implement CBlkWTDataSrcDecModifier and TypeClassDescriptionclassThis is the abstract class from which all dequantizers must inherit.classThis class implements a scalar dequantizer with deadzone. -
Uses of CBlkWTDataSrcDec in jj2000.j2k.wavelet.synthesis
Methods in jj2000.j2k.wavelet.synthesis with parameters of type CBlkWTDataSrcDecModifier and TypeMethodDescriptionstatic InverseWTInverseWT.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.Constructors in jj2000.j2k.wavelet.synthesis with parameters of type CBlkWTDataSrcDecModifierConstructorDescriptionInvWTFull(CBlkWTDataSrcDec src, DecoderSpecs decSpec) Initializes this object with the given source of wavelet coefficients.