Posts by Deepesh Singh

Author Biographical Info: Not available

Face and Eye detection using Haar Cascades – Python

By Deepesh Singh

In today’s world, which is changing quickly, there are many computer programs that can recognize a face and eye in a digital image. These programs are used in security system.... Read More

Hand tracking system using OpenCV, Mediapipe, and Pyfirmata

By Deepesh Singh

Wave your hand in front of your smart TV and instantly access your favorite show for the evening. Set an alarm for that essential Monday morning meeting by tapping your finger to y.... Read More

Create your own image watermark using OpenCV-Python

By Deepesh Singh

Photos with watermarks are certainly something you see more and more of these days online. You might be wondering: What’s the point of putting watermarks on your images? Shou.... Read More

Contour Detection with OpenCV (Canny Edge Detector) in Python

By Deepesh Singh

What do the image contours mean? Perhaps this is the first query that many of you have. A contour in an image is an outline of visible objects. Usually, boundary pixels with the sa.... Read More

Face Landmark Detection with Mediapipe and OpenCV

By Deepesh Singh

Have you ever wondered how these social media apps are able to offer mind-blowing face filters, face switching, and so much more? All of these amazing filters are readily created u.... Read More

Color Detection using Python OpenCV

By Deepesh Singh

The jewel-toned bouquets of wildflowers, emerald-hued blades of grass, snuffed bushes, aquamarine waves, and brown hills of earth that make up our wonderfully painted earth are vis.... Read More

Data Augmentation of a Dog Image in Deep Learning

By Deepesh Singh

The quality, amount, and relevance of training data are all significant considerations in machine learning models, particularly deep learning models. One of the most prevalent prob.... Read More

Object Detection from a video with YOLOv3 in Python

By Deepesh Singh

In recent years, deep learning approaches have achieved high-level results for object recognition. YOLO predicts the bounding box coordinates and class probabilities for these boxe.... Read More

Human Activity Recognition using Machine Learning in Python

By Deepesh Singh

Human activity detection is a way of anticipating what a person is doing based on a given sequence of the person’s actions and surrounding variables. Several societal applica.... Read More

Image segmentation using K-means Clustering in Python

By Deepesh Singh

Image segmentation is the process of dividing an image into groups in order to appropriately identify the pixels in a decision-making application. It separates a picture into a num.... Read More