码迷,mamicode.com
首页 > 其他好文 > 详细

[PCL]4 PCL中图像匹配的几个类图

时间:2016-03-02 12:39:37      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

技术分享

1   IterativeClosestPoint () 
2       {
3         reg_name_ = "IterativeClosestPoint";
4         ransac_iterations_ = 1000;
5         transformation_estimation_.reset (new pcl::registration::TransformationEstimationSVD<PointSource, PointTarget>);
6       };
1  IterativeClosestPointNonLinear ()
2       {
3         min_number_correspondences_ = 4;
4         reg_name_ = "IterativeClosestPointNonLinear";
5 
6         transformation_estimation_.reset (new pcl::registration::TransformationEstimationLM<PointSource, PointTarget>);
7       }

 技术分享

[PCL]4 PCL中图像匹配的几个类图

标签:

原文地址:http://www.cnblogs.com/yhlx125/p/4924283.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!