Skip to content

This is a M2 project. The goal was to implement an efficient inpainting algorithm.

License

Notifications You must be signed in to change notification settings

ImageProcessing-ElectronicPublications/inpaint-cimg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inpaint

Description

This is a M2 project. The goal was to implement an efficient inpainting algorithm.

Documentations

See documentations of M2 project:

  • Implemented from: doc/Bornemann.pdf
  • Baseline: doc/Telea.pdf
  • Report (in french): doc/rapport.pdf

Build

Install CImg on your system and type:

make

Usage

./inpaint you.png R G B

Example

./inpaint img/masked_text.png 252 2 4
./inpaint img/masked_lena.png 255 0 0

See exammple images of M2 project.
masked_text.png


https://github.com/vdel/Inpainting

About

This is a M2 project. The goal was to implement an efficient inpainting algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.6%
  • Makefile 1.4%