zoukankan      html  css  js  c++  java
  • 双目SLAM(1) 总配置

    kitti 数据集   图像+相机参数

    sgbm gpu     算深度

    cuda sifi       算匹配点

    rabsac         随机筛选

    1CUDA配置(自己配置)8.0

    参考网页:http://blog.csdn.net/u010837794/article/details/63251725

    2Opencv版本选择(自己配置):3.2

          参考网页:https://www.cnblogs.com/paladinzxl/p/6749446.html

    3Pangolin

          参考教程:https://github.com/stevenlovegrove/Pangolin

    4) Eigen3

          下载和安装参考:http://eigen.tuxfamily.org

    5)更新源修改(中科大的源):

    参考网页:http://mirrors.ustc.edu.cn/help/ubuntu.html

     

     

         步骤:

     

    利用该网址https://mirrors.ustc.edu.cn/repogen/下的配置生成器生成如下图版本的sources.list, 替换/etc/apt/sources.list,

     

    命令:

     

    sudo cp sources.list /etc/apt/sources.list

     

      sudo apt-get update

     

     

    sift_slamROS包配置

     

    1)siftgpu配置: Code文件夹下的SiftGPU

     

    参考网页:

     

    https://github.com/pitzer/SiftGPU

     

    https://www.cnblogs.com/gaoxiang12/p/5149067.html

     

    2sift_slam编译

     

    整个工程就是Code文件夹下的slam_ws.

     

    编译SiftGPU

     

    编译完上述SiftGPU后会在bin文件夹下生成libsiftgpu.so库文件。将其拷贝到SIFTGPU-SLAM/Code/slam_ws/src/sift_slam/libs下。

     

    编译g2o,进入

     

    SIFTGPU-SLAM/Code/slam_ws/src/sift_slam/ThirdParty/g2o/build文件加下,执行:

     

    cmake ..

     

    make

     

    修改CMakeLists.txt

     

     

     

     

  • 相关阅读:
    ci框架与smarty的整合
    jQuery 1.3.2 简单实现select二级联动
    Nginx配置https
    tp5.1最新的类库使用规则
    Linux指令大全
    Redis锁机制处理高并发
    Nginx配置https站点
    vue的入门
    HTTP 请求头中的 X-Forwarded-For,X-Real-IP
    Composer包制作以及发布!
  • 原文地址:https://www.cnblogs.com/kekeoutlook/p/8289734.html
Copyright © 2011-2022 走看看