daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

How could calculate the standard deviation of point normal? #326

Open trinhnhut-gif opened 2 years ago

trinhnhut-gif commented 2 years ago

Hello all, I am doing with my research. I have point cloud data with normal values of each point. Then I want to calculate the standard deviation of point normal values within the point's K neighborhood is computed. So could I use pyntcloud to calculate that? Thank you so much