[digikam] [Bug 295334] Add some way to tag a face result as "ignore this one" in database for future scans
via KDE Bugzilla
bugzilla_noreply at kde.org
Wed Oct 12 05:41:34 BST 2016
https://bugs.kde.org/show_bug.cgi?id=295334
--- Comment #8 from jflemer at alum.rpi.edu ---
To implement this feature, I think that "ignored" faces will have to be
retained as Identities in the `Identities` table. To mark as ignored, we could
either use the `IdentityAttributes` or possibly use the `Identities.type`.
However `Identities.type` is completely unused at the moment, and is not mapped
through the `Identity` class.
Given the current code, and the user story of wanting to "search for images
with ignored faces", I think using an attribute (in the `IdentityAttributes`
table) would be the preferred way of persisting ignored status. Any
disagreement or alternate ideas before I begin implementing?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list