| Summary: | Wishlist: ability to separate images by similarity (instead of album or format) | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Jens <jens-bugs.kde.org> |
| Component: | Albums-Sort | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | wishlist | CC: | caulier.gilles, iwannaberich, mario.frank |
| Priority: | NOR | ||
| Version First Reported In: | 5.9.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Jens
2018-03-18 20:54:27 UTC
I think a "group by similarity" feature would make a lot of sense for the faces view, but it could also be a useful option for an album or tag view. The basic feature set is already there, since Digikam can search by similarity, and thus calculate a "similarity distance" between two images. It would only need to do this for every combination of two images in a pair, which should be feasible for sets of <1000 images with current CPUs (and the results can be saved too). Hi Jens, currently, only few similarity values are really stored in database. This was not possible before 6.0.0 beta, as the database structure did not allow this without really nasty constructions. Especially the similarities used by the duplicates search are not stored easily extractible. To implement your wish, some (not minor) work has to be done on the HaarIface. Sadly, I did not have much time lately. I'll try to get some time free to prepare a better use of the new similarity database. But this will probably not be part of the final 6.0.0 release. Regards, Mario I would be very happy and this feature would be worth another €50 donation to the Digikam project from my side if it is implemented. If I can help, e.g. with implementation questions, use cases, example images or SQL knowledge (I know my way around MySQL and Postgres, sadly not around C++ though) just let me know. |