This blog post continues with our previous article, “Roadmap to Automated Image Annotation Tool using OpenCV”. Here, we will take a look at how to use pyOpenAnnotate and delve into the details of the ...
Roadmap To an Automated Image Annotation Tool Using OpenCV Python
Annotation is the most crucial part of a Deep Learning project. It is a deciding factor in how well a model learns. However, it is very tedious and time-consuming. One solution is to use an automated ...
Center Stage for Zoom Calls using MediaPipe
Today we are going to walk you through the implementation of Center Stage as seen in Apple iPads, iMacs, and MacBooks. We will be using the following: ✅ MediaPipe to track the person ✅ OpenCV for ...
Gesture Control in Zoom Call using Mediapipe
As you all know, Zoom has become the veritable king of online-meeting platforms, and is widely used by corporates as well as Universities. Online meetings however come with their own set of ...
Contour Detection using OpenCV (Python/C++)
Using contour detection, we can detect the borders of objects, and localize them easily in an image. It is often the first step for many interesting applications, such as image-foreground extraction, ...
Improving Illumination in Night Time Images
Introduction Taking good pictures in poor lighting conditions can seem like magic to non-photographers. It takes a combination of skill, experience and the right equipment to accomplish low light ...