construction - Create mesh from point cloud -
I have a set of points that I need to build as a concrete trap to form a triangular face set Delauney's Triangulation and any of it makes sense. Any advice on where to start?
Note: the numbers x, y, z are in space.
thanks :)
There are several options for creating a net from the corner: < Br>
1: You can use Poisson Reconstruction
It is also applied mashlab which is open source and also in PCL
2: Another option is running on Cubes , You can also get an implementation in PCL
Comments
Post a Comment