whoisraibolt / Feature-Detection-and-Description

Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Detection and Description

GitHub language count GitHub top language GitHub repo size GitHub

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.

Feature Detection with FREAK

Dependencies

  • matplotlib
  • cv2
  • numpy
  • os
  • pickle

You can install missing dependencies with pip.

Usage

  1. Install the dependencies;
  2. Run Jupyter Notebook in terminal to see the code in your browser.

Recommended Readings

License

Code released under the MIT license.

About

Feature Detection and Description with SIFT, SURF, KAZE, BRIEF, ORB, BRISK, AKAZE and FREAK using Python and OpenCV

License:MIT License


Languages

Language:Jupyter Notebook 100.0%