How do I interprete Camera extrinsic parameters?

1 回表示 (過去 30 日間)
SATISH SONWANE
SATISH SONWANE 2022 年 11 月 11 日
編集済み: Matt J 2022 年 11 月 28 日
As per this link, the extrinsic parameters consist of a rotation, R, and a translation, t. The origin of the camera’s coordinate system is at its optical center and its x- and y-axis define the image plane.
However when I tried this example. The Z value of translation matrix 't' and Z value of 'cameraLocation' don't match.
Are they not the same? If not how do we define cameraLocation?

回答 (1 件)

Matt J
Matt J 2022 年 11 月 28 日
編集済み: Matt J 2022 年 11 月 28 日
cameraLocation = -camExtrinsics.Translation/camExtrinsics.R;
or in other words if , the optical center is at .

カテゴリ

Help Center および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

製品


リリース

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by