Fast-Digital-Image-Inpainting
Fast-Digital-Image-Inpainting copied to clipboard
"Fast Digital Image Inpainting" using OpenCV (C++)
With an input and mask of the same format as `data/*.png`, the inpainted result is roughly the _global_ average, not nearly the average of each local neighborhood. The attached results...
Comment out or #ifdef out the `imshow` and `waitKey` calls, so it works on a host not running an Xwindows server (e.g., a host that you're ssh'd into).
On Ubuntu 22.04.3, by trial and error, to make it compile and link I had to `apt install libopencv-core-dev libopencv-calib3d-dev libopencv-dnn-dev libopencv-objdetect-dev libopencv-photo-dev libopencv-stitching-dev libopencv-video-dev libopencv-dev`. After fixing a few...
I am getting different color in result ... particularly in masked area ... i am using on iOS platform... is that reason due to some color difference in ios environment...