point cloud to 3d model

Feel free to ask any question here
ugurdemirezen
Posts: 9
Joined: Mon Mar 21, 2022 1:37 pm

point cloud to 3d model

Post by ugurdemirezen »

Hi Guys!

We have a .xyz data from a multibeam sonar.

How can I convert from point cloud form to 3d model form?

Thanks!
PablerasBCN
Posts: 296
Joined: Sat Jan 20, 2018 1:57 pm

Re: point cloud to 3d model

Post by PablerasBCN »

Edit--> Mesh-->Delaunay

Also

Poison Surface Reconstruction. Depends on the data, but I would say Delaunay will do fine.
ugurdemirezen
Posts: 9
Joined: Mon Mar 21, 2022 1:37 pm

Re: point cloud to 3d model

Post by ugurdemirezen »

Thanks a lot for your help.

These are the results.

How can I do it cleaner?

If you have any suggestions I would be glad to listen
Attachments
haritaforum.png
haritaforum.png (55.82 KiB) Viewed 24050 times
meshbest.png
meshbest.png (253.74 KiB) Viewed 24050 times
meshxy.png
meshxy.png (472.06 KiB) Viewed 24050 times
PablerasBCN
Posts: 296
Joined: Sat Jan 20, 2018 1:57 pm

Re: point cloud to 3d model

Post by PablerasBCN »

Delaunay is usefull for more "planar" stuff like the ground seen from an aerial scaner.

In your case I would say the Poison Surface Reconstruction may be the tool you need.

https://www.cloudcompare.org/doc/wiki/i ... n_(plugin)

Also, may be interested in Meshlab
https://www.meshlab.net/
ugurdemirezen
Posts: 9
Joined: Mon Mar 21, 2022 1:37 pm

Re: point cloud to 3d model

Post by ugurdemirezen »

These are the outputs. Is it all I can do about them?

I mean is there any way I can clean them?
Attachments
1.png
1.png (303.61 KiB) Viewed 24036 times
2png.png
2png.png (381.83 KiB) Viewed 24036 times
3.png
3.png (102.4 KiB) Viewed 24036 times
4.png
4.png (32.94 KiB) Viewed 24036 times
PablerasBCN
Posts: 296
Joined: Sat Jan 20, 2018 1:57 pm

Re: point cloud to 3d model

Post by PablerasBCN »

when you perform the Poison Reconstruction make sure the octree is the highest value you've since your cloud is not very dense.

If still the output is bad, I would say is the max you can do. At least that I'm aware of. May be there is a way to fit planes since your geometry is rather planar, but I'm not used to do so.
PablerasBCN
Posts: 296
Joined: Sat Jan 20, 2018 1:57 pm

Re: point cloud to 3d model

Post by PablerasBCN »

ANd I forgot of a thing, to clean up a poison mesh you can us the Segmentation Tool / the scisors icon. To select and delete the undesired faces.

As an alternative may be you could draw polylines along the "tunnel" and then use the tool that creates a mesh between polylines. I think this last one would give you a very clean low poly mesh, but not sure what you're after if super clean simple model or most accurate possible with available data.
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: point cloud to 3d model

Post by daniel »

And don't forget to output the 'density' scalar field, as explained in the dialog. This will allow you to remove the parts with low density = too few supporting points. See the wiki as well.
Daniel, CloudCompare admin
atiyeh
Posts: 1
Joined: Sun Apr 02, 2023 2:04 pm

Re: point cloud to 3d model

Post by atiyeh »

Hi dear friends

The helicopter blade deforms during rotation and I want to model the structure of the deformed blade.
in other words, I want to estimate the model for the deformed blade shape by using the 48 3-dimensional points. Modeling with the NURBS method had a high error because the sampling density of points was very low.

What modeling method do you suggest for my data?
Last edited by atiyeh on Tue Apr 11, 2023 6:26 am, edited 1 time in total.
DA523
Posts: 166
Joined: Mon May 25, 2020 4:02 pm

Re: point cloud to 3d model

Post by DA523 »

ugurdemirezen wrote: Tue Apr 05, 2022 8:32 am I mean is there any way I can clean them?
Use CC poisson reconstruction then clean with Blender software ...
.
Can you attach your pointscloud here in zip file?
Post Reply