Skip to content

The code for Centralized RANSAC Based 3D Registration with Fast Convergence and High Accuracy.

License

Notifications You must be signed in to change notification settings

ivpml84079/C-RANSAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-RANSAC

License: MIT

Centralized RANSAC Based 3D Registration with Fast Convergence and High Accuracy (2023) by Kuo-Liang Chung and Wei-Tai Chang.

The left figure is the testing point cloud "Redkitchen" selected from the 3DMATCH dataset, the green lines are inliers between the source point cloud and the target point cloud, and the red lines are outliers. The right one is the registration result using our method.

Acknowledgments

The programing implementation of our method is based on:

H. Yang, J. Shi, and L. Carlone, “TEASER: Fast and Certifiable Point Cloud Registration,” IEEE Trans. Robotics, Dec. 2020. (IEEE) (github)

We appreciate the authors for sharing their codes.

TEASER++ Modified

We have made modifications to the TEASER++ library to showcase our method. The modified code is located in the "registration.cc" file. Additionally, we utilize and modify the "teaser_cpp_ply.cc" file for conducting experiments.

Usage

Compiling the codes of our method in the project directory

sudo apt install cmake libeigen3-dev libboost-all-dev
git clone https://github.com/ivpml84079/C-RANSAC.git
cd C-RANSAC/TEASER-plusplus && mkdir build && cd build
sudo cmake .. && sudo make && sudo make install && sudo ldconfig
cd .. && cd examples/teaser_cpp_ply && mkdir build && cd build
sudo cmake .. && sudo make

using the execution code to estimate the registration solution

./teaser_cpp_ply {PATH_TO_POINT_CLOUD}

Testing enviroment

  • Windows Subsystem Linux (Ubuntu 20.04.6 LTS)
  • ISO C++ 14

Contact

If you have any questions, please email us via
Wei-Tai Chang: [email protected]
Kuo-Liang Chung: [email protected]

About

The code for Centralized RANSAC Based 3D Registration with Fast Convergence and High Accuracy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published