| Package | Description | 
|---|---|
| jj2000.j2k.codestream.reader | |
| jj2000.j2k.entropy.decoder | |
| jj2000.j2k.quantization.dequantizer | |
| jj2000.j2k.roi | |
| jj2000.j2k.wavelet.synthesis | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BitstreamReaderAgentThis is the generic interface for bit stream reader agents. | 
| class  | FileBitstreamReaderAgentThis class reads the bit stream (with the help of HeaderDecoder for tile
 headers and PktDecoder for packets header and body) and retrives location
 of all code-block's codewords. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CodedCBlkDataSrcDecThis interface defines a source of entropy coded data and methods to
 transfer it in a code-block by code-block basis. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntropyDecoderThis is the abstract class from which all entropy decoders must
 inherit. | 
| class  | StdEntropyDecoderThis class implements the JPEG 2000 entropy decoder, which codes stripes in
 code-blocks. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CBlkQuantDataSrcDecThis interface defines a source of quantized wavelet coefficients and
 methods to transfer them in a code-block by code-block basis, fro the
 decoder side. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DequantizerThis is the abstract class from which all dequantizers must inherit. | 
| class  | StdDequantizerThis class implements a scalar dequantizer with deadzone. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ROIDeScalerThis class takes care of the de-scaling of ROI coefficients. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CBlkWTDataSrcDecThis abstract class defines methods to transfer wavelet data in a
 code-block by code-block basis, for the decoder side. | 
| interface  | InvWTDataThis interface extends the MultiResImgData interface with the methods that
 are necessary for inverse wavelet data (i.e. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiResImgDataAdapterThis class provides a default implementation for the methods of the
 'MultiResImgData' interface. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected MultiResImgData | InvWTAdapter. mressrcThe 'MultiResImgData' source | 
| protected MultiResImgData | MultiResImgDataAdapter. mressrcThe MultiResImgData source | 
| Constructor and Description | 
|---|
| InverseWT(MultiResImgData src,
         DecoderSpecs decSpec)Initializes this object with the given source of wavelet
 coefficients. | 
| InvWTAdapter(MultiResImgData src,
            DecoderSpecs decSpec)Instantiates the 'InvWTAdapter' object using the specified
 'MultiResImgData' source. | 
| MultiResImgDataAdapter(MultiResImgData src)Instantiates the MultiResImgDataAdapter object specifying the
 MultiResImgData source. | 
Copyright © 2014 Open Microscopy Environment