Uses of Interface
jj2000.j2k.wavelet.analysis.CBlkWTDataSrc
-
Packages that use CBlkWTDataSrc Package Description jj2000.j2k.quantization.quantizer jj2000.j2k.wavelet.analysis -
-
Uses of CBlkWTDataSrc in jj2000.j2k.quantization.quantizer
Fields in jj2000.j2k.quantization.quantizer declared as CBlkWTDataSrc Modifier and Type Field Description protected CBlkWTDataSrc
Quantizer. src
The source of wavelet transform coefficientsMethods in jj2000.j2k.quantization.quantizer with parameters of type CBlkWTDataSrc Modifier and Type Method Description static Quantizer
Quantizer. createInstance(CBlkWTDataSrc src, J2KImageWriteParamJava wp)
Creates a Quantizer object for the appropriate type of quantization specified in the options in the parameter list 'pl', and having 'src' as the source of data to be quantized.Constructors in jj2000.j2k.quantization.quantizer with parameters of type CBlkWTDataSrc Constructor Description Quantizer(CBlkWTDataSrc src)
Initializes the source of wavelet transform coefficients.StdQuantizer(CBlkWTDataSrc src, J2KImageWriteParamJava wp)
Initializes the source of wavelet transform coefficients. -
Uses of CBlkWTDataSrc in jj2000.j2k.wavelet.analysis
Classes in jj2000.j2k.wavelet.analysis that implement CBlkWTDataSrc Modifier and Type Class Description class
ForwardWT
This abstract class represents the forward wavelet transform functional block.class
ForwWTFull
This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
-