Scalar represent a kind of density inside a point cloud

Feel free to ask any question here
Post Reply
mariolino
Posts: 21
Joined: Fri Sep 08, 2023 11:10 am

Scalar represent a kind of density inside a point cloud

Post by mariolino »

Hi Daniel,

is there a function in CloudCompare or is it possible to create one with the goal of adding a scalar for each point within a cloud that represents the minimum distance calculated from that point to the nearest point (excluding for each point the calculation with respect to itself) within the same cloud ?
Do you have any suggestions or guidance on this ?
This calculation should locally represent a kind of density of the point cloud ......

Thank you,
Mariolino
HeadLess
Posts: 53
Joined: Mon Mar 25, 2019 9:27 pm

Re: Scalar represent a kind of density inside a point cloud

Post by HeadLess »

Tools - > other -> compute geometric features (density number of neighbours)

It won't give distence of closest point, instead it gives a number of points inside a given radius.
mariolino
Posts: 21
Joined: Fri Sep 08, 2023 11:10 am

Re: Scalar represent a kind of density inside a point cloud

Post by mariolino »

thanks for the response, that command I know but without the generation of the scalars representing the distance to the nearest point is not very useful to me......
daniel
Site Admin
Posts: 7382
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Scalar represent a kind of density inside a point cloud

Post by daniel »

If you want the distance to the closest point then you could use the 'Approximate density' in the older versions of CC (see https://www.cloudcompare.org/doc/wiki/index.php/Density)
Daniel, CloudCompare admin
mariolino
Posts: 21
Joined: Fri Sep 08, 2023 11:10 am

Re: Scalar represent a kind of density inside a point cloud

Post by mariolino »

Daniel many thanks for all,
for the advice I tried in the previous version the command you suggested unfortunately was not what I was hoping for ...
but with a few lines of code with the Python plugin by Thomas Montaigu + SciPy I was able to generate the scalar which is particularly useful for identifying outlier points.
Post Reply