Hi Guys!
We have a .xyz data from a multibeam sonar.
How can I convert from point cloud form to 3d model form?
Thanks!
point cloud to 3d model
-
- Posts: 296
- Joined: Sat Jan 20, 2018 1:57 pm
Re: point cloud to 3d model
Edit--> Mesh-->Delaunay
Also
Poison Surface Reconstruction. Depends on the data, but I would say Delaunay will do fine.
Also
Poison Surface Reconstruction. Depends on the data, but I would say Delaunay will do fine.
-
- Posts: 9
- Joined: Mon Mar 21, 2022 1:37 pm
Re: point cloud to 3d model
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
These are the results.
How can I do it cleaner?
If you have any suggestions I would be glad to listen
- Attachments
-
- haritaforum.png (55.82 KiB) Viewed 24052 times
-
- meshbest.png (253.74 KiB) Viewed 24052 times
-
- meshxy.png (472.06 KiB) Viewed 24052 times
-
- Posts: 296
- Joined: Sat Jan 20, 2018 1:57 pm
Re: point cloud to 3d model
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/
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/
-
- Posts: 9
- Joined: Mon Mar 21, 2022 1:37 pm
Re: point cloud to 3d model
These are the outputs. Is it all I can do about them?
I mean is there any way I can clean them?
I mean is there any way I can clean them?
- Attachments
-
- 1.png (303.61 KiB) Viewed 24038 times
-
- 2png.png (381.83 KiB) Viewed 24038 times
-
- 3.png (102.4 KiB) Viewed 24038 times
-
- 4.png (32.94 KiB) Viewed 24038 times
-
- Posts: 296
- Joined: Sat Jan 20, 2018 1:57 pm
Re: point cloud to 3d model
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.
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.
-
- Posts: 296
- Joined: Sat Jan 20, 2018 1:57 pm
Re: point cloud to 3d model
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.
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.
Re: point cloud to 3d model
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
Re: point cloud to 3d model
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?
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.
Re: point cloud to 3d model
Use CC poisson reconstruction then clean with Blender software ...
.
Can you attach your pointscloud here in zip file?