iterative closest point library

回眸只為那壹抹淺笑 提交于 2019-12-04 15:13:13

Give LibICP a shot, although I personally have not used it so far.

http://www.cvlibs.net/software/libicp.html

EDIT: I tried it by myself, not a great experience -- the library is short of documentation and example code. Also, I didn't receive much help from the authors too.

I wrote a article about accelerated line search on ddj.com some time ago. I dont exactly understand what you want to do but the approach shown there divides the whole area into "quadrants" of a given search width. This reduces the time for search significantly. It may also be used with points.

http://www.drdobbs.com/cpp/198900559

You can compare these 2 clusters of points by measuring Hausdorff distance

between clusters. The bigger Hausdorff distance is - the more dissimilar clusters are.

hope that helps.

Please refer to trimesh2 library, which provides a ICP example. http://www.cs.princeton.edu/gfx/proj/trimesh2/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!