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   }

 

相关文章:

  • 2022-01-21
  • 2021-12-25
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2022-03-03
猜你喜欢
  • 2021-08-04
  • 2022-01-23
  • 2021-11-06
  • 2021-08-21
  • 2021-08-02
  • 2021-04-08
  • 2021-11-18
相关资源
相似解决方案