Skip to content

Commit

Permalink
Merge pull request #5857 from mvieth/gp3_tparam
Browse files Browse the repository at this point in the history
GreedyProjectionTriangulation: add hint about PointInT
  • Loading branch information
larshg authored Oct 30, 2023
2 parents be7a26c + b9360ef commit 21dcddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions surface/include/pcl/surface/gp3.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ namespace pcl
/** \brief GreedyProjectionTriangulation is an implementation of a greedy triangulation algorithm for 3D points
* based on local 2D projections. It assumes locally smooth surfaces and relatively smooth transitions between
* areas with different point densities.
* \tparam PointInT Point type must have XYZ and normal information, for example `pcl::PointNormal` or `pcl::PointXYZRGBNormal` or `pcl::PointXYZINormal`
* \author Zoltan Csaba Marton
* \ingroup surface
*/
Expand Down

0 comments on commit 21dcddd

Please sign in to comment.