Wrong Documentation for pointsToWorld?

1 次查看(过去 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.

类别

Help CenterFile Exchange 中查找有关 Computer Vision with Simulink 的更多信息

产品


版本

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by