1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 19:44:14 +08:00
Commit Graph

7 Commits

Author SHA1 Message Date
sukhad-app
bccbec79fd Merge pull request #1199 from sukhad-app:face_alignment
Face alignment (#1199)

* This commit will add a new functionality of one millisecond face_alignment to OpenCV.
Face alignment is a computer vision technology for identifying the geometric structure of human faces in digital images.
Given the location and size of a face, it automatically determines the shape
 of the face components such as eyes and nose.
Added following functions :
 1) Application to train a face landmark detector.
 2) Application to detect face landmarks using a trained model.
 3) Application to swap faces using face landmark detection
 4) Application to detect landmarks in a video.
Merged the code with a global facemark API.
Added Doxygen Documentation for the Class created.
Added tutorials for the samples added.
Added visualisations depicting error rate and training time.

Made desired changes

fix

fix

fix

fix

fix

fix

fix

fix

fix

* face: drop duplicated file

-face_alignmentImpl.hpp
+face_alignmentimpl.hpp

* face: minor refactoring

- replace license headers
- fix usage of "precomp.hpp"
2017-11-03 12:36:23 +03:00
Maksim Shabunin
a4e4d11a12 Fixed minor doc issue 2017-07-03 12:56:41 +03:00
berak
8d9a3e431d face: minor cleanup after #1239 2017-06-25 10:39:25 +02:00
Gunshi Gupta
3037c19fd1 Correction in tutorial wrt calling of create_csv 2016-03-06 15:01:18 +05:30
StevenPuttemans
076f53d667 fixing facerecognizer tutorials and interface 2015-07-29 11:39:21 +02:00
Maksim Shabunin
380e6111ec Doc files reorganized 2015-02-17 12:49:37 +03:00
Maksim Shabunin
61f36de542 Doxygen tutorials support 2015-02-17 12:49:37 +03:00