Skip to content

Mugichoko445/Fast-Digital-Image-Inpainting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast Digital Image Inpainting

An implementation of "Fast Digital Image Inpainting" using C++ and OpenCV.

Requirements

  • OpenCV 2.X or higher

Example Results

From left to right, input, mask, and output (result) with 500 iterations.

  • Input: 3-channel color image
  • Mask: 3-channel black and white image
  • Output: 3-channel color image

example_1 example_2 example_3 example_4 example_5

Notes

Edge-aware inpainting is not implemented.

Reference

M. M. Oliveira, B. Bowen, R. McKenna, Y.-S. Chang: Fast Digital Image Inpainting, Proc. of Int. Conf. on Visualization, Imaging and Image Processing (VIIP), pp. 261-266, 2001.

About

"Fast Digital Image Inpainting" using OpenCV (C++)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages