Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check for invalid plane coefficients in pcl::MovingLeastSquares
If the input cloud is non-dense or if the points in the neighborhood are linearly dependent, the algorithm creates invalid output points. Keep the input point in this case instead.
- Loading branch information