Package | Description |
---|---|
mpicbg.trakem2.transform |
Modifier and Type | Method and Description |
---|---|
Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> |
ExportBestFlatImage.makeFlatColorImage() |
Pair<ij.process.FloatProcessor,ij.process.FloatProcessor> |
ExportBestFlatImage.makeFlatFloatGrayImageAndAlpha()
While the data is in the 8-bit range, the format is as a FloatProcessor.
|
Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
ExportBestFlatImage.makeFlatGrayImageAndAlpha() |
static Pair<ij.process.ShortProcessor,ij.process.ByteProcessor> |
ExportUnsignedShort.makeFlatImage(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale,
boolean makeAlphaMask) |
static Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
ExportUnsignedByte.makeFlatImage(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale,
ExportUnsignedByte.ImageSource fetcher) |
static Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> |
ExportARGB.makeFlatImageARGB(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale,
boolean use_mipmaps) |
static Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> |
ExportARGB.makeFlatImageARGBFromMipMaps(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale)
Returns nonsense or throws an Exception if mipmaps are not available.
|
static Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> |
ExportARGB.makeFlatImageARGBFromOriginals(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale)
Limited to 2GB arrays for the requested image.
|
static Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
ExportUnsignedByte.makeFlatImageFromMipMaps(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale)
Works only when mipmaps are available, returning nonsense otherwise.
|
static Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
ExportUnsignedByte.makeFlatImageFromOriginals(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale) |
Copyright © 2015–2021 Fiji. All rights reserved.