How is the camera coordinate system in OpenCV oriented?
Asked Answered
B

1

16

I'm trying to get the 3D coordinate of a point from the triangulation of two view. I'm not really sure if my results are correct or not.

For example I'm not really sure if the sign of the coordinates are correct because I'm not sure how the camera frame is oriented.

The z axis positive verse is entering or exiting the image plane? And x and y? Do they follow the right hand rule?

Thanks in advance for a clarification!

Barbra answered 1/8, 2013 at 7:15 Comment(0)
B
28

The coordinate system is set according to the image and the description on this webpage

The coordinate systems involved in camera calibration

Barbra answered 2/8, 2013 at 17:30 Comment(2)
So it's a left-handed coordinate with x going right, y going down, z going forward?Jukebox
Nope, it's definitely a right-handed coordinate system.Loudermilk

© 2022 - 2024 — McMap. All rights reserved.