protected class RoiStatistics.GenericAccumulator extends Object implements RoiStatistics.Accumulator
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected byte[] |
pixels |
protected int |
width |
protected int |
x |
protected int |
y |
Constructor and Description |
---|
GenericAccumulator(int x,
int y,
ij.process.ByteProcessor mask) |
Modifier and Type | Method and Description |
---|---|
void |
iterate(RoiStatistics.Accessor accessor,
RoiStatistics.PixelHandler handler) |
protected int x
protected int y
protected int width
protected int height
protected byte[] pixels
public GenericAccumulator(int x, int y, ij.process.ByteProcessor mask)
public final void iterate(RoiStatistics.Accessor accessor, RoiStatistics.PixelHandler handler)
iterate
in interface RoiStatistics.Accumulator
Copyright © 2015–2021 Fiji. All rights reserved.