KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ORB_Feature
★ 20
Open GitHub ↗
ORB-SLAM2中的特征提取部分与GMS匹配
Download README (.md)
Explore Similar Repositories
Super-Duper-Linter
:
Inspired by github/super-linter, but using Powershell
Simple-Neural-Network-to-Estimate-Carbonate-Rock-Types
:
We have developed a simple, 1 layer neural network to estimate Rock Types
Android--memorandum
:
安卓写的备忘录,完成于2019-07-14
wps-invite
:
wps签到自动邀请/会员天数10天+/springboot项目
SFacgSpider
:
基于Python的自动化SF轻小说爬虫
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ORB_Feature
?
Download (.md)
# ORB_Feature 1、说明 此程序是将ORB-SLAM2代码中的ORB特征提取部分拿出来单独测试,并结合GMS算法进行特征匹配。 (https://github.com/raulmur/ORB_SLAM2) (https://github.com/JiawangBian/GMS-Feature-Matcher) 2、系统和依赖库: 使用ubunttu16.04和OpenCV3.3.1进行的代码测试 3、编译 ./build.sh 4、运行 特征提取:./bin/orb_modify TUM2.yaml data/1.png 特征提取与匹配:./bin/orb_matcher TUM2.yaml data/1.png data/2.png