【PCL点云库|点云配准】determineCorrespondences() 和 determineReciprocalCorrespondences() 的区别

2023-05-16

文章目录

determineCorrespondences():Determine the correspondences between input and target cloud.(确定输入和目标云之间的对应关系。)
determineReciprocalCorrespondences():Determine the reciprocal correspondences between input and target cloud. A correspondence is considered reciprocal if both Src_i has Tgt_i as a correspondence, and Tgt_i has Src_i as one.(确定输入点云和目标点云之间的相互对应关系。如果Src_i具有Tgt_i这一对应关系,并且Tgt_ i具有Src_ i这一对应关系,则认为对应关系是相互的。)

使用 determineCorrespondences() 得到的结果:

输入源点云:7010个
输入目标点云:9349个
获取匹配点对:6163

使用 determineReciprocalCorrespondences() 得到的结果:

输入源点云:7010个
输入目标点云:9349个
获取匹配点对:193
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

【PCL点云库|点云配准】determineCorrespondences() 和 determineReciprocalCorrespondences() 的区别 的相关文章

随机推荐