Posts by Muskan Bani
Author Biographical Info: Muskan Bani
In this post, we will iterate over the words of string in Python. Iteration means going through each element one by one. Thanks to Python’s versatility we have many methods i.... Read More
This post will take you to the Vectorization part of Python. We are aware that a sizable amount of statistics must be handled by the majority of the software. Therefore, a computat.... Read More
This post will take you through the Simplification of images with binarization in OpenCV Python. Image binarization is turning a color image into a black-and-white one. Most comput.... Read More
This post follows up on the in-detail idea of Creating a White background using OpenCV in Python. Let us discuss the main idea behind it. We can make a white background image using.... Read More
In this post, we will look at Image Segmentation in Python Using Color Spaces. Often based on the properties of the picture’s pixels, image segmentation is widely used in dig.... Read More
We’ll walk over how to divide a picture into equal halves using Python and OpenCV in this post. The Python package known as OpenCV enables us to utilize a variety of image-pr.... Read More
In this post, we will learn how to extract images from the video at a given time in Python using OpenCV. OpenCV is an open-source package that allows us to work on video, images, a.... Read More
In this tutorial, we will see how we save frames of a live video using OpenCV in Python. A video is simply images or frames moving one after another at a specified frequency. We ge.... Read More