iterative closest point library
问题 is there any c++/c open source implementation? i got two point clouds and would like to match them.. any ideas? 回答1: 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. 回答2: I wrote a article about accelerated line search on ddj.com some time ago. I dont exactly understand