Feature-Detection-and-Description
Feature-Detection-and-Description copied to clipboard
Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV
Feature Detection and Description
Overview
These Jupyters Notebooks show step by step, the process of Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV.
Dependencies
- matplotlib
- cv2
- numpy
- os
- pickle
You can install missing dependencies with pip.
Usage
- Install the dependencies;
- Run Jupyter Notebook in terminal to see the code in your browser.
Recommended Readings
-
KRIG, Scott. Computer vision metrics: Survey, taxonomy, and analysis. Apress, 2014.
License
Code released under the MIT license.