zhouruihao1001 / NDD

A Descriptor for Loop Closure Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDD

The code for our paper accepted by IROS 2022 (NDD: A 3D Point Cloud Descriptor Based on Normal Distribution for Loop Closure Detection)

We present a global descriptor, named Normal Distribution Descriptor (NDD), for 3D point cloud loop closure detection. The descriptor encodes both the probability density score and entropy of a point cloud as the descriptor. We also propose a fast rotation alignment process and use correlation coefficient as the similarity between descriptors.

Related Paper

https://arxiv.org/abs/2209.12513

Demo

To run the demo, simply run NDD_demo.m.

Demo video can be found at: https://youtu.be/OYfp4tURhr0

@INPROCEEDINGS { IROS-2022-Zhou,
  author = {Ruihao Zhou, Li He, Hong Zhang, Xubin Lin, Yisheng Guan},
  title = { NDD: A 3D Point Cloud Descriptor Based on Normal Distribution for Loop Closure Detection },
  booktitle = { Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems },
  year = { 2022 },
  month = { Oct. },
  address = { Japan }
}

About

A Descriptor for Loop Closure Detection


Languages

Language:C++ 84.7%Language:MATLAB 15.3%