How to modify cameraParameters

2 ビュー (過去 30 日間)
rem9818
rem9818 2019 年 7 月 10 日
回答済み: 泽田 陈 2021 年 11 月 9 日
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 件のコメント
rem9818
rem9818 2019 年 7 月 12 日
Please, anyone know how to change these parameters manually ?

サインインしてコメントする。

回答 (1 件)

泽田 陈
泽田 陈 2021 年 11 月 9 日
I meet the same problem now,do you have solved it?

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by