GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
3
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Commit Graphs
Network
Fork
: 0
Skyworks
/
Roboseum
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
gitbook
master
test
Roboseum
/
Software
/
Algorithms
/
Perception
/
Localization and Mapping
/
Project
/ SVO.md
Harvey Chang
on 2 Jan 2019
331 bytes
merge
Raw
Blame
History
Semi-Direct Monocular Visual Odometry
这种视觉里程计是目前运算量最小的,比较适合放在计算资源有限的移动机器人平台上。采用直接法和最小化重投影误差。
github项目地址
SVO原理解析-博客园