How align face? [closed]
Align the eyes and mouth so that they are approximately in the same position in the image.
Align the eyes and mouth so that they are approximately in the same position in the image.
Asked: 2019-01-22 07:33:52 -0600
Seen: 398 times
Last updated: Jan 22 '19
How to reduce false positives for face detection
OpenCV DescriptorMatcher matches
Conversion between IplImage and MxArray
Haar Cascade detecting only faces(no heads)?
OpenCV face detection in iPhone
Video On Label OpenCV Qt :: hide cvNamedWindows
Problems using the math.h class with OpenCV (c++, VS2012)
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
I found some time ago some code on pyimagesearch - that adrian guy gave a solution for this. And if i remember right - i think the faceident module of opencv does similar stuff. I think dlib and landmarks were involved. But i guess a quick googling will let you even find working code for this.
Here is link: face align
Yes this is the opencv version of the problem. Thank you for link,
on pyimagesearch is not right for you
Here is the aforementioned pyimagesearch link. It uses both OpenCV and Dlib
It written in python , not c++
thank you philli