-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marker controlled Watershed #17
Comments
Hey @pr4deepr , have you tried ? Thanks! |
I just tried it.
The labelling wasn't optimised as much, but this demonstrates the differences. |
Awesome! I can see the issue now. Does it also fail in 2D? Can you share the dataset and the script which generates both results? That would make it easy for me to trace it down in more detail. |
I haven't tried 2D. Yup, happy to share the dataset. |
Suggested by @pr4deepr
'''
Marker controlled watershed from MorpholibJ
If I am using CLIJx to generate seeds (labelling) and binary images (mask), then if I have edges image I can use these images for segmenting cells using Marker Controlled Watershed.
'''
See also:
https://github.com/clij/assistant/issues/14
The text was updated successfully, but these errors were encountered: