Skip to content
New issue

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

get normals and color from pointcloud #89

Open
mariolino007 opened this issue Jan 16, 2024 · 1 comment
Open

get normals and color from pointcloud #89

mariolino007 opened this issue Jan 16, 2024 · 1 comment

Comments

@mariolino007
Copy link

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

@tmontaigu
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants