Computer Vision

generate negative images in Python

How to generate negative images in Python using OpenCV – interesting project – 2025

So, in today’s blog of this OpenCV series, we are going to generate a negative image. Talking about negatives, it’s a very nostalgic feeling because nowadays we are not used to seeing negatives but about 10-15 years ago, first of all, negatives were generated, and then the original images. This is going to be a […]

How to generate negative images in Python using OpenCV – interesting project – 2025 Read More »

detect edges using Laplacian 2nd order derivative

How to detect edges using Laplacian 2nd order derivative in Python using OpenCV – easy project – 2025

In today’s blog of this OpenCV series, we are going to implement a Laplacian High Pass Filter or Laplacian 2nd order derivative for images which is a very useful image processing mostly used in defense domains (in missiles or tanks) to track down enemy’s tanks and trucks and destroy them. This is going to be

How to detect edges using Laplacian 2nd order derivative in Python using OpenCV – easy project – 2025 Read More »

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