public class IntegralImageMipMaps extends Object
Constructor and Description |
---|
IntegralImageMipMaps() |
Modifier and Type | Method and Description |
---|---|
static ImageBytes[] |
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). |
public static final ImageBytes[] create(Patch patch, ij.process.ImageProcessor ip, ij.process.ByteProcessor alpha, ij.process.ByteProcessor outside, int type)
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).patch
- ip
- alpha
- outside
- type
- Copyright © 2015–2021 Fiji. All rights reserved.