필터 지우기
필터 지우기

How to initlialize the 'RotationMatrices' property in a cameraParameters Object?

조회 수: 1 (최근 30일)
I want to generate / initialize my own cameraParamters object with the 'RotationMatrices' Property.
I'm getting this error:
'RotationMatrices' is not a recognized parameter. For a list of valid name-value pair arguments, see the documentation for this function.
cPara = cameraParameters('IntrinsicMatrix',W','RotationMatrices',R,'TranslationVectors',T);
I try to convert it to a structure, add the field and then reconvert back but to no avail.
I'm doing this to use with the bundleAdjustment function. Can someone tell me how to go about this? Thanks

채택된 답변

Walter Roberson
Walter Roberson 2017년 11월 24일
You cannot initialize that property. That property is a Dependent property, calculated from other properties, at approximately line 418 of toolbox/vision/vision/+vision/+internal/+calibration/CameraParametersImpl.m . The RotationVectors are used to compute it. The RotationVectors can be initialized.
  댓글 수: 6
BLEARGH BUNY
BLEARGH BUNY 2017년 11월 25일
편집: BLEARGH BUNY 2017년 11월 25일
Hey Walt,
Answer my other question if you can buddy, you would really be helping me out..
Thanks mate
BB
Walter Roberson
Walter Roberson 2017년 11월 25일
Sorry, I am not familiar with that topic.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by