Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garyli1019/opencv_surf
https://github.com/garyli1019/opencv_surf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/garyli1019/opencv_surf
- Owner: garyli1019
- Created: 2017-01-12T23:10:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T06:22:16.000Z (almost 8 years ago)
- Last Synced: 2024-01-21T10:22:37.692Z (12 months ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opencv_SURF
revised from opencv 3.2.0 xfeatures2d SURF tamplate file. All rights reserved by OpenCV organization.
img1 is the image captured by camera.
img2 is the template image you want to capture from img1.
Still working on good matches performance and capture from streaming video.