Skip to content

sunzuolei/orb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ORB feature extraction and matching

This is a basic demo of feature matching
For more information you can watch this video:
ORB特征提取与匹配
#How to Run

##Required Dependencies ####Eigen3
Install with

sudo apt-get install libeigen3-dev

####OpenCV
Install with

sudo apt-get install libopencv-dev

##Build and Run

cd orb
mkdir build
cd build
cmake ..
make -j4
./feature_extraction 1.png 2.png

About

A basic demo of ORB feature matching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages