geekquad / Pixel-Processing

📷 This repository is focused on having various feature implementation of OpenCV in Python. The aim is to have a minimal implementation of all OpenCV features together, under one roof.
https://discord.gg/Bvw8NR9VnM
MIT License
127 stars 95 forks source link

Adding Script for All Image Blurring techniques #245

Open Ashishsingh619 opened 3 years ago

Ashishsingh619 commented 3 years ago

I want to add a Ipython script to demonstrate all Image blurring techniques like:

geekquad commented 3 years ago

Hey @Ashishsingh619, isn't it the same as filtering?

Ashishsingh619 commented 3 years ago

Yes @geekquad Sir it is but all issues for filtering techniques are closed, So I wanted to implement this and the issue of averaging Blur Technique is not even raised by any participant. So I wanted to implement them.

geekquad commented 3 years ago

Go ahead with averaging Blur Technique for now. Let me have a look at the remaining others and I will let you know.