Modifier and Type | Class and Description |
---|---|
class |
RenderedImageSrc |
Constructor and Description |
---|
PrecinctSizeSpec(int nt,
int nc,
byte type,
BlkImgDataSrc imgsrc,
IntegerSpec dls,
J2KImageWriteParamJava wp,
String values)
Creates a new PrecinctSizeSpec object for the specified number of tiles
and components and the J2KImageWriteParamJava instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ImgDataConverter
This class is responsible of all data type conversions.
|
class |
ImgDataJoiner
This class implements the ImgData interface and allows to obtain data from
different sources.
|
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 | Field and Description |
---|---|
private BlkImgDataSrc[] |
ImgDataJoiner.imageData
The list of input ImgData
|
private BlkImgDataSrc |
ImgDataConverter.src
The source of image data
|
private BlkImgDataSrc |
Tiler.src
The source of image data
|
Constructor and Description |
---|
ImgDataConverter(BlkImgDataSrc imgSrc)
Constructs a new ImgDataConverter object that operates on the specified
source of image data.
|
ImgDataConverter(BlkImgDataSrc imgSrc,
int fp)
Constructs a new ImgDataConverter object that operates on the specified
source of image data.
|
ImgDataJoiner(BlkImgDataSrc[] imD,
int[] cIdx)
Class constructor.
|
Tiler(BlkImgDataSrc src,
int ax,
int ay,
int px,
int py,
int nw,
int nh)
Constructs a new tiler with the specified 'BlkImgDataSrc' source,
image origin, tiling origin and nominal tile size.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwCompTransf
This class apply component transformations to the tiles depending
on user specifications.
|
Modifier and Type | Field and Description |
---|---|
private BlkImgDataSrc |
ForwCompTransf.src
The source of image data
|
Constructor and Description |
---|
ForwCompTransf(BlkImgDataSrc imgSrc,
J2KImageWriteParamJava wp)
Constructs a new ForwCompTransf object that operates on the
specified source of image data.
|
Modifier and Type | Class and Description |
---|---|
class |
ImgReader
This is the generic interface to be implemented by all image file (or other
resource) readers for different image file formats.
|
class |
ImgReaderPGM
This class implements the ImgData interface for reading 8 bit unsigned data
from a binary PGM file.
|
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 | Field and Description |
---|---|
private BlkImgDataSrc |
InvCompTransf.src
The source of image data
|
Constructor and Description |
---|
InvCompTransf(BlkImgDataSrc imgSrc,
DecoderSpecs decSpec,
int[] utdepth)
Constructs a new ForwCompTransf object that operates on the
specified source of image data.
|
Modifier and Type | Field and Description |
---|---|
private BlkImgDataSrc |
ForwWTFull.src
The source of image data
|
Modifier and Type | Method and Description |
---|---|
static ForwardWT |
ForwardWT.createInstance(BlkImgDataSrc src,
J2KImageWriteParamJava wp)
Creates a ForwardWT object with the specified filters, and with other
options specified in the parameter list 'pl'.
|
Constructor and Description |
---|
ForwWTFull(BlkImgDataSrc src,
J2KImageWriteParamJava wp,
int pox,
int poy)
Initializes this object with the given source of image data and with
all the decompositon parameters
|
Modifier and Type | Class and Description |
---|---|
class |
InverseWT
This abstract class extends the WaveletTransform one with the specifics of
inverse wavelet transforms.
|
class |
InvWTFull
This class implements the InverseWT with the full-page approach for int and
float data.
|
Copyright © 2016 Open Microscopy Environment