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

Using transformation matrix #143

Open
Gold3nFox opened this issue Apr 8, 2022 · 0 comments
Open

Using transformation matrix #143

Gold3nFox opened this issue Apr 8, 2022 · 0 comments

Comments

@Gold3nFox
Copy link

After running and copying transformation matrix from terminal I'm trying to use that transformation matrix to extract color from image and add it to pcd output of velodyne lidar, I used open3d to read point cloud and extract each point which has x and y and z and transformed it with transformation matrix.
Range of each point before and after transformation is :
x: -6.706142902374268 -> 39.4197998046875
y: -65.62940216064453 -> 6.3055100440979
z: -0.8670438528060913 -> 9.03710079193
But pictures x and y is from 0 to page width pixel , 0 to page height pixel
I'm new to this and i don't really know how to use x and y and z after transformation to get that pixel from image, I assumed i should ignore z as the image is 2d.

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

1 participant