| Modifier and Type | Class and Description | 
|---|---|
| class  | RenderedImageSrc | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ImgData | HeaderEncoder. origSrcThe image data reader. | 
| Constructor and Description | 
|---|
| HeaderEncoder(ImgData origsrc,
             boolean[] isorigsig,
             ForwardWT dwt,
             Tiler tiler,
             J2KImageWriteParamJava wp,
             ROIScaler roiSc,
             PostCompRateAllocator ralloc)Initializes the header writer with the references to the coding chain. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CodedCBlkDataSrcEncThis 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  | EBCOTRateAllocatorThis implements the EBCOT post compression rate allocation algorithm. | 
| class  | EntropyCoderThis abstract class provides the general interface for block-based entropy
 encoders. | 
| class  | PostCompRateAllocatorThis is the abstract class from which post-compression rate allocators
 which generate layers should inherit. | 
| class  | StdEntropyCoderThis class implements the JPEG 2000 entropy coder, which codes stripes in
 code-blocks. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BlkImgDataSrcThis interface defines the methods to transfer image data in blocks,
 without following any particular order (random access). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImgDataAdapterThis class provides a default implementation of the methods in the
 'ImgData' interface. | 
| class  | ImgDataConverterThis class is responsible of all data type conversions. | 
| class  | ImgDataJoinerThis class implements the ImgData interface and allows to obtain data from
 different sources. | 
| class  | TilerThis class places an image in the canvas coordinate system, tiles it, if so
 specified, and performs the coordinate conversions transparently. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ImgData | ImgDataAdapter. imgdatasrcThe ImgData source | 
| Constructor and Description | 
|---|
| ImgDataAdapter(ImgData src)Instantiates the ImgDataAdapter object specifying the ImgData source. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ForwCompTransfThis class apply component transformations to the tiles depending
 on user specifications. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImgReaderThis is the generic interface to be implemented by all image file (or other
 resource) readers for different image file formats. | 
| class  | ImgReaderPGMThis class implements the ImgData interface for reading 8 bit unsigned data
 from a binary PGM file. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InvCompTransfThis class apply inverse component transformations to the tiles depending
 on specification read from the codestream header. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CBlkQuantDataSrcEncThis interface defines a source of quantized wavelet coefficients and
 methods to transfer them in a code-block by code-block basis. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QuantizerThis abstract class provides the general interface for quantizers. | 
| class  | StdQuantizerThis class implements scalar quantization of integer or floating-point
 valued source data. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ROIScalerThis class deals with the ROI functionality. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WaveletTransformThis interface defines how a forward or inverse wavelet transform
 should present itself. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CBlkWTDataSrcThis abstract class defines methods to transfer wavelet data in a
 code-block by code-block basis. | 
| interface  | ForwWTThis interface extends the WaveletTransform with the
 specifics of forward wavelet transforms. | 
| interface  | ForwWTDataPropsThis interface extends the ImgData interface with methods that are
 necessary for forward wavelet data (i.e. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ForwardWTThis abstract class represents the forward wavelet transform functional
 block. | 
| class  | ForwWTFullThis class implements the ForwardWT with the full-page approach to be used
 either with integer or floating-point filters | 
| Constructor and Description | 
|---|
| ForwardWT(ImgData src)Initializes this object for the specified number of tiles 'nt' and
 components 'nc'. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | InvWTThis interface extends the WaveletTransform with the
 specifics of inverse wavelet transforms. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InverseWTThis abstract class extends the WaveletTransform one with the specifics of
 inverse wavelet transforms. | 
| class  | InvWTAdapterThis class provides default implementation of the methods in the 'InvWT'
 interface. | 
| class  | InvWTFullThis class implements the InverseWT with the full-page approach for int and
 float data. | 
Copyright © 2014 Open Microscopy Environment