Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/harveyslash/patchmatch
- Owner: harveyslash
- Created: 2017-12-17T14:11:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T05:40:08.000Z (over 6 years ago)
- Last Synced: 2023-03-04T12:42:21.620Z (almost 2 years ago)
- Topics: computer-graphics, computer-vision
- Language: Jupyter Notebook
- Homepage:
- Size: 1.7 MB
- Stars: 81
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.phpSee Scratch.ipynb for demo and usage