GithubHelp home page GithubHelp logo

crankler / lidar-iris Goto Github PK

View Code? Open in Web Editor NEW

This project forked from joestark/lidar-iris

0.0 1.0 0.0 11.66 MB

LiDAR Iris for Loop-Closure Detection(IROS 2020)

Home Page: https://arxiv.org/pdf/1912.03825.pdf

CMake 2.87% C++ 97.13%

lidar-iris's Introduction

LiDAR Iris for Loop-Closure Detection

This repository accompanies our IROS 2020 paper LiDAR Iris for Loop-Closure Detection. In this paper, a global descriptor for a LiDAR point cloud, called LiDAR Iris, is proposed for fast and accurate loop-closure detection. A binary signature image can be obtained for each point cloud after several LoG-Gabor filtering and thresholding operations on the LiDAR-Iris image representation. Given two point clouds, their similarities can be calculated as the Hamming distance of two corresponding binary signature images extracted from the two point clouds, respectively. Our LiDAR-Iris method can achieve a pose-invariant loop-closure detection at a descriptor level with the Fourier transform of the LiDAR-Iris representation if assuming a 3D (x,y,yaw) pose space, although our method can generally be applied to a 6D pose space by re-aligning point clouds with an additional IMU sensor. Experimental results on five road-scene sequences demonstrate its excellent performance in loop-closure detection.

Publication

Ying Wang, Zezhou Sun, Cheng-Zhong Xu, Sanjay Sarma, Jian Yang, and Hui Kong, LiDAR Iris for Loop-Closure Detection, IEEE International Conference on Intelligent Robotics and Systems (IROS) 2020 (oral presentation). [PDF] [CODE]

Usage

1. Requirement

1. cmake
2. PCL
3. OpenCV

2. Build

cd ${YOUR_PROJECT_DIR}
mdkir build
cd build
cmake ..
make

3. Run

./demo ../data/64line_1.pcd ../data/64line_2.pcd

lidar-iris's People

Contributors

bigmowangying avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.