Page 1 of 1

Averaging neighboring points

Posted: Mon Oct 20, 2025 12:42 pm
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

Re: Averaging neighboring points

Posted: Wed Oct 29, 2025 7:20 am
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)).