All Projects → Pamphlett → Cobigicp

Pamphlett / Cobigicp

[IROS2020] CoBigICP: COrrentropy based BIdirectional Generalized ICP

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Cobigicp

Slicer
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 263 (+874.07%)
Mutual labels:  registration
Open3d
Open3D: A Modern Library for 3D Data Processing
Stars: ✭ 5,860 (+21603.7%)
Mutual labels:  registration
Chronicel
Our super sweet hacker management system, built for HackTCNJ 2017+ | Used by [email protected] 2018!
Stars: ✭ 18 (-33.33%)
Mutual labels:  registration
Probreg
Python package for point cloud registration using probabilistic model (Coherent Point Drift, GMMReg, SVR, GMMTree, FilterReg, Bayesian CPD)
Stars: ✭ 306 (+1033.33%)
Mutual labels:  registration
Quill
📝 Registration, for hackathons!
Stars: ✭ 390 (+1344.44%)
Mutual labels:  registration
Users
Users Plugin for CakePHP
Stars: ✭ 488 (+1707.41%)
Mutual labels:  registration
Pycpd
Pure Numpy Implementation of the Coherent Point Drift Algorithm
Stars: ✭ 255 (+844.44%)
Mutual labels:  registration
Kratos Selfservice Ui React Native
A reference implementation of an app using ORY Kratos for auth (login), sign up (registration), profile settings (update password), MFA/2FA, account recovery (password reset), and more for React Native. This repository is available as an expo template!
Stars: ✭ 24 (-11.11%)
Mutual labels:  registration
Dipy
DIPY is the paragon 3D/4D+ imaging library in Python. Contains generic methods for spatial normalization, signal processing, machine learning, statistical analysis and visualization of medical images. Additionally, it contains specialized methods for computational anatomy including diffusion, perfusion and structural imaging.
Stars: ✭ 417 (+1444.44%)
Mutual labels:  registration
Slicergitsvnarchive
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 896 (+3218.52%)
Mutual labels:  registration
Fast gicp
A collection of GICP-based fast point cloud registration algorithms
Stars: ✭ 307 (+1037.04%)
Mutual labels:  registration
Dynamic robot localization
Point cloud registration pipeline for robot localization and 3D perception
Stars: ✭ 339 (+1155.56%)
Mutual labels:  registration
Cilantro
A lean C++ library for working with point cloud data
Stars: ✭ 577 (+2037.04%)
Mutual labels:  registration
Ndt omp
Multi-threaded and SSE friendly NDT algorithm
Stars: ✭ 291 (+977.78%)
Mutual labels:  registration
Itksoftwareguide
Sources for the ITKSoftwareGuide.
Stars: ✭ 19 (-29.63%)
Mutual labels:  registration
Cpd
C++ implementation of the Coherent Point Drift point set registration algorithm.
Stars: ✭ 260 (+862.96%)
Mutual labels:  registration
Simpleitk
SimpleITK: a layer built on top of the Insight Toolkit (ITK), intended to simplify and facilitate ITK's use in rapid prototyping, education and interpreted languages.
Stars: ✭ 458 (+1596.3%)
Mutual labels:  registration
Hackathon Manager
All-in-one platform for hackathon registration & logistics.
Stars: ✭ 24 (-11.11%)
Mutual labels:  registration
Amap Python
Automated mouse atlas propagation
Stars: ✭ 20 (-25.93%)
Mutual labels:  registration
Php Auth
Authentication for PHP. Simple, lightweight and secure.
Stars: ✭ 713 (+2540.74%)
Mutual labels:  registration

CoBigICP: Correntropy based Bidirectional Generalized ICP

CoBigICP is a fast and accurate point cloud registration method, currently implemented in MATLAB.

About

Reconstruction results of ETH Hauptgebaude generated by CoBigICP and GICP. Both estimated aligned point clouds are colored, with the ground truth being white.

CoBigICP can solve 3D rigid transformation between two point clouds. It adopts correntropy as the noise model and prunes putative nearest neighbor by a bidirectional search step. Also a symmetric objective function is used to gather surface geometric information. For more information, please refer to our paper. (pdf)

Registration Example

Git clone or download the repo and add to your MATLAB workspace.

Run CoBigICP_fun.m to align two scans from ETH Hauptgebaude.

Paper

If you find the paper helpful or use the code in your project, please cite:

@inproceedings{cobigicp2020yin,
    title={CoBigICP: Robust and Precise Point Set Registration using Correntropy Metrics and Bidirectional Correspondence},
    author={Yin, Pengyu and Wang, Di and Du, Shaoyi and Ying, Shihui and Gao, Yue and Zheng, Nanning},
    booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
    year={2020},
    organization={IEEE}
}

Acknowledgements

Many thanks to Dr.Ga for the fruitful discussions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].