How do I interprete Camera extrinsic parameters?

조회 수: 2 (최근 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 CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by