简体   繁体   中英

Iterative closest point (ICP) for Matlab with Covariance computation

does anybody know an implementation for the Iterative Closest Point (ICP) algorithm in Matlab that computes the covariance matrix?

All i have found is the icptoolboxformatlab but it seems to be offline.

http://censi.mit.edu/research/robot-perception/icpcov/

There is matlab code for 2D case. It provide ICP's covariance too.

I have implemented the 3D variant of Point to Point error metric based ICP covariance estimation, which is inspired from Andrea Censi's work.

Have a look at https://sites.google.com/site/icpcovariance/home

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM