You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documents state that the values for x,y,z form a 3D point cloud. But x and y are themselves a 2D array and not a 1D vector. How can I get the 3D point cloud?
The text was updated successfully, but these errors were encountered:
The 3D imager has a resolution of 352*286 active pixels. This shape is represented in the vector shape of x, y and z arrays.
Nevertheless the 3D point cloud are these x, y and z arrays. You can flatten the arrays, if you wish to (x.flatten(), y.flatten(), z.flatten())
The documents state that the values for x,y,z form a 3D point cloud. But x and y are themselves a 2D array and not a 1D vector. How can I get the 3D point cloud?
The text was updated successfully, but these errors were encountered: