The algorithm of surface density

Feel free to ask any question here
Post Reply
Hunnis
Posts: 5
Joined: Tue Mar 08, 2022 9:59 pm

The algorithm of surface density

Post by Hunnis »

I found the equation to calculate the surface density is N/piR^2. What confused me is why it is not N/4*piR^2?
What does this "surface density" represent? Is it the density in part of a sphere?
daniel
Site Admin
Posts: 7458
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: The algorithm of surface density

Post by daniel »

Why 4?

For each point, CloudCompare will extract the neighbors that fall inside a sphere of radius R. But then, you can assume your cloud is mostly (locally) flat, and choose to compute the surface as the number of points relative to the area of a disc (= pi.R^2). Or you can choose to compute the volume density, in which case the number of points will be divided by the volume of the sphere (= 4/3.pi.R^3).
Daniel, CloudCompare admin
Hunnis
Posts: 5
Joined: Tue Mar 08, 2022 9:59 pm

Re: The algorithm of surface density

Post by Hunnis »

Thank you for your reply.
So it is not the surface density of the sphere surface, but a cross-section of the sphere?
daniel
Site Admin
Posts: 7458
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: The algorithm of surface density

Post by daniel »

Ah, I see where the 4 comes from now ;)

No, it's indeed the cross section (at the equator) of the sphere, assuming the points are more or less on a plane locally (especially for airborne data for instance).
Daniel, CloudCompare admin
Post Reply