Package | Description |
---|---|
loci.common | |
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
loci.formats.codec |
Package containing Bio-Formats compression and decompression logic.
|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
loci.plugins.in |
Bio-Formats Importer plugin for ImageJ.
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.intersection(Region r)
Returns a Region representing the intersection of this Region with the
given Region.
|
Modifier and Type | Method and Description |
---|---|
Region |
Region.intersection(Region r)
Returns a Region representing the intersection of this Region with the
given Region.
|
boolean |
Region.intersects(Region r)
Returns true if this region intersects the given region.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageWriter.saveBytes(int no,
byte[] buf,
Region tile) |
void |
IFormatWriter.saveBytes(int no,
byte[] buf,
Region tile)
Saves the given image tile to the current series in the current file.
|
void |
FormatWriter.saveBytes(int no,
byte[] buf,
Region tile) |
void |
WriterWrapper.saveBytes(int no,
byte[] buf,
Region tile) |
void |
ImageWriter.savePlane(int no,
Object plane,
Region tile) |
void |
IFormatWriter.savePlane(int no,
Object plane,
Region tile)
Saves the given image plane to the current series in the current file.
|
void |
FormatWriter.savePlane(int no,
Object plane,
Region tile) |
void |
WriterWrapper.savePlane(int no,
Object plane,
Region tile) |
Modifier and Type | Field and Description |
---|---|
private Region |
JPEGTileDecoder.TileCache.lastRegion |
Modifier and Type | Field and Description |
---|---|
private Hashtable<Region,byte[]> |
JPEGTileDecoder.TileCache.compressedTiles |
Modifier and Type | Field and Description |
---|---|
private Region |
ZeissLSMReader.prevRegion |
Modifier and Type | Method and Description |
---|---|
private byte[] |
MIASReader.getTile(int well,
int no,
int row,
int col,
Region intersection) |
Modifier and Type | Field and Description |
---|---|
private List<Region> |
ImporterOptions.cropRegion |
Modifier and Type | Method and Description |
---|---|
Region |
ImportProcess.getCropRegion(int s)
Valid only after
ImportStep.STACK . |
Region |
ImporterOptions.getCropRegion(int s) |
Modifier and Type | Method and Description |
---|---|
private ij.process.ImageProcessor[] |
ImagePlusReader.readProcessors(ImportProcess process,
int no,
Region r,
boolean thumbnail)
HACK: This method mainly exists to prompt the user for a missing
LuraWave license code, in the case of LWF-compressed Flex.
|
void |
ImporterOptions.setCropRegion(int s,
Region r) |
Copyright © 2016 Open Microscopy Environment