The common saying is, "A picture is worth a thousand words." In this post, we will take that literally and try to find the words in a picture! In an earlier post about Text Recognition, we discussed ...
OpenCV QR Code Scanner ( C++ and Python )
Recently, OpenCV 4.0 was released with many improvements and new features. One of them is the QR code scanner. We had already written about Bar Code and QR code scanner in a previous post, which uses ...
Face Detection – Dlib, OpenCV, 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 ...
Multi Person Pose Estimation in OpenCV using OpenPose
In our previous post, we used the OpenPose model to perform Human Pose Estimation for a single person. In this post, we will discuss how to perform multi person pose estimation. When there are ...
Deep Learning based Human Pose Estimation using OpenCV
In this tutorial, Deep Learning based Human Pose Estimation using OpenCV. We will explain in detail how to use a pre-trained Caffe model that won the COCO keypoints challenge in 2016 in your own ...