12

Is there a function/class in PCL that converts a point cloud to a mesh?

ergosys
  • 47,835
  • 5
  • 49
  • 70
Anil CR
  • 303
  • 2
  • 8
  • 1
    did you check the documentation on the website? It states that there are algorithms for surface reconstruction. See [this](http://docs.pointclouds.org/trunk/group__surface.html) for example. – Bart Jun 24 '11 at 11:58
  • 1
    There are classes that construct Convex Hulls and Alpha-Hulls: `pcl::ConcaveHull` and `pcl::ConvexHull`. – James Nov 30 '11 at 20:18

0 Answers0