Tag: Opencv

Blurring an Image Using OpenCV-Python

Last updated on 23rd May 2021 by [email protected] | Category: Python Tutorial

Hi there, today we will be talking about something interesting as well as simple : How to Blur an Image Using OpenCV module in Python. An image has many features (for example:- edge, contrast etc.). A blurred image is really smooth that means the edges are not observed here. Blurring an image has many benefits […]

Read more