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 CenterFile Exchange에서 MATLAB 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