首页 > 技术文章 > [PCL]FPFH描述子

yhlx125 2016-04-24 16:56 原文

fpfh_est.setSearchSurface(data);

如果没有设置SearchSurface,使用input数据集作为查找的表面

1 // If no search surface has been defined, use the input dataset as the search surface itself
2   if (!surface_)
3   {
4     fake_surface_ = true;
5     surface_ = input_;
6   }

 

推荐阅读