Abhishek Sharma

Started my Data Science journey in my 2nd year of college and since then continuously into it because of the magical powers of ML and continuously doing projects in almost every domain of AI like ML, DL, CV, NLP.

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