-
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
Algorithms and Input GUI v2: Investigate whether we should unify/resue any functionality with JACoP / MOSAIC Suite - Interaction analysis plugin for ImageJ #13
Comments
From JACoP - the main 2 things are:
From MOSAIC update site comes interesting new object based methods. Thoughts: I reached out to the jacop authors very recently to discuss collaboration, and also a while back, but got rather little response... so i think we might be on our own....i guess they may have moved on.... I'm planning to add the algorithm for % coloc by intensity and/or pixels above thresholds. see issue #17 What i also liked about Jacop is the nice user interface with tabs for different functions, and some visual feedback about what settings or input parameters are needed to run the selected algorithms. The SingleWindowDisplay implementation of ResultHandler in Coloc_2 was only ever meant to be a first attempt to get us going. There was always supposed to be a much nicer GUI in the end.... see issue #31 and issue #8 and issue #27 |
|
One of our primary goals for Coloc 2 in coming months will be to convert the core routines to ImageJ Ops. We already have lots of autothresholding methods in Ops (including all of the ones ImageJ 1.x offers and more, as well as local autothresholding methods), although with object-based segmentation actually thresholding is only the beginning—we may want to reuse something more general w.r.t. ROIs. |
@ctrueden Coloc 2 already supports masks with the same number of dimensions as the input images. These are are essentially ROIs. |
@tomka Cool. So then, I am not sure how @chalkie666's idea about autothreshold methods fits in to the picture. But don't worry too much about explaining it now if you are busy. @etarena has plenty to do in the meantime! |
@ctrueden there are two different kinds of thresholding going on here.
I digress......
|
Note that the 3D ROI manager available as an update site does 3D object coloc, so we dont need to re do that immediately at all!!! See |
Note that the 3D ROI Manager does voxel colocalization on binary objects, i.e. it calculates the percentage of voxels that are positive in both of two objects/channels. See this post on the ImageJ mailing list (it should be made clear to users that this is different from calculating coloc using Pearsons and Manders coefficients) |
JACoP may have useful functionality that we should be using here. Someone should investigate!
The text was updated successfully, but these errors were encountered: