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.
1 Comment
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/448044-wrong-documentation-for-pointstoworld#comment_677109
Direct link to this comment
https://fr.mathworks.com/matlabcentral/answers/448044-wrong-documentation-for-pointstoworld#comment_677109
Sign in to comment.