elementary / photos

Photo viewer and organizer designed for elementary OS
https://elementary.io
GNU Lesser General Public License v2.1
105 stars 39 forks source link

sort by visual similarity #40

Open elementaryBot opened 7 years ago

elementaryBot commented 7 years ago

for photos were taken on the same event/day we should sort them by visual similarity. This would make it much easier to compare/select photos from a shoot.

Launchpad Details: #LP1361318 Daniel Fore - 2014-08-25 17:49:11 +0000

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/61472718-sort-by-visual-similarity?utm_campaign=plugin&utm_content=tracker%2F60550306&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60550306&utm_medium=issues&utm_source=github).
elementaryBot commented 7 years ago

Hm, I don't know. I think it's pretty expected that they'll be sorted by when they were taken. If we got this really right I could see it being useful, but I am not sure how trivial it is, nor how users would respond ("Why are they all out of order? I didn't take them in this order...").

Launchpad Details: #LPC Cassidy James Blaede - 2014-08-25 18:17:18 +0000

elementaryBot commented 7 years ago

Yeah. I did a shoot with like 500 photos this weekend, so I'm trying to think of ways that would have made it easier to sort that import

Launchpad Details: #LPC Daniel Fore - 2014-08-25 18:26:54 +0000

elementaryBot commented 7 years ago

It's a very interesting idea, but not trivial to implement. Require changes in the db and a pattern recognition algorithm. It could be done with OpenCV and k-nn (http://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm - http://docs.opencv.org/modules/ml/doc/k_nearest_neighbors.html) but also requires to create a .vapi for openCV.

Launchpad Details: #LPC Erasmo Marín - 2014-08-27 03:56:21 +0000