How to modify cameraParameters
Ältere Kommentare anzeigen
Hello,
I would like to knwo how to change the extrinsic parameters in cameraParameters because my code below doesn't work (RotationMatrices isn't recognize but it is an input argument)
Thank you for your answer!
IntrinsicMatrix = [fx 0 0;0 fy 0;x0 y0 1];
cameraParams3 = cameraParameters('IntrinsicMatrix',IntrinsicMatrix, 'RotationMatrices', rotm3);
imagePoints = worldToImage(cameraParams3,rotm3,t3,[X Y Z]);
1 Kommentar
rem9818
am 12 Jul. 2019
Antworten (1)
泽田 陈
am 9 Nov. 2021
0 Stimmen
I meet the same problem now,do you have solved it?
Kategorien
Mehr zu MATLAB Support Package for USB Webcams finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!