我试图在pcl库中使用icp算法,但没有几个问题:
我能为它的成功做点什么吗?
发布于 2016-01-26 21:44:20
发布于 2017-02-14 09:21:28
point.php
pcl::IterativeClosestPoint<pcl::PointXYZ, pcl::PointXYZ> icp;
icp.setInputCloud(cloud_in);
icp.setInputTarget(cloud_out);icp.hasConverged() = 1 (true)https://stackoverflow.com/questions/35023979
复制相似问题