CLPatchMatch icon indicating copy to clipboard operation
CLPatchMatch copied to clipboard

OpenCL (realtime) implementation of patch match image processing algorithm (Python and C)

Results 3 CLPatchMatch issues
Sort by recently updated
recently updated
newest added

Hey hey, when i run it the only thing i see is `Segmentation fault (core dumped)` any hints?

I can run multiple times and sometimes get error: `pyopencl.RuntimeError: clEnqueueReadBuffer failed: out of resources` after one or more iterations using the bike_a.png and bike_b.png files and main in demo...

Hello! I think this straightforward port to parallel implementation is not correct. Because (x, y) patch must be computed from (x+dir, y+dir) patches that already processed. But in your code...