I have a profile face:
and a frontal face image:
Output: aligned profile face with reference to frontal face.
Idea: I just need to know which 3 common points I can take,which will be visible on both faces and then use affineTransform and display the aligned profile face
OR any other **simple method** of doing so
development envi.:c++ and opencv 2.4.2
what I tried:
- haarcascade feature detection(common detection point in both images=eye) ; it wont detect ear in frontal face
- OpenCV: Shift/Align face image relative to reference Image (Image Registration) (I get error message)