static ImageBytes[] |
IntegralImageMipMaps.create(Patch patch,
ij.process.ImageProcessor ip,
ij.process.ByteProcessor alpha,
ij.process.ByteProcessor outside,
int type)
WARNING modifies the outside array when both alpha and outside are not null,
and when ip is a ColorProcessor , will also modify ints int[] pixels
if alpha or outside are not null (the alpha channel is or'ed in).
|
static ImageBytes[] |
DownsamplerMipMaps.create(Patch patch,
int type,
ij.process.ImageProcessor ip,
ij.process.ByteProcessor alpha,
ij.process.ByteProcessor outside) |
static ImageBytes[] |
DownsamplerMipMaps.create(Patch patch,
int type,
ij.process.ImageProcessor ip,
ij.process.ByteProcessor alpha,
ij.process.ByteProcessor outside,
int first_level) |
static ImageBytes[] |
DownsamplerMipMaps.create(Patch patch,
int type,
int n_levels,
ij.process.ImageProcessor ip,
ij.process.ByteProcessor alpha,
ij.process.ByteProcessor outside) |