• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ZhenghaoFei/visual_odom: This repository is C++ OpenCV implementation of Stereo ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

ZhenghaoFei/visual_odom

开源软件地址:

https://github.com/ZhenghaoFei/visual_odom

开源编程语言:

C++ 98.4%

开源软件介绍:

Stereo Visual Odometry

example workflow

This repository is C++ OpenCV implementation of Stereo Visual Odometry, using OpenCV calcOpticalFlowPyrLK for feature tracking.

Reference Paper: https://lamor.fer.hr/images/50020776/Cvisic2017.pdf

Demo video: https://www.youtube.com/watch?v=Z3S5J_BHQVw&t=17s

alt text

alt text

Requirements

OpenCV 3.0
If you are not using CUDA:

sudo apt update
sudo apt install libopencv-dev 

If you use CUDA, compile and install CUDA enabled OPENCV. check InstallOPENCV.md

Dataset

Tested on KITTI odometry dataset.

Compile & Run

git clone https://github.com/ZhenghaoFei/visual_odom.git

The system use Camera Parameters in calibration/xx.yaml, put your own camera parameters in the same format and pass the path when you run.

mkdir build
cd build
cmake ..
make -j4
./run /PathToKITTI/sequences/00/ ../calibration/kitti00.yaml

GPU CUDA acceleration

Thanks to temburuyk, the most time consumtion function circularMatching() can be accelerated using CUDA and greately improve the performance. 60~80 FPS on a decent NVIDIA Card. To enable GPU acceleration

  1. Make sure you have CUDA compatible GPU.
  2. Install CUDA, compile and install CUDA supported OpenCV
  3. When compiling, use
cmake .. -DUSE_CUDA=on
  1. Compile & Run

Reference code

  1. Monocular visual odometry algorithm

  2. Matlab implementation of SOFT




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
viboes/std-make: C++ generic make factory发布时间:2022-03-27
下一篇:
googlesamples/assistant-sdk-cpp: Example of Google Assistant gRPC in C++发布时间:2022-03-27
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap