Have you ever wondered how Instagram masks are fitting so perfectly on your face? Would you like to know how you can try to implement something similar by yourself? This post will help you with that! ...
Face Recognition: An Introduction for Beginners
Face Recognition is a computer vision technique which enables a computer to predict the identity of a person from an image. This is a multi-part series on face recognition. In this post, we will ...
Gender & Age Classification using OpenCV Deep Learning ( C++/Python )
In this tutorial, we will discuss an interesting application of Deep Learning applied to faces. We will estimate the age and figure out the gender of the person from a single image. The model is ...
Face Detection – OpenCV, Dlib and Deep Learning ( C++ / Python )
In this tutorial, we will discuss the various Face Detection methods in OpenCV and Dlib and compare the methods quantitatively. We will share code in C++ and Python for the following Face Detectors : ...
Average Faces of FIFA World Cup 2018
Football has been one of the most followed sports in the past decades. With an average attendance of 53k in a single match for the past years, let's get into this FIFA fever as well! Imagine your ...
Facemark : Facial Landmark Detection using OpenCV
In this tutorial, we will learn about facial landmark detection using OpenCV with no external dependencies. I have written several posts about Facial Landmark Detection and its applications. You ...