An implementation of "Fast Digital Image Inpainting" using C++ and OpenCV.
- OpenCV 2.X or higher
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
Edge-aware inpainting is not implemented.
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.