Package inra.ijpb.binary.conncomp
Connected components labeling algorithms for binary 2D or 3D images.
-
Interface Summary Interface Description ConnectedComponentsLabeling Computes labels corresponding to connected components in input image.ConnectedComponentsLabeling3D Computes labels corresponding to connected components in input 3D image. -
Class Summary Class Description FloodFillComponentsLabeling Computes the labels of the connected components in a binary image.FloodFillComponentsLabeling3D Computes the labels of the connected components in a 3D binary image.