How do I interprete Camera extrinsic parameters?

1 Ansicht (letzte 30 Tage)
SATISH SONWANE
SATISH SONWANE am 11 Nov. 2022
Bearbeitet: Matt J am 28 Nov. 2022
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?

Antworten (1)

Matt J
Matt J am 28 Nov. 2022
Bearbeitet: Matt J am 28 Nov. 2022
cameraLocation = -camExtrinsics.Translation/camExtrinsics.R;
or in other words if , the optical center is at .

Kategorien

Mehr zu MATLAB Support Package for USB Webcams finden Sie in Help Center und File Exchange

Produkte


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by