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

Definition of x,y,z #2

Closed
jora-blum opened this issue May 29, 2020 · 1 comment
Closed

Definition of x,y,z #2

jora-blum opened this issue May 29, 2020 · 1 comment

Comments

@jora-blum
Copy link

jora-blum commented May 29, 2020

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?

@Coimbra1984
Copy link
Collaborator

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())

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