Package | Description |
---|---|
loci.formats.dicom | |
loci.formats.in |
Package containing Bio-Formats file format readers.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<DicomTile> |
DicomFileInfo.tiles |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Integer,java.util.List<DicomTile>> |
DicomReader.tilePositions |
Modifier and Type | Method and Description |
---|---|
private java.util.List<DicomTile> |
DicomReader.getTileList(int no,
loci.common.Region boundingBox,
boolean firstTileOnly)
Get a list of tiles corresponding to the given plane.
|
java.util.List<DicomTile> |
DicomReader.getTiles() |
Modifier and Type | Method and Description |
---|---|
private void |
DicomReader.getTile(DicomTile tile,
byte[] buf,
int x,
int y,
int w,
int h)
Decompress pixel data associated with the given DicomTile.
|
private Codec |
DicomReader.getTileCodec(DicomTile tile)
Get a Codec that can be used to decompress the given tile.
|
private CodecOptions |
DicomReader.getTileCodecOptions(DicomTile tile)
Get a CodecOptions that can be used to decompress the given tile.
|
Copyright © 2024 Open Microscopy Environment