Visual odometry algorithm using an RGB-D sensor and IMU in a highly dynamic environment

Share:
cover # 2015-Visual odometry algorithm using an RGB-D sensor and IMU in a highly dynamic environment - 本文使用IMU来判别动态特特征点 - 不符合主流移动趋势的点判别为动态点 - 没有IMU的动态环境下的数据集 ## Abstract This paper proposes a robust visual odometry algorithm us- ing a Kinect-style RGB-D sensor and inertial measurement unit (IMU) in a highly dynamic environment. Based on SURF (Speed Up Robust Fea- tures) descriptor, the proposed algorithm generates 3-D feature points incorporating depth information into RGB color information. By using an IMU, the generated 3-D feature points are rotated in order to have the same rigid body rotation component between two consecutive im- ages. Before calculating the rigid body transformation matrix between the successive images from the RGB-D sensor, the generated 3-D feature points are filtered into dynamic or static feature points using motion vectors. Using the static feature points, the rigid body transformation matrix is finally computed by RANSAC (RANdom SAmple Consensus) algorithm. In this paper, **it is assumed that the motion vectors showing different tendencies with the RGB-D sensor are generated by moving objects or noise.** ![image-20201115201202681](https://cdn.jsdelivr.net/gh/yubaoliu/assets@image/image-20201115201202681.png) ![image-20201115200718764](https://cdn.jsdelivr.net/gh/yubaoliu/assets@image/image-20201115200718764.png) Motion vectors of the feature points are used to remove the dis-turbance of dynamic movements. ![image-20201115201315522](https://cdn.jsdelivr.net/gh/yubaoliu/assets@image/image-20201115201315522.png) ![image-20201115201504296](https://cdn.jsdelivr.net/gh/yubaoliu/assets@image/image-20201115201504296.png)

No comments