Git Product home page Git Product logo

structregistration's Introduction

StructRegistration

StructRegistration is a 3D point cloud registration method utilizing the EM algorithm with structural regularity. In particular, we proposed an improved E step which leverages the structural regularity to refine the probabilistic data association. Besides, unlike the existing point cloud registration approaches using structural information, we proposed to cluster coplanar points by associating the point set with degraded GMM, such that the time-consuming processes of plane segmentation and correspondence searching are efficiently replaced.

1. Related Publication

J. Liu, Y. Liu and Z. Meng. Point cloud registration leveraging structural regularity in Manhattan world. IEEE Robotics and Automation Letters (RA-L), 2022, doi: 10.1109/LRA.2022.3185782.

2. Prerequisites

We have tested the library in Ubuntu 16.04, but it should be easy to compile in other platforms. A powerful computer (e.g. i7) will ensure real-time performance and provide more stable and accurate results.

C++ and OpenMP

Eigen3

Download and install instructions can be found at: http://eigen.tuxfamily.org. Required at least 3.1.0.

PCL

Download and install instructions can be found at: https://github.com/PointCloudLibrary/pcl. We use the version of 1.7

YAML-cpp

Download and install instructions can be found at: https://github.com/jbeder/yaml-cpp.git

3. Building StructRegistration library and examples

Clone the repository:

git clone https://github.com/liu-jc18/StructRegistration.git
cd StructRegistration/
mkdir build
cd build/
cmake .. -DCMAKE_BUILD_TYPE=Release
make -j

4. Registration Example

Execute the following command. Please change GMMpath, Flagpath and Planepath in demo.cpp and config file to the corresponding path.

./examples/structreg path_to_config_file

5. Pre-processing Example

Coming soon

6. Acknowledgements

This work is inspired by GMMTree(ECCV2018) and the Probreg project probreg.

7. Licence

The source code is released under GPLv3 license. We are still working on improving the code reliability.

structregistration's People

Contributors

liu-jc18 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.