protected class RoiStatistics.RectangleAccumulator extends Object implements RoiStatistics.Accumulator
Modifier and Type | Field and Description |
---|---|
protected int |
x0 |
protected int |
x1 |
protected int |
y0 |
protected int |
y1 |
Constructor and Description |
---|
RectangleAccumulator(Rectangle rect) |
Modifier and Type | Method and Description |
---|---|
void |
iterate(RoiStatistics.Accessor accessor,
RoiStatistics.PixelHandler handler) |
public RectangleAccumulator(Rectangle rect)
public final void iterate(RoiStatistics.Accessor accessor, RoiStatistics.PixelHandler handler)
iterate
in interface RoiStatistics.Accumulator
Copyright © 2015–2021 Fiji. All rights reserved.