public class FloodFillRegionComponentsLabeling extends AlgoStub
FloodFillComponentsLabeling, 
FloodFill| Constructor and Description | 
|---|
FloodFillRegionComponentsLabeling()
Constructor with default connectivity 4 and default output bitdepth equal to 16. 
 | 
FloodFillRegionComponentsLabeling(int connectivity)
Constructor specifying the connectivity and using default output bitdepth equal to 16. 
 | 
FloodFillRegionComponentsLabeling(int connectivity,
                                 int bitDepth)
Constructor specifying the connectivity and the bitdepth of result label
 image 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.process.ImageProcessor | 
computeLabels(ij.process.ImageProcessor image,
             int regionLabel)
Computes labels corresponding to connected components of a region within
 a label map. 
 | 
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic FloodFillRegionComponentsLabeling()
public FloodFillRegionComponentsLabeling(int connectivity)
connectivity - the connectivity of connected components (4 or 8)public FloodFillRegionComponentsLabeling(int connectivity,
                                         int bitDepth)
connectivity - the connectivity of connected components (4 or 8)bitDepth - the bit depth of the result (8, 16, or 32)public ij.process.ImageProcessor computeLabels(ij.process.ImageProcessor image,
                                               int regionLabel)
image - the label map containing index of each region.regionLabel - the label of the region whose connected components have to be computed.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.