Replies: 1 comment 2 replies
-
If you are trying to convert from numpy to PointCloud, you can try:- http://www.open3d.org/docs/release/python_api/open3d.utility.Vector3dVector.html Note: you can add color of pointcloud in same way as
Result:- |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear community,
I am trying to access points in the form of Numpy XYZ array from the following block of code for the main points cloud(
point_cloud
) and the boundary points(boundaries
) which have the same data structure. How can I do that?when running the variables I get the following:
Beta Was this translation helpful? Give feedback.
All reactions