Skip to content

Tag Archives: Image-Processing

In this article, we will learn about how to measure the size of an object using OpenCV which is implemented in Python. It is implemented… Read More
Colour correction is an important aspect of image processing and is used to correct any colour imbalances in an image. OpenCV is an open-source library… Read More
As images continue to dominate our online and offline lives, the need to resize them to meet specific requirements has increased. While conventional resizing techniques… Read More
In this article, we are going to learn how to create word art from an image using Python. In this, we are going to take… Read More
SciPy is a Python library used for scientific and technical computing. It is built on top of NumPy, a library for efficient numerical computing, and… Read More
In this article, we’ll learn how to remove the background of an image using Python. Pillow module: The Pillow library, a derivative of the Python… Read More
In this article, we will try to create a slow-motion video using OpenCV( Open Source Computer Vision) library in Python. OpenCV ( is an open-source… Read More
In this article, we are going to look at how we can extract patches from large images in Python. We will be using the patchify… Read More
Image segmentation is the technique of subdividing an image into constituent sub-regions or distinct objects. The level of detail to which subdivision is carried out… Read More
Spatial filtering is the method of filtering out noise from images using a specific choice of spatial filters. Spatial filtering is defined as the technique… Read More
The principal source of noise in digital images arises during image acquisition and transmission. The performance of imaging sensors is affected by a variety of… Read More
In this article, we will learn how to shuffle an image using the image_shuffler package in Python.  Image_shuffler package in Python This library is used… Read More
In this article, we’ll create an image recognition model using TensorFlow and Keras. TensorFlow is a robust deep learning framework, and Keras is a high-level… Read More
There occurs various instances when you need to calculate by how much percentage two boxes in an image overlap. Did a similar situation has occurred… Read More
Every image consists of different pixels. A pixel is the smallest unit of an image, that can be displayed and represented on a digital display… Read More