CloudCompare-PythonPlugin icon indicating copy to clipboard operation
CloudCompare-PythonPlugin copied to clipboard

get normals and color from pointcloud

Open mariolino007 opened this issue 1 year ago • 1 comments

hello, is there a function to import normal and RGB colour values from a point cloud thank you very much !!

mariolino007 avatar Jan 16 '24 18:01 mariolino007

Hello,

To get the colors value you have the colors method that returns a numpy array

point_cloud.colors()

For normals its not yet possible to extract them,

It should however be possible to add the function exportNormalToSF, so that normals appears as scalar field which you can then retrieve

tmontaigu avatar Jan 22 '24 22:01 tmontaigu