Giter Club home page Giter Club logo

cv-feature-extraction's Introduction

Oriented FAST and Rotated BRIEF based Feature Matching

Oriented FAST and Rotated BRIEF (ORB) is basically a fusion of FAST keypoint detector and BRIEF descriptor with many modifications to enhance the performance. First it use FAST to find keypoints, then apply Harris corner measure to find top N points among them. It also use pyramid to produce multiscale-features. I will be using opencv-python for the implementation of the assignment and algorithm.

Major advantages of the ORB:

  • Scale Invariance
  • Rotational Invariance
  • Illumination Invariance
  • Noise Invariance

The final json is contained in file final_data.json

Installing requirements.

  1. python version 3.5.1
  2. pip version 19.1.1
  3. Preferred OS: Ubuntu 16.04 (tested)

Now go to the directly and run the following command:

  • pip install -r requirements.txt

Running the code

The final code lies in the file get_json.py

For step wise understanding the ORB code please check: ORB- Feature Matcher

So just run the file to get the output as final_data.json

Code details

The algorithm is majorly implemented in file feature_match.py, which contain the feature matching orb algorithm and also the outlier removal code.

For more insight into code implementation, please check the assignment report Report

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.