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

Popular posts from this blog

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -