perform Morphological Operations like Erosion Dilation and Gradient 1

How to perform Morphological Operations like Erosion, Dilation, and Gradient in Python using OpenCV – easiest explanation –2025

So, in today’s blog, we will see that how we can perform morphological operations like erosion, dilation, and gradient upon an image to enhance it. Morphological transformations are some simple operations based on the image shape. It is normally performed on binary images. It needs two inputs, one is our original image, and the second

How to perform Morphological Operations like Erosion, Dilation, and Gradient in Python using OpenCV – easiest explanation –2025 Read More »

Blurrings in cv2

Blurrings in cv2 – Simple Blur, Box Blur, Gaussian Blur, and Median Blur – 2025

In today’s blog, we will see how to perform the most famous 4 types of Blurrings in cv2 (Simple Blur, Box Blur, Gaussian Blur, and Median Blur). This is going to be a very interesting blog, so without any further due, Let’s do it… Checkout the video here – https://youtu.be/TnjhJpPXkCU Step 1 – Let’s start

Blurrings in cv2 – Simple Blur, Box Blur, Gaussian Blur, and Median Blur – 2025 Read More »

Scroll to Top