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

Sort image patches by similarity #336

Closed
mzur opened this issue Apr 7, 2021 · 3 comments
Closed

Sort image patches by similarity #336

mzur opened this issue Apr 7, 2021 · 3 comments
Labels

Comments

@mzur
Copy link
Member

mzur commented Apr 7, 2021

Implement a method to sort thumbnails of images/videos in the volume overview by "similarity". This is comparable to the existing feature to sort by color. A simple measure for similarity would be to compute a PCA and sort by the value of the first component of each thumbnail. The sorting sequence can be computed when a volume is created and whenever the volume files change.

@mzur
Copy link
Member Author

mzur commented Jul 21, 2021

An experimental version of this feature has been implemented in #352. The development can continue in the similarity-sort branch.

@mzur
Copy link
Member Author

mzur commented Aug 13, 2021

We have determined that general sorting by "similarity" is 1. very hard to achieve algorithmically and 2. not automatically the best solution for the actual problem we want to solve. We agreed that the three different applications (volume overview, Largo, MAIA) probably need three different solutions. These will be discussed in the respective issues.

For the volume overview, the color sort feature might already solve most of the cases. We have to think abouth whether we actually need anything else.

@mzur
Copy link
Member Author

mzur commented Apr 26, 2022

Closing this for now. IMO sorting makes sense for MAIA and Largo but not for the volume overview.

@mzur mzur closed this as completed Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

1 participant