How can I set cameraParameters?

2 visualizaciones (últimos 30 días)
Bowen Xiao
Bowen Xiao el 14 de Nov. de 2020
Respondida: Uday Pradhan el 15 de Nov. de 2020
RotationMatrices = [1 1 1;1 1 1;1 1 1];
TranslationVectors=[1 1 1];
cameraParams = cameraParameters('RotationMatrices',RotationMatrices,'TranslationVectors',TranslationVectors);
When I want to run this code, there is an error: RotationMatrices are not in the parameter list .
However, the cameraParameters function's web page has this property.
I can only set TranslationVectors and RotationVectors, but I don't know how to transfer them.

Respuestas (1)

Uday Pradhan
Uday Pradhan el 15 de Nov. de 2020
Hi Bowen,
The RotationMatrices is a read - only property and cannot be set in the manner you are expecting. I think this answer will make it more clear as to how you may find a workaround: link. Hope this helps!

Categorías

Más información sobre Computer Vision Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by