Dark Web

Don't forget to turn on your firewall!

Brief review of image denoising techniques

https://github.com/kanavalau/EE367_Project_WNNM_denoising

Methods can be roughly classified as:

Spatial domain (Classical) methods

Filter-based

Eliminate noise to a reasonable extent but at the cost of image blurring, which in turn loses sharp edges.

Variational

use image priors, minimize energy function goal is to find the a good prior different approaches - different definitions of prior

Transform domain methods

Transform domain methods employ the following observation: the characteristics of image information and noise are different in the transform domain

Transform domain filtering

first transform the given noisy image to another domain, and then they apply a denoising procedure on the transformed image according to the different characteristics of the image and its noise

CNN and Deep Learning based methods

Comparision