-
Notifications
You must be signed in to change notification settings - Fork 17
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
Turn algorithms into Ops #12
Comments
Hi there, |
process has begun... slowly... here. |
@etarena good news indeed! The tricky bit is probably the thresholding of images which requires quite sophisticated implementation to be able to do the studd in the Costes paper. We implemented in coloc2 max a d min thresholds (so 2 threshold per channel) and a way to decide if they are exclusive or inclusive... Or at least tried to do what was correct in that respect. I suppose there should be or maybe already is some image thresholding implementation in ops...and/or imglib2.l, as well as the old IJ threshold tool??? I will leave it to the experts to figure out where to put or merge this relatively fancy thresholding stiff from coloc2 into Here I just.make a note of what I remember we did in coloc2 and why. |
We want to expose colocalisation functionality in ImageJ Ops. This way individual algorithms can be reused in other contexts (e.g. KNIME), and traditional ImageJ/Fiji functionality will benefit from Ops extensibility.
The text was updated successfully, but these errors were encountered: