Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harveyslash/patchmatch

GPU and CPU implementation of Patchmatch in Python!
https://github.com/harveyslash/patchmatch

computer-graphics computer-vision

Last synced: about 1 month ago
JSON representation

GPU and CPU implementation of Patchmatch in Python!

Awesome Lists containing this project

README

        

# PatchMatch

## PatchMatch algorithm for python.
Currently supports CPU as well as GPU (using pycuda).
http://gfx.cs.princeton.edu/pubs/Barnes_2009_PAR/index.php

See Scratch.ipynb for demo and usage