边界提取
- 一、算法原理
- 1、详细流程
- 2、主要函数
- 3、参考文献
- 二、代码实现
- 三、结果展示
- 四、注意事项
本文由CSDN点云侠原创,原文链接。如果你不是在点云侠的博客中看到该文章,那么此处便是不要脸的爬虫。
一、算法原理
1、详细流程
该算法完全复刻自PCL。
2、主要函数
/// \brief Compute the boundary points of a point cloud.
/// The implementation is inspired by the PCL implementation. Reference:
/// https://pointclouds.org/documentation