Package | Description |
---|---|
mpicbg.trakem2.util |
Modifier and Type | Method and Description |
---|---|
static Downsampler.Pair<ij.process.ByteProcessor,ij.process.ByteProcessor> |
Downsampler.downsampleAlphaAndOutside(ij.process.ByteProcessor aAlpha,
ij.process.ByteProcessor aOutside)
Combine an alpha and outside mask into a downsampled alpha and outside
mask.
|
static Downsampler.Pair<ij.process.ColorProcessor,byte[][]> |
Downsampler.downsampleColor(ij.process.ColorProcessor a)
Create a downsampled version of a
ColorProcessor and the
mapping of its red, green and blue channels into three unsigned byte
arrays. |
static Downsampler.Pair<ij.process.FloatProcessor,byte[]> |
Downsampler.downsampleFloat(ij.process.FloatProcessor a)
Create a downsampled version of a
FloatProcessor and the
mapping of its [min,max] range into an unsigned byte array. |
static Downsampler.Pair<ij.process.ShortProcessor,byte[]> |
Downsampler.downsampleShort(ij.process.ShortProcessor a)
Create a downsampled version of a
ShortProcessor and the
mapping of its [min,max] range into an unsigned byte array. |
Copyright © 2015–2021 Fiji. All rights reserved.