This is a M2 project. The goal was to implement an efficient inpainting algorithm.
See documentations of M2 project:
- Implemented from: doc/Bornemann.pdf
- Baseline: doc/Telea.pdf
- Report (in french): doc/rapport.pdf
Install CImg
on your system and type:
make
./inpaint you.png R G B
./inpaint img/masked_text.png 252 2 4
./inpaint img/masked_lena.png 255 0 0
See exammple images of M2 project.