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
$ mkdir build
$ cmake .. && make
$ cd ..
$ ./L0TV Lena.png
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.