constantinpape / elf

Utils and convenience functions for large-scale bio-image analysis.
MIT License
48 stars 18 forks source link

Add example for Multicut / Mutex Watershed segmentation with a grid graph #30

Closed constantinpape closed 3 years ago

constantinpape commented 3 years ago

Initial example is here: https://github.com/constantinpape/elf/blob/master/example/segmentation/multicut_pixels.ipynb Still need to implement long range functionality and add example for lmc and mws.

constantinpape commented 3 years ago

Done.