Implementation of "L0TV: a new method for image restoration in the presence of impulse noise"
October 6, 2017 · View on GitHub
This repository is reproduced code of "L0TV: a new method for image restoration in the presence of impulse noise" presented in CVPR2015. This method is for image restoration in the presence of impulse noise.
The paper link is here
Build and run
$ mkdir build
$ cmake .. && make
$ cd ..
$ ./L0TV Lena.png
Example
After run the script, the original image is shown in your screen.
Then, push '+' key and add noise, or push '-' key an reduce noise. The sample image added noise, is shown as below.
To run the algorithm, push 'q' key and ENTER. The noise image is here.
The result image is shown as below. Almost noise was erased.
