GSoC/2017/StatusReports/YingjieLiu: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
No edit summary
No edit summary
Line 24: Line 24:


==Blog Post==
==Blog Post==
[https://yjwudi.github.io/2017/06/01/community-bonding/ 2016/06/01 Community Bonding Eigenfaces Algorithm Finished For DigiKam]
[https://yjwudi.github.io/2017/06/01/community-bonding/ 2017/06/01 Community Bonding Eigenfaces Algorithm Finished For DigiKam]


[https://yjwudi.github.io/2017/06/13/FisherFaces/ May 30-June 30 (1): Fisherfaces Algorithm Finished For DigiKam]
[https://yjwudi.github.io/2017/06/13/FisherFaces/ 2017/06/13 May 30-June 30 (1): Fisherfaces Algorithm Finished For DigiKam]

Revision as of 14:36, 13 June 2017

digiKam: Face Management Improvements

Face recognition in digiKam is now implemented using Local Binary Patterns Histograms(LBPH) from OpenCV. However, since the performance is not as expected, the algorithm needs to be improved. Another two face recognition algorithms named Eigenfaces and Fisherfaces are partially implemented in the face engine and the two algorithms will be finalized. One sufficient reason that recognition cannot work is that we don’t have any code for pose estimation and normalization. To improve face recognition, new face algorithm with pose estimation and normalization will be added. The algorithms will be selectable in GUI by users. Besides the algorithms, the face region in database should be synchronized when the image is transformed.

Proposal

Complete Proposal

Work Report

1. Community Bonding: Eigenfaces Algorithm Finished For DigiKam

In my work I have added Eigenfaces module in digiKam for face recognition enhencement. My work including 4 parts: (1) UI modification. (2) Algorithm selection. (3) Database modification. (4) Eigenfaces algorithm. The details and screenshots can be seen in my blog post.

2. May 30-June 30 (1): Fisherfaces Algorithm Finished For DigiKam

I added Fisherfaces algorithm as an independent module in digiKam for face recognition enhencement. My work including 3 parts: (1) UI modification. (2) Algorithm selection. (3) Fisherfaces algorithm. The details and screenshots can be seen in my work blog post.

Blog Post

2017/06/01 Community Bonding Eigenfaces Algorithm Finished For DigiKam

2017/06/13 May 30-June 30 (1): Fisherfaces Algorithm Finished For DigiKam