-
Notifications
You must be signed in to change notification settings - Fork 14
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
Watershed bugs #18
Comments
I can concur here. 2021040_H33342_L929_24w_A3_tilescan.lif - A3 Region1_Merged.tif.zip |
Hey @psobolewskiPhD , I'd recommend using the approaches by MorpholibJ, SimpleITK and ImageJ1. All are available as CLIJ extensions and can thus be called as other CLIJ functions from Macro: See the installation instructions for the extensions: |
I already switched to Briefly checking out the other options (copy pasta coding), they don't "work"—I guess they need greyscale as input and I'm already thresholding, etc.? |
Can you please precisely write what you tried and what didn't work? It's otherwise very hard to answer that. If it's related to other operations and not watershed, please open a new github issue or image.sc thread, post example code and data. I will then give my best to assist you 🙂 |
Oh, sorry for expressing myself poorly. Regarding the other options, it's not that the commands/extensions don't work, but that I don't understand the proper usage, just from the CLIJ docs. E.g. |
I see. I just added a mini tutorial. It will be automatically linked from the documentation after it's rebuilt. I will also add links to the MorphoLibJ documentation. Thanks for the suggestion! Let me know if there remains something unclear. |
The tutorial is amazing—going well above the call of duty! You really didn't have to do that! |
No big deal, it was made with imagejmacromarkdown ;-) |
Dear future-self,
the current Watershed-implementation is not very good. It has two issues:
Both could be fixed by taking over some improvements in ParametricWatershed in CLIJx. After some testing period there, we should copy it over.
https://github.com/clij/clijx/blob/master/src/main/java/net/haesleinhuepf/clijx/plugins/ParametricWatershed.java#L34-L49
Cheers,
past-self
The text was updated successfully, but these errors were encountered: