public class BreadthFirstLabeling extends RegionLabeling
RegionLabeling.BinaryRegion
currentLabel, height, ip, labelArray, maxLabel, regions, width
Constructor and Description |
---|
BreadthFirstLabeling(ij.process.ByteProcessor ip)
Creates a new region labeling.
|
findRegion, getLabel, getRegion, getRegionPoints, getRegions, getRegions, initialize, makeLabelImage, makeRandomColor, resetLabel, setLabel
public BreadthFirstLabeling(ij.process.ByteProcessor ip)
ip
- the binary input image with 0 values for background pixels and values > 0
for foreground pixels.Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)