zoukankan      html  css  js  c++  java
  • An Overview to Visual Odometry and Visual SLAM Applications to Mobile Robotics

      Iterative Closest Point (ICP) algorithm:Besl, P., McKay, N.: A method for registration of 3-D shapes. IEEE Trans. Pattern Anal. Mach. Intell. 14(2), 239–256 (1992)

      Sparse Bundle Adjustment (SBA) :Lourakis, M., Argyros, A.: SBA: a software package for generic sparse bundle adjustment. ACM Trans. Math. Softw. (TOMS) 36(1), 2 (2009)    Sparse Bundle Adjustment (SBA) [76] was applied in order to obtain a globally consistent map.

      SLAM approaches have been categorized into filtering approaches (such as EKF-SLAM [106] and particle filter based SLAM [81]) and smoothing approaches (such as GraphSLAM [111], RGBD SLAM [56], Smoothing and Mapping [30]).

      相机标定:There are a number of open source software available for estimating the camera parameters such as theMATLAB camera calibration toolbox [15] and [100] and the C/C++ OpenCV calibration toolbox [16].

  • 相关阅读:
    Python基础之基本数据类型
    Python基础之变量
    mysql数据库
    进程与线程
    并发编程
    网络编程
    内置函数(魔法方法)
    组合,封装,访问限制机制,property装饰器
    面向对象之继承
    Web开发中最致命的8个小错误
  • 原文地址:https://www.cnblogs.com/zzx2cnblogs/p/6729733.html
Copyright © 2011-2022 走看看