Package inra.ijpb.binary.conncomp
Interface ConnectedComponentsLabeling3D
- All Superinterfaces:
Algo
- All Known Implementing Classes:
FloodFillComponentsLabeling3D
public interface ConnectedComponentsLabeling3D extends Algo
Computes labels corresponding to connected components in input 3D image.
- Author:
- dlegland
- See Also:
ConnectedComponentsLabeling
-
Method Summary
Modifier and Type Method Description ij.ImageStack
computeLabels(ij.ImageStack binaryImage)
Computes labels corresponding to connected components in input image.Methods inherited from interface inra.ijpb.algo.Algo
addAlgoListener, removeAlgoListener
-
Method Details
-
computeLabels
ij.ImageStack computeLabels(ij.ImageStack binaryImage)Computes labels corresponding to connected components in input image.- Parameters:
binaryImage
- binary image containing components- Returns:
- the label image of the components
-