Skip to content

Watershed

s212246 requested to merge watershed into main

Implementation of watershed algorithm for 3d objects.

The class accepts as parameter just a binary volume, so far, and performs the watershed algorithm by find the center of each unique object and use it as starting point for the watershed algorithm of which we use the implementation of skimage.segmentation

See 3d Watershed in Notion for more information

Merge request reports