How to modify cameraParameters

2 visualizaciones (últimos 30 días)
rem9818
rem9818 el 10 de Jul. de 2019
Respondida: 泽田 陈 el 9 de Nov. de 2021
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 comentario
rem9818
rem9818 el 12 de Jul. de 2019
Please, anyone know how to change these parameters manually ?

Iniciar sesión para comentar.

Respuestas (1)

泽田 陈
泽田 陈 el 9 de Nov. de 2021
I meet the same problem now,do you have solved it?

Categorías

Más información sobre MATLAB Support Package for USB Webcams en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by