Tag: Python OpenCV

Cartoonify an Image Using OpenCV-Python

Last updated on 30th May 2021 by [email protected] | Category: Python Tutorial

Cartoons are something that everyone likes whether you are a child of 10 years or an adult of 40 years. What if I tell you, it’s possible to cartoonify an image of yours all by yourself by just writing a few lines of python code, wouldn’t it be awesome. Let’s get started. Cartoonify an Image […]

Read more 

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