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

Implementing Denoising algorithm #196

Open ShubhamGupta577 opened 3 years ago

ShubhamGupta577 commented 3 years ago

Aim

In this script, I would like to implement the Denoising Algorithm which is used to removing the noise from the image. This technique is better than Gaussian blurring and Median blurring which is also used for the same purpose.

@geekquad, Under the GSSOC'21 I want to work on this so please assign this issue to me.

geekquad commented 3 years ago

Hey @ShubhamGupta577, assigning you with the same.