Volume density measurement

Feel free to ask any question here
Post Reply
code_lover
Posts: 2
Joined: Mon Apr 08, 2024 8:31 pm

Volume density measurement

Post by code_lover »

Hi,
Could you please simply let me know how in cloud compare the volume density is being calculated? from my understanding a sphere scans the point cloud and then based on the defined volume of the sphere the algorithm let us know how the points are packed together in each region of the point cloud. Am I correct?
daniel
Site Admin
Posts: 7385
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Volume density measurement

Post by daniel »

Yes, that's it. And for the 'volume density' we simply divide the number of points by the volume of the sphere (while for the 'surface' density, we divide it by the surface of the equivalent circle).
Daniel, CloudCompare admin
code_lover
Posts: 2
Joined: Mon Apr 08, 2024 8:31 pm

Re: Volume density measurement

Post by code_lover »

daniel wrote: Tue Apr 09, 2024 7:10 pm Yes, that's it. And for the 'volume density' we simply divide the number of points by the volume of the sphere (while for the 'surface' density, we divide it by the surface of the equivalent circle).
Thanks a lot.
Post Reply