2 posts with tag opencv

Using OpenCV to Detect Face Key Points with C++

After detecting faces in an image in the last post, we now use one of OpenCV's built-in models to extract face key points.

Building a Face Detector with OpenCV in C++

How to detect faces in an image with OpenCV