Skip to content

Feature tracking module to evaluate various detector / descriptor combinations for autonomous vehicle collision detection system.

Notifications You must be signed in to change notification settings

eazydammy/camera-based-2d-feature-tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera-Based 2D Feature Tracking

This is the Feature tracking module to evaluate various detector / descriptor combinations for autonomous vehicle collision detection system.

This project consists of four parts:

  • Loading images, setting up data structures and putting everything into a ring buffer to optimize memory load.
  • Integrate several keypoint detectors such as HARRIS, FAST, BRISK and SIFT and compare them with regard to number of keypoints and speed.
  • Descriptor extraction and matching using brute force and also the FLANN approach.
  • Test 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

Feature tracking module to evaluate various detector / descriptor combinations for autonomous vehicle collision detection system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages