Skip to content
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

Label-label relation module for "Tracking" and "Colocalisation" #46

Open
tischi opened this issue Feb 1, 2021 · 2 comments
Open

Label-label relation module for "Tracking" and "Colocalisation" #46

tischi opened this issue Feb 1, 2021 · 2 comments

Comments

@tischi
Copy link

tischi commented Feb 1, 2021

@manerotoni @dlegland

I had an idea how to, with minimal effort, add more functionality to MLJ that could be first steps towards tracking and colocalisation analysis.
Essentially the idea is to have one module where the input are two label mask images (labelsA, labelsB). The output would be a results table with relational information such as overlap and closeness of the difference labels in the two images.

For example things like this:

labelA labelB_IndexClosestCentroid labelB_maximalOverlap numPixelsOverlap
1 4 4 1024
2 3 10 501
3 5 5 10

What do you think? Should we try to add something like this?

@dlegland
Copy link
Contributor

dlegland commented Feb 2, 2021

Hi!
I see the idea, this could be useful for comparing segmentation results, or for validating registrations.
I think Ignacio coded several functions for comparing label images, it seems this could be related.
I need to maturate a little bit about it, but why not?

@tischi
Copy link
Author

tischi commented Feb 2, 2021

for comparing segmentation results, or for validating registrations.

wow, even more use cases!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants