public class FloodFillRegionComponentsLabeling3D extends AlgoStub
FloodFillComponentsLabeling, 
FloodFill3D| Constructor and Description | 
|---|
FloodFillRegionComponentsLabeling3D()
Constructor with default connectivity 6 and default output bitdepth equal to 16. 
 | 
FloodFillRegionComponentsLabeling3D(int connectivity)
Constructor specifying the connectivity and using default output bitdepth equal to 16. 
 | 
FloodFillRegionComponentsLabeling3D(int connectivity,
                                   int bitDepth)
Constructor specifying the connectivity and the bitdepth of result label
 image 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.ImageStack | 
computeLabels(ij.ImageStack image,
             int regionLabel)
Computes labels corresponding to connected components of a region within
 a label map. 
 | 
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic FloodFillRegionComponentsLabeling3D()
public FloodFillRegionComponentsLabeling3D(int connectivity)
connectivity - the connectivity of connected components (6 or 26)public FloodFillRegionComponentsLabeling3D(int connectivity,
                                           int bitDepth)
connectivity - the connectivity of connected components (6 or 26)bitDepth - the bit depth of the result (8, 16, or 32)public ij.ImageStack computeLabels(ij.ImageStack 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.