CoBigICP

授权协议 Readme
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 顾恺
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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.

相关阅读

相关文章

相关问答

相关文档