In this tutorial we will learn how to configure Qt to use OpenCV. Although the tutorial is targeted for OSX users, you can modify my suggestions for use in Linux and Windows. I assume you have a ...
Search Results for: c
Speeding up Dlib’s Facial Landmark Detector
In this tutorial I will explore a few ways to speed up Dlib's Facial Landmark Detector. Dlib's Facial Landmark Detector Dlib has a very good implementation of a very fast facial landmark ...
Warp one triangle to another using OpenCV ( C++ / Python )
In this tutorial we will see how to warp a single triangle in an image to another triangle in a different image. In computer graphics people deal with warping triangles all the time because any 3D ...
Average Face : OpenCV ( C++ / Python ) Tutorial
In this tutorial we will learn how to create an average face using OpenCV ( C++ / Python ). Most people would agree that the woman in Figure 1 is pretty. Can you guess her ethnicity ? Why is her ...
Face Swap using OpenCV ( C++ / Python )
In this tutorial we will learn how to swap out a face in one image with a completely different face using OpenCV and DLib in C++ and Python. Ladies and gentlemen, let me present Ted Trump, ...
Face Morph Using OpenCV — C++ / Python
In this tutorial we will learn how to morph one face into another using OpenCV. I have chosen to use the photos of the top three American Presidential candidates, but this is not a political post ...