I am now working to generate a surface from a set of points (cloud data) (the shape of the clustered points is attached below). When I tried using `edit/mesh/Delaunay2.5D`, I can select maximum edge size but cannot select minimum size of the mesh. The distances between my cloud points are very small. That distance may affect the size of the mesh. How can I improve the mesh size or control it? Is there any other way to generate the surface from the points?
generate a surface from a set of points
generate a surface from a set of points
- Attachments
-
- the mesh
- mesh.png (105.15 KiB) Viewed 2068 times
-
- the point cloud
- point cloud1.png (24.56 KiB) Viewed 2068 times
-
- the shape of the clustered points
- point cloud.png (9.81 KiB) Viewed 2068 times
Re: generate a surface from a set of points
You cannot control that with the '2.5D Delaunay' triangulation algorithm (it's very simple, and will always use all the points).
But you can with the Poisson Reconstruction plugin (you just need to compute normals first, but that's easy on such a cloud, just set the normals orientation to +Z)
But you can with the Poisson Reconstruction plugin (you just need to compute normals first, but that's easy on such a cloud, just set the normals orientation to +Z)
Daniel, CloudCompare admin
Re: generate a surface from a set of points
Thank you for answering my question.
I tried Poisson Reconstruction plugin as you said(1.compute +Z normals 2.plugin/poissonRecon (Leave everything at default.)),
but the surface was not created correctly(the picture is attached below).
I want to create only a cross section along the point cloud.(I want to delete meshes that are out of the point cloud.)
Is there a away to change the range of the cross section?(how to change the area of the square surrounded by yellow)
If so, could you tell me.
Sorry to ask such a basic question.
Thank you for your attention.
I tried Poisson Reconstruction plugin as you said(1.compute +Z normals 2.plugin/poissonRecon (Leave everything at default.)),
but the surface was not created correctly(the picture is attached below).
I want to create only a cross section along the point cloud.(I want to delete meshes that are out of the point cloud.)
Is there a away to change the range of the cross section?(how to change the area of the square surrounded by yellow)
If so, could you tell me.
Sorry to ask such a basic question.
Thank you for your attention.
- Attachments
-
- 1.png (47.99 KiB) Viewed 2051 times
-
- front.png (58.24 KiB) Viewed 2051 times
Re: generate a surface from a set of points
Have you generated the 'density' scalar field and segmented the resulting mesh based on it? (see https://www.cloudcompare.org/doc/wiki/i ... n_(plugin) - especially the last section).
And then, in the worst case, you can use the Cross Section tool to segment the result even more.
And then, in the worst case, you can use the Cross Section tool to segment the result even more.
Daniel, CloudCompare admin