Skip to content

Dobuzi/SFND_2D_Feature_Tracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFND 2D Feature Tracking

Dependencies for Running Locally

  1. cmake >= 2.8
  2. make >= 4.1 (Linux, Mac), 3.81 (Windows)\
  3. OpenCV >= 4.1
  4. gcc/g++ >= 5.4

Basic Build Instructions

  1. Clone this repo. (or Fork)
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./2D_feature_tracking
  5. Run below script to get data on csv and check the *.csv files.
    cd ../result
    ./MP7.sh
    ./MP8.sh
    ./MP9.sh

Result

  1. Count the number of keypoints

  1. Count the number of matches

  1. Count the runtime of processing each frame

  1. Calculate the score with weight

  1. Top 3 combinations of detector and descriptor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.5%
  • Shell 25.7%
  • CMake 1.8%
  • Perl 1.0%