Package | Description |
---|---|
jj2000.j2k.quantization.dequantizer | |
jj2000.j2k.wavelet.synthesis |
Modifier and Type | Class and Description |
---|---|
class |
Dequantizer
This is the abstract class from which all dequantizers must inherit.
|
class |
StdDequantizer
This class implements a scalar dequantizer with deadzone.
|
Modifier and Type | Field and Description |
---|---|
private CBlkWTDataSrcDec |
InvWTFull.src
the code-block buffer's source i.e.
|
Modifier and Type | Method and Description |
---|---|
static InverseWT |
InverseWT.createInstance(CBlkWTDataSrcDec src,
DecoderSpecs decSpec)
Creates an InverseWT object that works on the data type of the source,
with the special additional parameters from the parameter
list.
|
Constructor and Description |
---|
InvWTFull(CBlkWTDataSrcDec src,
DecoderSpecs decSpec)
Initializes this object with the given source of wavelet
coefficients.
|
Copyright © 2016 Open Microscopy Environment