Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.12 KB

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.