Watershed
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
Activity
requested review from @fima
assigned to @s212246
added 19 commits
-
8d89c6d2...46ad3141 - 17 commits from branch
main
- 182f2212 - Merge remote-tracking branch 'origin/main' into watershed
- bc6b1922 - add watershed function in operations and add screenshot examples for documentation
-
8d89c6d2...46ad3141 - 17 commits from branch
mentioned in commit dfb0105a
Please register or sign in to reply