ddd_pylib.labeling#

Operators

ConnectedComponentsLabelingOperator

Takes an image and creates assigns a unique ID to all the voxels part of the same isolated connected component.

SeededWatershedOperator

Apply seeded watershed on given image, it uses seeds, that can be calculated by FindExtrema if not given in the seeds attribute.

ThresholdOperator

Creates a thresholded image (binary mask).