Page 1 of 1

Volume density measurement

Posted: Mon Apr 08, 2024 8:36 pm
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?

Re: Volume density measurement

Posted: Tue Apr 09, 2024 7:10 pm
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).

Re: Volume density measurement

Posted: Tue Apr 09, 2024 9:43 pm
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.