Modifier and Type | Field and Description |
---|---|
private DecoderSpecs |
J2KReadState.decSpec |
Modifier and Type | Field and Description |
---|---|
private DecoderSpecs |
PktDecoder.decSpec
Reference to decoder specifications
|
protected DecoderSpecs |
BitstreamReaderAgent.decSpec
The decoder specifications
|
private DecoderSpecs |
HeaderDecoder.decSpec
The decoder specifications
|
Modifier and Type | Method and Description |
---|---|
DecoderSpecs |
HeaderDecoder.getDecoderSpecs()
Return the DecoderSpecs instance filled when reading the headers
|
Modifier and Type | Method and Description |
---|---|
Dequantizer |
HeaderDecoder.createDequantizer(CBlkQuantDataSrcDec src,
int[] rb,
DecoderSpecs decSpec2)
Returns the dequantizer parameters.
|
static BitstreamReaderAgent |
BitstreamReaderAgent.createInstance(RandomAccessIO in,
HeaderDecoder hd,
J2KImageReadParamJava j2krparam,
DecoderSpecs decSpec,
boolean cdstrInfo,
HeaderInfo hi)
Creates a bit stream reader of the correct type that works on the
provided RandomAccessIO, with the special parameters from the parameter
list.
|
ROIDeScaler |
HeaderDecoder.createROIDeScaler(CBlkQuantDataSrcDec src,
J2KImageReadParamJava j2krparam,
DecoderSpecs decSpec2)
Creates and returns the ROIDeScaler corresponding to the information
read from the codestream header and with the special additional
parameters from the parameter list.
|
Constructor and Description |
---|
BitstreamReaderAgent(HeaderDecoder hd,
DecoderSpecs decSpec)
Initializes members of this class.
|
FileBitstreamReaderAgent(HeaderDecoder hd,
RandomAccessIO ehs,
DecoderSpecs decSpec,
J2KImageReadParamJava j2krparam,
boolean cdstrInfo,
HeaderInfo hi)
Reads all tiles headers and keep offset of their first
packet.
|
PktDecoder(DecoderSpecs decSpec,
HeaderDecoder hd,
RandomAccessIO ehs,
BitstreamReaderAgent src,
boolean isTruncMode,
int maxCB)
Creates an empty PktDecoder object associated with given decoder
specifications and HeaderDecoder.
|
Modifier and Type | Method and Description |
---|---|
DecoderSpecs |
DecoderSpecs.getCopy()
Returns a copy of the current object.
|
Modifier and Type | Field and Description |
---|---|
private DecoderSpecs |
StdEntropyDecoder.decSpec
The decoder spec
|
Constructor and Description |
---|
StdEntropyDecoder(CodedCBlkDataSrcDec src,
DecoderSpecs decSpec,
boolean doer,
boolean verber,
int mQuit)
Instantiates a new entropy decoder engine, with the specified source of
data, nominal block width and height.
|
Constructor and Description |
---|
InvCompTransf(BlkImgDataSrc imgSrc,
DecoderSpecs decSpec,
int[] utdepth)
Constructs a new ForwCompTransf object that operates on the
specified source of image data.
|
Constructor and Description |
---|
Dequantizer(CBlkQuantDataSrcDec src,
int[] utrb,
DecoderSpecs decSpec)
Initializes the source of compressed data.
|
StdDequantizer(CBlkQuantDataSrcDec src,
int[] utrb,
DecoderSpecs decSpec)
Initializes the source of compressed data.
|
Modifier and Type | Method and Description |
---|---|
static ROIDeScaler |
ROIDeScaler.createInstance(CBlkQuantDataSrcDec src,
J2KImageReadParamJava j2krparam,
DecoderSpecs decSpec)
Creates a ROIDeScaler object.
|
Modifier and Type | Field and Description |
---|---|
protected DecoderSpecs |
InvWTAdapter.decSpec
The decoder specifications
|
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 |
---|
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.
|
InvWTFull(CBlkWTDataSrcDec src,
DecoderSpecs decSpec)
Initializes this object with the given source of wavelet
coefficients.
|
Copyright © 2016 Open Microscopy Environment