jni / ray

Automatic segmentation of electron microscopy volumes
Other
31 stars 10 forks source link

Add support for watershed where shallow minima are removed #32

Closed kenryd closed 13 years ago

kenryd commented 13 years ago

Rather than thresholding the probability map and seeding the watershed, we can "smooth" out shallow minima whose depth is less than a threshold. The algorithm is:

kenryd commented 13 years ago

Done as of 83b5b1953fc0c3619563.