Wrong Documentation for pointsToWorld?

1 visualización (últimos 30 días)
Josh Yu
Josh Yu el 3 de Mzo. de 2019
Respondida: Qu Cao el 10 de Abr. de 2019
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 comentario
Walter Roberson
Walter Roberson el 4 de Mzo. de 2019
I see what you mean. In practice it appears to want a fisheyeIntrinsics instead of a fisheyeParameters .

Iniciar sesión para comentar.

Respuestas (1)

Qu Cao
Qu Cao el 10 de Abr. de 2019
You may want to use fisheyeIntrinsics in this case.

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by