We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, is there a function to import normal and RGB colour values from a point cloud thank you very much !!
The text was updated successfully, but these errors were encountered:
Hello,
To get the colors value you have the colors method that returns a numpy array
colors
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
exportNormalToSF
Sorry, something went wrong.
No branches or pull requests
hello,
is there a function to import normal and RGB colour values from a point cloud
thank you very much !!
The text was updated successfully, but these errors were encountered: