In this tutorial, we will learn how to create a High Dynamic Range (HDR) image using multiple images taken with different exposure settings. We will share code in both C++ and Python. What is High ...
Search Results for: image alignment
Handwritten Digits Classification : An OpenCV ( C++ / Python ) Tutorial
This post is part of a series I am writing on Image Recognition and Object Detection. The complete list of tutorials in this series is given below: Image recognition using traditional Computer ...
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 ...
Facial Landmark Detection
Who sees the human face correctly: the photographer, the mirror, or the painter? -- Pablo Picasso If Picasso was alive today, he would have definitely added one more profession to that list -- a ...