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! ...
Invisibility Cloak using simple CV techniques in OpenCV
If you are a Harry Potter fan like me, you would know what an Invisibility Cloak is. Yes! It's the cloak which Harry Potter uses to become invisible. Of course, we all know that an invisibility cloak ...
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 ...
Feature Based Image Alignment using OpenCV (C++/Python)
In this post, we will learn how to perform feature-based image alignment using OpenCV. We will share code in both C++ and Python. We will demonstrate the steps by way of an example in which we will ...