Page 1 of 1

PointCloud density

Posted: Mon Oct 10, 2022 3:09 pm
by T1230321
Hi,

Is it possible to caclulate the point cloud density (perhaps points per mm2)?

Thanks

Re: PointCloud density

Posted: Wed Oct 12, 2022 7:46 pm
by daniel

Re: PointCloud density

Posted: Mon Oct 17, 2022 9:21 am
by T1230321
Thanks, Daniel. I had come across this but wasn't sure if there is a way to obtain a value of the average (whole) point cloud density in mm2?

Re: PointCloud density

Posted: Tue Oct 18, 2022 8:48 pm
by daniel
So first the density values units will depend on the original cloud coordinates units (CC loads the values 'as is' from the files, which units are used are almost never indicated in the files, so CC will just compute everything in the same units, implicitly).

Then, once you have computed 'surface density' (if you want square units), then you can fit a Normal distribution on the resulting scalar field (cloud) with Edit > Scalar field > Compute stat. params'. And then read the average density from there.

Re: PointCloud density

Posted: Thu Oct 20, 2022 12:21 pm
by T1230321
Thanks for your reply, that's really helpful