Borrar filtros
Borrar filtros

What is internal math of the pointsToWorld() function?

1 visualización (últimos 30 días)
K M Ibrahim Khalilullah
K M Ibrahim Khalilullah el 17 de Mayo de 2017
Comentada: Santhana Raj el 22 de Mayo de 2017
I would like to know about the internal math of the pointsToWorld function.... I have image point, cameraParams, rotationMatrix and translationVector. how can i get world point?

Respuestas (1)

Santhana Raj
Santhana Raj el 17 de Mayo de 2017
PointstoWorld function does the conversion of image points to the real world representation. The real world is some times called as target. It does the reverse homography conversion of the image points.
  2 comentarios
K M Ibrahim Khalilullah
K M Ibrahim Khalilullah el 17 de Mayo de 2017
thanks for your answer. I have image point, cameraParams, rotationMatrix and translationVector. Would you explain please how can i get world point
Santhana Raj
Santhana Raj el 22 de Mayo de 2017
[Ix;Iy] = R*[x;y] +[Tx;Ty];
Ix and Iy are the image x & y coordinates. R is the rotation matrix. x and y are the original target points. Tx and Ty matrix forms the translation vector.

Iniciar sesión para comentar.

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by