Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.69 KB

File metadata and controls

39 lines (24 loc) · 1.69 KB

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.