需要安装opencv3并且编译了features模块
#include<iostream>
#include<opencv2/core/core.hpp>
#include<opencv2/features2d/features2d.hpp>
#include<opencv2/highgui/highgui.hpp>
#include<opencv2/calib3d/calib3d.hpp>
#include<Eigen/Core>
#include<Eigen/Geometry>
#include<g2o/core/base_vertex.h>
#include<g2o/core/base_unary_edge.h>
#include<g2o/core/block_solver.h>
#include<g2o/core/optimization_algorithm_

本文详细介绍了一种基于ORB特征的视觉里程计实现方法,包括特征检测、描述子计算、匹配点筛选及位姿估计过程,并引入了Bundle Adjustment(BA)优化算法提升位姿估计精度。
最低0.47元/天 解锁文章
5万+

被折叠的 条评论
为什么被折叠?



