face frontalization
does the opencv have the code for face frontalization. or a sample code? the same is below link for matlab code . but does not work . http://www.openu.ac.il/home/hassner/p...
Many Thanks.
does the opencv have the code for face frontalization. or a sample code? the same is below link for matlab code . but does not work . http://www.openu.ac.il/home/hassner/p...
Many Thanks.
Asked: 2015-07-21 09:38:50 -0600
Seen: 1,087 times
Last updated: Jul 21 '15
How to reduce false positives for face detection
How to free the memory when I use the face detector?
How can I debug into function like "cvCreateTreeCascadeClassifier "?
Python Face Recognition with OpenCV
face recognition (different image size)
How to detect faces with open eyes
OpenCV 2.4.2 FaceRec_demo.cpp - Interpreting output of Predict function
I do not think it is implemented as a function of OpenCV, but you can start doing it from here (see Ch7), detect the perspective transformation and and apply it to get the frontalization
for the 2d, eye alignment part, have a look here or maybe even here