Skip to content

HP-Yin/orb-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orb-extractor

Keypoint extractor transfered from ORB-SLAM2

Usage

mkdir build
cd build
cmake ..
make -j
./test_orb

Set the path of your image at test_orb.cpp

std::string img1str = "../kitti0_l.png";

About

Keypoint extractor transfered from ORB-SLAM2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published