public class FloodFiller extends Object
Constructor and Description |
---|
FloodFiller(DrawingTool tool)
Constructs a FloodFiller from a given DrawingTool.
|
Modifier and Type | Method and Description |
---|---|
boolean |
fill4(long u0,
long v0,
long[] position)
Does a 4-connected flood fill using the current fill/draw value.
|
boolean |
fill8(long u0,
long v0,
long[] position)
Does an 8-connected flood fill using the current fill/draw value.
|
void |
particleAnalyzerFill(long u0,
long v0,
long[] position,
double level1,
double level2,
DrawingTool maskTool,
RealRect bounds)
In IJ1 this method is used by the particle analyzer to remove interior
holes from particle masks.
|
public FloodFiller(DrawingTool tool)
public boolean fill4(long u0, long v0, long[] position)
public boolean fill8(long u0, long v0, long[] position)
public void particleAnalyzerFill(long u0, long v0, long[] position, double level1, double level2, DrawingTool maskTool, RealRect bounds)
Copyright © 2014–2022 ImageJ. All rights reserved.