public class ExportUnsignedByte extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExportUnsignedByte.ImageData |
static interface |
ExportUnsignedByte.ImageSource |
static class |
ExportUnsignedByte.MipMapSource |
static class |
ExportUnsignedByte.OriginalSource |
Constructor and Description |
---|
ExportUnsignedByte() |
Modifier and Type | Method and Description |
---|---|
static Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
makeFlatImage(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale,
ExportUnsignedByte.ImageSource fetcher) |
static Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
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> |
makeFlatImageFromOriginals(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale) |
public static final Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> makeFlatImageFromMipMaps(List<Patch> patches, Rectangle roi, double backgroundValue, double scale)
public static final Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> makeFlatImageFromOriginals(List<Patch> patches, Rectangle roi, double backgroundValue, double scale)
public static final Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> makeFlatImage(List<Patch> patches, Rectangle roi, double backgroundValue, double scale, ExportUnsignedByte.ImageSource fetcher)
Copyright © 2015–2021 Fiji. All rights reserved.