I wanted to create TINs from 3D points (about 7 million in every file) using qhull.
can anyone suggest a place where i could probably see how to do this? thanks!
|
I wanted to create TINs from 3D points (about 7 million in every file) using qhull. can anyone suggest a place where i could probably see how to do this? thanks!
| ||||
|
feedback
|
|
I've never used QHull since it is hard to integrate as a library into an existing project. Try out Triangle; it is specialized for 2D and is very easy to use (it comes with an example of how to call it from other C code). | |||
|
feedback
|
|
Wiki says,
MATLAB can generate 3-D Delaunay tesselation and n-D Delaunay tesselation using Qhull.
| ||||
|
feedback
|
|
I could recommend you a software package called Streaming Computation of Delaunay Triangulations. On a normal computer it can compute
In terms of performance:
Here is teaser image on how it works:
You can check out this video explaining their method/software. | ||||
feedback
|