PyPatchMatch icon indicating copy to clipboard operation
PyPatchMatch copied to clipboard

PatchMatch based image inpainting for C++ and Python.

Results 6 PyPatchMatch issues
Sort by recently updated
recently updated
newest added

when import patch_match every time it will to compile

on macOS it's a headache to install OpenCV dev tools, which makes compiling pypatchmatch an ordeal. i'd like to try replacing the opencv backend with something that's less troublesome, but...

The completness term should be ignored in inpainting task as paper described, but i found completness term still retained in your code, does this necessary?

Is it possible to reduce time taken for inpainting?

It‘s OK When I run cpp_example.cpp,but there is problem when run py_example.py Taceback (most recent call last): File "py_example.py", line 14, in import patch_match File "../patch_match.py", line 47, in PMLIB...

I am trying to deploy a Flask app that calls this code on images, and I want to avoid having to installing opencv from source every time from source for...