| Modifier and Type | Class and Description |
|---|---|
class |
ChannelDefinitionMapper
This class is responsible for the mapping between
requested components and image channels.
|
class |
ColorSpaceMapper
This is the base class for all modules in the colorspace and icc
profiling steps of the decoding chain.
|
class |
EnumeratedColorSpaceMapper
This class provides Enumerated ColorSpace API for the jj2000.j2k imaging chain
by implementing the BlkImgDataSrc interface, in particular the getCompData
and getInternCompData methods.
|
class |
PalettizedColorSpaceMapper
This class provides decoding of images with palettized colorspaces.
|
class |
Resampler
This class resamples the components of an image so that
all have the same number of samples.
|
class |
SYccColorSpaceMapper
This decodes maps which are defined in the sYCC
colorspace into the sRGB colorspadce.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ICCProfiler
This class provides ICC Profiling API for the jj2000.j2k imaging chain
by implementing the BlkImgDataSrc interface, in particular the getCompData
and getInternCompData methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EBCOTRateAllocator
This implements the EBCOT post compression rate allocation algorithm.
|
class |
EntropyCoder
This abstract class provides the general interface for block-based entropy
encoders.
|
class |
PostCompRateAllocator
This is the abstract class from which post-compression rate allocators
which generate layers should inherit.
|
class |
StdEntropyCoder
This class implements the JPEG 2000 entropy coder, which codes stripes in
code-blocks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImgDataConverter
This class is responsible of all data type conversions.
|
class |
Tiler
This class places an image in the canvas coordinate system, tiles it, if so
specified, and performs the coordinate conversions transparently.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForwCompTransf
This class apply component transformations to the tiles depending on user
specifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvCompTransf
This class apply inverse component transformations to the tiles depending
on specification read from the codestream header.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Quantizer
This abstract class provides the general interface for quantizers.
|
class |
StdQuantizer
This class implements scalar quantization of integer or floating-point
valued source data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ROIScaler
This class deals with the ROI functionality.
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2015. All rights reserved.