-
Notifications
You must be signed in to change notification settings - Fork 45
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
Accessing rgb color for point clouds #15
Comments
Hello, |
Hi Paul, I'm also interested in being able to process colors. The main reason is, I want to access them in nearest neighbor calculations (along with other scalar fields) to calculate the mean/stdev of color channels (or a scalar field) within a radius. This is something that the main CloudCompare GUI currently doesn't do as far as I know. So a function to convert colors to scalar fields would be useful for one. I'm still trying to figure out a way to access scalar field values associated with nearest neighbor outputs (not just the point coordinates), but hopefully this is possible. |
Hi, for my use case would be enough to be able to access the colors and modify them possibily by converting them from/to numpy arrays like it is implemented now for coordinates. Best, Andrea |
Hi, |
Thanks! |
I have published a new release, see https://www.simulation.openfields.fr/ |
Hi,
is it possible to access and modify the vertex colors stored in a point cloud file through the python API? I cant see a method to do it.
Thanks
Andrea
The text was updated successfully, but these errors were encountered: