Skip to content

aravind93raja/Project-2D-Feature-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project - 2D Feature Tracking

Feature tracking part and various detector / descriptor combinations were tested to see which ones perform best. This project consists of four parts:

  • First ,loading images, setting up data structures and putting everything into a ring buffer to optimize memory load.
  • Second ,integrating several keypoint detectors such as HARRIS, FAST, BRISK and SIFT and comparing them with regard to number of keypoints and speed.
  • Third ,descriptor extraction and matching using brute force and also the FLANN approach.
  • Finally , Testing the various algorithms in different combinations and compare them with regard to some performance measures.

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./2D_feature_tracking.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published