Averaging neighboring points

Feel free to ask any question here
Post Reply
Hithaishree
Posts: 1
Joined: Mon Oct 20, 2025 12:39 pm

Averaging neighboring points

Post by Hithaishree »

Hi, I’m currently working with point clouds and would like to find the average XYZ coordinates of points within a local neighborhood (e.g., within a certain radius or around a picked point).

I’ve explored filters such as Noise Filter, SOR Filter, but I haven’t found a direct way to compute or export the mean XYZ of neighboring points around a selected point or region.

Could you please let me know if CloudCompare has a built-in tool or workflow for this
daniel
Site Admin
Posts: 8158
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Averaging neighboring points

Post by daniel »

You could maybe transfer the coordinates to scalar fields (Edit > Scalar fields > Export coordinate(s) to SF(s)) and then use the 'Gaussian filter' tool on these 3 scalar fields to compute the average. And last, set the 3 filtered SFs back to coordinates (Edit > Scalar fields > Set SF as coordinate(s)).
Daniel, CloudCompare admin
Post Reply