Digikam/GSoC2010/FaceRecognition: Difference between revisions

From KDE Community Wiki
(Created page with 'Face Detection and Recognition will be integrated in digiKam as part of GSoC 2010, by Aditya Bhatt and mentor Alex Jironkin. == Short Description == The main purpose of Face ...')
 
(Add links to the code.)
Line 5: Line 5:
The main purpose of Face Detection is to easily be able to tag faces in photos with names of individuals. Face Recognition, on the other hand, helps in automating this process by automatically tagging unidentified faces with already named faces.  
The main purpose of Face Detection is to easily be able to tag faces in photos with names of individuals. Face Recognition, on the other hand, helps in automating this process by automatically tagging unidentified faces with already named faces.  


<br>
== Where is the code? ==


UNDER CONSTRUCTION
* libface can be found on its [http://libface.sourceforge.net/file/Download.html project site at SourceForge.net].
* [http://websvn.kde.org/branches/extragear/graphics/digikam/gsoc-2010/ digikam-gsoc-2010]: GSOC 2010 branch of digikam, used by all of the [[Digikam/GSoC2010|digikam GSOC projects]].
 
== UNDER CONSTRUCTION ==

Revision as of 14:09, 26 June 2010

Face Detection and Recognition will be integrated in digiKam as part of GSoC 2010, by Aditya Bhatt and mentor Alex Jironkin.

Short Description

The main purpose of Face Detection is to easily be able to tag faces in photos with names of individuals. Face Recognition, on the other hand, helps in automating this process by automatically tagging unidentified faces with already named faces.

Where is the code?

UNDER CONSTRUCTION