Package | Description |
---|---|
jj2000.j2k.entropy.encoder | |
jj2000.j2k.quantization.quantizer | |
jj2000.j2k.roi.encoder | |
jj2000.j2k.wavelet.analysis |
Modifier and Type | Interface and Description |
---|---|
interface |
CodedCBlkDataSrcEnc
This 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 |
EntropyCoder
This abstract class provides the general interface for block-based entropy
encoders.
|
class |
StdEntropyCoder
This class implements the JPEG 2000 entropy coder, which codes stripes in
code-blocks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CBlkQuantDataSrcEnc
This 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 |
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 | Interface and Description |
---|---|
interface |
CBlkWTDataSrc
This abstract class defines methods to transfer wavelet data in a
code-block by code-block basis.
|
interface |
ForwWT
This interface extends the WaveletTransform with the
specifics of forward wavelet transforms.
|
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 with the full-page approach to be used
either with integer or floating-point filters
|
Copyright © 2016 Open Microscopy Environment