ddd_pylib.labeling.
ConnectedComponentsLabelingOperator#
- class ddd_pylib.labeling.ConnectedComponentsLabelingOperator[source]#
Bases:
ImageOperatorTakes an image and creates assigns a unique ID to all the voxels part of the same isolated connected component. The connectivity is to determine whether two pixels can be linked in diagonal or not. The possible values are: - 1 (only direct neighbors) - 2 (direct and diagonal neighbors)
Methods