inpaint
inpaint copied to clipboard
:pencil2: Inpaint is a C++ library providing image inpainting algorithms
It seem Mean Shift is not used in the algorithm
hello, this code has a good performance. But I want to process video, so it is very slow even though I set set the `pathsize` to maximum. Anyone has any...
Hi @cheind I downloaded your code to my computer(Windows 10, Visual Studio 2015, OpenCV 4.1), and compiled successfully. When i try to run inpaint_image_criminisi.exe, I couldn't see the final image....
This PR is mainly to make the brush strokes more responsive and fix #17. I also fixed a couple more minor things and refactoring as I came across them, see...
I observe crash on this assert: CV_Assert( templ.type() == CV_MAKETYPE(CV_8U, _integrals.size()) && templ.size() == _templateSize && (templMask.empty() || templMask.size() == _templateSize)); the problem is that templ.size() == _templateSize is FALSE....
i want to build it for android
I try to use your library created in code ` Mat &ori_image = *((Mat *) origin_address); Mat &target_mat = *((Mat *) target_address); Mat &source_mat = *((Mat *) source_address); Mat &result_mat...