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