Wrong Documentation for pointsToWorld?

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 日

0 投票

You may want to use fisheyeIntrinsics in this case.

製品

リリース

R2018b

質問済み:

2019 年 3 月 3 日

回答済み:

2019 年 4 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by