Giter VIP home page Giter VIP logo

iron's Introduction

IRON

IRON: A Fast Interest Point Descriptor for Robust NDT-Map Matching - Reference Implementation

alt tag

Features:

  • IRON provides a simple interface for the alignment of 3D point clouds using 6 degrees of freedom (x, y, z, roll, pitch, yaw)
  • Almost any given point cloud format can be directly used without expensive point cloud type conversion beforehand (see src/demo.cpp for an example)
  • It's robust and insensitive to a large initial displacement between two point clouds (e.g. when they were captured from different locations)
  • IRON uses NDT-maps as an efficient 3D data structure and is able to create them with sufficient accuracy in about 3 ms (average conversion time for a typical Kinect 1 / Asus Xtion point cloud)
  • The complete alignment process takes only 10-20 ms on a single core of a modern i7 CPU (depending on registration parameters and map sizes) and is therefore well suited for real-time applications

For algorithmic details and benchmarking results please refer to the original paper:


Schmiedel, Th., Einhorn, E., Gross, H.-M. IRON: A Fast Interest Point Descriptor for Robust NDT-Map Matching and Its Application to Robot Localization. IEEE/RSJ Int. Conf. on Intelligent Robots and Systems (IROS), Hamburg, Germany, 2015


You may also visit my research page for a thorough introduction.

Required packages (Ubuntu 14.04; please install equivalent packages for your Linux distribution):

  • build-essential
  • libeigen3-dev
  • gnuplot-x11

How to run demo?

  • cd IRON
  • make
  • cd examples
  • ./demo example1_cloud1.pcd example1_cloud2.pcd
  • ./plot_means_keypoints.sh
  • ./plot_result.sh

How to use the IRON registration pipeline?

  • just include IRON.h into your project
  • have a look at src/demo.cpp for a detailed explanation

Please contact me if you have any questions!

[email protected]

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.