how to create mesh of a sparse point cloud?

Feel free to ask any question here
Post Reply
JamesRayen
Posts: 19
Joined: Tue Aug 23, 2016 1:33 am

how to create mesh of a sparse point cloud?

Post by JamesRayen »

Hi, Daniel, I want to create 3D Triangulated Irregular Network using CC, I load a point cloud with RGB and scalar field and the use 'Edit->Mesh->Delaunay 2.5D(best fitting plane)' to create a mesh. However, I found this function seems to create 2D Delaunay and the created mesh seems incorrect. Is there any function in CC that could create a mesh for sparse point cloud? Or to create 3D Delaunay?
The attachment 1.jpg is no longer available
1.jpg
1.jpg (491.65 KiB) Viewed 1934 times
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: how to create mesh of a sparse point cloud?

Post by daniel »

If you want a real "3D" Mesh (mind the 2.5D in "Delaunay 2.5D" ;), you should take a look at the qPoissonRecon plugin: https://www.cloudcompare.org/doc/wiki/i ... n_(plugin)
Daniel, CloudCompare admin
Post Reply