フィルターのクリア

Why does stereo calibration app provide result in zyx coordinates instead of xyz

2 ビュー (過去 30 日間)
Suraj Sudhakar
Suraj Sudhakar 2022 年 11 月 2 日
回答済み: Vinayak 2022 年 11 月 16 日
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?

回答 (1 件)

Vinayak
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

カテゴリ

Help Center および File ExchangeCamera Calibration についてさらに検索

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by