Wrong Documentation for pointsToWorld?

조회 수: 3 (최근 30일)
Josh Yu
Josh Yu 2019년 3월 3일
답변: Qu Cao 2019년 4월 10일
According to the pointsToWorld() function documentation, it accepts either a cameraParameters object or fisheyeParameters object.
However when I give it a fisheyeParameters object, it says:
Undefined function 'pointsToWorld' for input arguments of type 'fisheyeParameters'.
Error in planar_measurement (line 84)
testPointWorld = pointsToWorld(cameraParams, R, t, testPoint);
Is the documentation wrong? I've attached a screenshot of the error message below.
Capture.PNG
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 3월 4일
I see what you mean. In practice it appears to want a fisheyeIntrinsics instead of a fisheyeParameters .

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

답변 (1개)

Qu Cao
Qu Cao 2019년 4월 10일
You may want to use fisheyeIntrinsics in this case.

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by