OpenCV C++ - Facial Features Recognizer
Recognizes facial features such as gender, age and emotion.
This project shows how to use OpenCV C++ API to recognize features on
face such as Age
, Gender
and Emotion
using Histogram of Oriented
Gradients (HOG) and Support vector machine SVM algorithms.