peisuke / L0TV

L0TV: a new method for image restoration in the presence of impulse noise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of "L0TV: a new method for image restoration in the presence of impulse noise"

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.

About

L0TV: a new method for image restoration in the presence of impulse noise

License:MIT License


Languages

Language:CMake 69.7%Language:C++ 30.3%