PCL 线性最小二乘快速计算点云法向量

在这里插入图片描述

一、算法原理

/** \brief Surface normal estimation on dense data using a least-squares estimation based on a first-order Taylor approximation.
  * \author Stefan Holzer, Cedric Cagniart
  */
template <typename PointInT, typename PointOutT>
class