Why does stereo calibration app provide result in zyx coordinates instead of xyz
1 次查看(过去 30 天)
显示 更早的评论
I have two identical camera setup and performed calibration on them. The resulting camera centric graph is as shown.
As can be seen, the Z axis has value of around 480mm, and x axis has value of around -570mm. But when the same is exported, stores the values in zyx format as shown below
The first value which should ideally correspond to x value of 550, but it shows the z value first followed y & x. Does translation get saved as zyx instead of xyz.
Also, x axis value has negative in figure1 which is missing in translation.Can someone explain how the two values are supposed to be interpreted?
0 个评论
回答(1 个)
Vinayak
2022-11-16
The issue is that we have a specific convention for representing the intrinsic matrix and image transforms that differ from the standard "text book" convention.
Firstly, I would like for you to go through the following doc page that describes the camera matrix:
We have functions, cameraMatrix and extrinsics, that can be used to get the properly formatted matrices. You may also open these files and see how exactly the data is configured
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!