April 2020
Intermediate to advanced
438 pages
12h 2m
English
Face alignment can be thought of as an image processing task consisting of the following steps:
Face alignment is a data normalization process—an essential pre-processing step for many facial recognition algorithms. In this recipe, you will first learn how to use the dlib library's face detector to detect the faces from an image containing face(s) and then use the shape predictor to extract the facial landmarks from the detected faces. After that, we will warp the input face (using the estimated ...
Read now
Unlock full access