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

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

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