Wrong Documentation for pointsToWorld?
Mostra commenti meno recenti
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 Commento
Walter Roberson
il 4 Mar 2019
I see what you mean. In practice it appears to want a fisheyeIntrinsics instead of a fisheyeParameters .
Risposte (1)
Qu Cao
il 10 Apr 2019
0 voti
You may want to use fisheyeIntrinsics in this case.
Categorie
Scopri di più su Image Category Classification in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!