kzampog / cilantro

A lean C++ library for working with point cloud data
MIT License
1.03k stars 208 forks source link

Can be used to create a surface from a point cloud? #54

Closed FrankEscobar closed 4 years ago

FrankEscobar commented 4 years ago

If I have a point cloud with positions and normals, can it be used for creating a polygonal mesh?

kzampog commented 4 years ago

Unfortunately, we have no meshing functionality implemented.