public class ExportARGB extends Object
Constructor and Description |
---|
ExportARGB() |
Modifier and Type | Method and Description |
---|---|
static int[] |
extractARGBIntArray(Image img) |
static Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> |
makeFlatImageARGB(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale,
boolean use_mipmaps) |
static Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> |
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> |
makeFlatImageARGBFromOriginals(List<Patch> patches,
Rectangle roi,
double backgroundValue,
double scale)
Limited to 2GB arrays for the requested image.
|
public static final Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> makeFlatImageARGB(List<Patch> patches, Rectangle roi, double backgroundValue, double scale, boolean use_mipmaps)
public static final int[] extractARGBIntArray(Image img)
public static final Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> makeFlatImageARGBFromMipMaps(List<Patch> patches, Rectangle roi, double backgroundValue, double scale)
patches
- roi
- backgroundValue
- scale
- public static final Pair<ij.process.ColorProcessor,ij.process.ByteProcessor> makeFlatImageARGBFromOriginals(List<Patch> patches, Rectangle roi, double backgroundValue, double scale)
patches
- roi
- backgroundValue
- scale
- Copyright © 2015–2021 Fiji. All rights reserved.