How can I set cameraParameters?
조회 수: 3 (최근 30일)
이전 댓글 표시
RotationMatrices = [1 1 1;1 1 1;1 1 1];
TranslationVectors=[1 1 1];
cameraParams = cameraParameters('RotationMatrices',RotationMatrices,'TranslationVectors',TranslationVectors);
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.
댓글 수: 0
답변 (1개)
Uday Pradhan
2020년 11월 15일
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!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!