Page 1 of 1

Meshed artefact after merging clouds

Posted: Thu Mar 12, 2020 5:21 pm
by carter7gindenv
Hello, after registering and merging 4 clouds sharing partial coverage and meshing the result I ended up with something like the one attached.

top right : no coverage
bottom right : 2 coverage
bottom left : 4 coverage

I don't know what I messed up. When I Register and merge the separate mesh it doesn't happen. Only if I register and merge the clouds and then mesh the whole.

Any ideas?

thanks!

Re: Meshed artefact after merging clouds

Posted: Fri Mar 13, 2020 6:23 pm
by daniel
Which meshing algorithm are you using?

If it's Delaunay, then it's super sensitive to noise (as all points are use). And if the registration is not perfect, you'll see the local differences of height / alignment between the scans).

If it's Poisson, then it may be worth recomputing the normals (to get smooth ones despite the registration inaccuracies) and / or reduce the octree depth?

Re: Meshed artefact after merging clouds

Posted: Sat Mar 14, 2020 1:42 pm
by carter7gindenv
I used Delaunay after trying to carefully register them. However further tests showed that if worked with mesh instead of clouds I got better result. I suppose that meshes tend to not be affected by noise as much as cloud.

Thank you!