包含opencv3.2 以及修改过后的 ORB_Slam 文档 专用于Ros noetic 20.04 配合教程使用 deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse # deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ focal-updates main restricted universe multiverse deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/
2022-09-22 19:07:20 551.09MB opecv ubantu noetic
1
ORB_SLAM需要修改的部分包括CMakelist.txt和rgbd_tum.cc,这部分需要较大改动。首先看rgbd_tum.cc,由于我们打算完成一个实时系统,所以不在需要数据的读取、color和depth的匹配;可以省去相当部分的工作。最后展示所有的rgbd_tum.cc代码
2022-08-18 15:03:58 4KB CMakeList
1
1. 地图点相关 3. 用参考关键帧来跟踪 1. 理解地图点里成员变量的物理意义 2. 掌握BOW的原理及应用(重要) 3. 掌握关键帧跟踪原理(重要) 4.
2022-08-04 17:00:51 3.92MB 软件/插件 计算机视觉
1
ORB-SLAM2 windows下免配置第三库,工程已配置好,下载配置好图片路径即可直接运行
2022-07-05 17:05:17 457.85MB slam
1
ORB-SLAM2: an Open-Source SLAM System for Monocular, Stereo and RGB-D Cameras ORB-SLAM2: an Open-Source SLAM System for Monocular, Stereo and RGB-D Cameras
2022-06-21 18:08:24 3.96MB orb
1
详解orb slam2的Tracking线程!
2022-06-08 10:17:44 732KB ORB SLAM2  Tracking slam
1
# Get Pangolin cd ~/your_fav_code_directory git clone --recursive https://github.com/stevenlovegrove/Pangolin.git cd Pangolin # Install dependencies (as described above, or your preferred method) ./scripts/install_prerequisites.sh recommended # Configure and build cmake -B build cmake --build build # with Ninja for faster builds (sudo apt install ninja-build) cmake -B build -GNinja cmake --build build # GIVEME THE PYTHON STUFF!!!! (Check the output to verify selected python version) cmake --
2022-05-11 22:06:47 42.26MB ROS_SLAM2
1
ORB-SLAM2 is a real-time SLAM library for **Monocular**, **Stereo** and **RGB-D** cameras that computes the camera trajectory and a sparse 3D reconstruction (in the stereo and RGB-D case with true scale). It is able to detect loops and relocalize the camera in real time. We provide examples to run the SLAM system in the [KITTI dataset](http://www.cvlibs.net/datasets/kitti/eval_odometry.php) as stereo or monocular, in the [TUM dataset](http://vision.in.tum.de/data/datasets/rgbd-dataset) as RGB-D
2022-05-10 18:10:25 72.96MB 综合资源 slam2
1
此为ORB_SLAM2位姿发布所需的文件,里面包括头文件以及cpp文件;
2022-04-23 09:07:00 6KB ORB_SLAM2
此资源包里包括ORB_SLAM2算法源码以及发布位姿信息所需要的文件,以及对应的文件正确的放置位置。仅供参考。
2022-04-23 09:06:55 123.79MB 算法 ORB_SLAM2