Uses of Interface
ucar.jpeg.jj2000.j2k.wavelet.analysis.CBlkWTDataSrc

Packages that use CBlkWTDataSrc
ucar.jpeg.jj2000.j2k.quantization.quantizer   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

Uses of CBlkWTDataSrc in ucar.jpeg.jj2000.j2k.quantization.quantizer
 

Fields in ucar.jpeg.jj2000.j2k.quantization.quantizer declared as CBlkWTDataSrc
protected  CBlkWTDataSrc Quantizer.src
          The source of wavelet transform coefficients
 

Methods in ucar.jpeg.jj2000.j2k.quantization.quantizer with parameters of type CBlkWTDataSrc
static Quantizer Quantizer.createInstance(CBlkWTDataSrc src, EncoderSpecs encSpec)
          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 ucar.jpeg.jj2000.j2k.quantization.quantizer with parameters of type CBlkWTDataSrc
Quantizer(CBlkWTDataSrc src)
          Initializes the source of wavelet transform coefficients.
StdQuantizer(CBlkWTDataSrc src, EncoderSpecs encSpec)
          Initializes the source of wavelet transform coefficients.
 

Uses of CBlkWTDataSrc in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Classes in ucar.jpeg.jj2000.j2k.wavelet.analysis that implement CBlkWTDataSrc
 class ForwardWT
          This abstract class represents the forward wavelet transform functional block.
 class ForwWTFull
          This class implements the ForwardWT abstract class with the full-page approach to be used either with integer or floating-point filters
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.