Hello,
How to do mesh from *.las - big and complex point cloud? Poincloud is from cave - very complex wall's relief, c.a 80 mln points.
1) Cloud have normals (by triangulation), 2) PSR on lv 8 split cave for different parts (screen in attch.), 3) PSR on on level 17 is a one big green buble :-), 4) PSR on higher levels was never made - reconstruction is always failed.
What do I wrong? Thanks for advice in advance.
complex cloud 2 mesh
complex cloud 2 mesh
- Attachments
-
- cave_printsreen.jpg (76.95 KiB) Viewed 4620 times
-
- mesh.jpg (179.86 KiB) Viewed 4620 times
Re: complex cloud 2 mesh
Level 17 for PSR is already gigantic, so it's not a surprise that it fails above this level ;)
But the result is definitely not what I would have expected! Are the normals properly oriented? They seem to be a bit randomly oriented. How did you compute them exactly?
But the result is definitely not what I would have expected! Are the normals properly oriented? They seem to be a bit randomly oriented. How did you compute them exactly?
Daniel, CloudCompare admin
Re: complex cloud 2 mesh
Thank you for reply.
I have just made Edit/normals/compute. Then I've choose 'triangulation' , rest I have left as default.
I have just made Edit/normals/compute. Then I've choose 'triangulation' , rest I have left as default.
Re: complex cloud 2 mesh
Ah ok, then it's probably the cause of the issue here. Only computing the normals (with triangulation or any other algorithm) won't be sufficient. You need to get well oriented normals (i.e. all normals pointing outside of the surface for instance), which is generally not the case at first as CC can't guess where is the inside and where is the outside. You'll have to play with the 'Edit > Normals > Orient' methods, but it can be very tricky on complex shapes such as the share of your cloud. If you struggle too much, you can send me your cloud, and I'll give it a try.
Daniel, CloudCompare admin
Re: complex cloud 2 mesh
Thank you. 'Orient normals' options are not active, they are grey... ?
Re: complex cloud 2 mesh
I did :-). After computing normals I have saved cloud as *.las again. Re-saving as *.las saves normals in cloud also or do I have to compute them again?
Re: complex cloud 2 mesh
Sadly, LAS files don't store normals. You have to use either CloudCompare's BIN format, or the more generic PLY format.
Daniel, CloudCompare admin
-
- Posts: 2
- Joined: Tue Jun 04, 2019 5:59 pm
Re: complex cloud 2 mesh
I have a similar issue with a point cloud from within a cave. I'm having trouble orienting Normals effectively. I've tried Z, Barycenter, and spanning tree (knn=6) but get funky results. do you have any suggestions for a long narrow cave? Did a solution come out of this original post that I could use?
[/img]
[/img]
Re: complex cloud 2 mesh
Do you have a set of points describing the scanner path - in the middle of the cave / tunnels - maybe?
Daniel, CloudCompare admin