Face recognition is also complicated because of its orientation. The same face, directed in different directions from that of the observer, can induce the algorithm to identify it as a different face. To solve this problem, we can use facial landmarks, which are specific points on the face such as eyes, eyebrows, lips, nose, and so on. By using this technique, you can identify as many as 68 points on any face.
Facial landmark recognition
Getting ready
In this recipe, we will see how we can extract facial features as facial landmarks.
How to do it...
Let's see how...