https://github.com/fooock/opencv-notebooks
Python opencv notebooks using SIFT, SURF and feature matching using Brute-Force with ORB descriptors
https://github.com/fooock/opencv-notebooks
opencv opencv-python opencv3 opencv3-python
Last synced: 3 months ago
JSON representation
Python opencv notebooks using SIFT, SURF and feature matching using Brute-Force with ORB descriptors
- Host: GitHub
- URL: https://github.com/fooock/opencv-notebooks
- Owner: fooock
- Created: 2017-08-10T12:51:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T12:53:20.000Z (almost 8 years ago)
- Last Synced: 2025-02-28T08:05:10.935Z (4 months ago)
- Topics: opencv, opencv-python, opencv3, opencv3-python
- Language: Jupyter Notebook
- Size: 2.01 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python openCV notebook
OpenCV experiments with SIFT and SURF for feature extraction and description. Matchin example using the brute force method with ORB descriptors
## Info
Details of the methods used in this notebooks can be found in:
* [SIFT](http://docs.opencv.org/trunk/da/df5/tutorial_py_sift_intro.html)
* [SURF](http://docs.opencv.org/trunk/df/dd2/tutorial_py_surf_intro.html)
* [Feature matching](http://docs.opencv.org/trunk/dc/dc3/tutorial_py_matcher.html) using brute force with ORB descriptors