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! ...
Gender and 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 ...
Deep Learning based Text Detection Using OpenCV (C++/Python)
There is a common saying, "A picture is worth a thousand words". In this post, we are going to take that literally and try to find the words in a picture! In an earlier post about Text Recognition, we ...
Using OpenVINO with OpenCV
In this post, we will learn how to squeeze the maximum performance out of OpenCV's Deep Neural Network (DNN) module using Intel's OpenVINO toolkitpost, we compared the performance of OpenCV and other ...
Face Detection – OpenCV, Dlib and Deep Learning ( C++ / Python )
In this tutorial, we will discuss the various Face Detection methods in OpenCV, Dlib and Deep Learning, and compare the methods quantitatively. We will share code in C++ and Python for the following ...
Hand Keypoint Detection using Deep Learning and OpenCV
Hand Keypoint detection is the process of finding the joints on the fingers as well as the finger-tips in a given image. It is similar to finding keypoints on Face ( a.k.a Facial ...