What is internal math of the pointsToWorld() function?

조회 수: 3 (최근 30일)
K M Ibrahim Khalilullah
K M Ibrahim Khalilullah 2017년 5월 17일
댓글: Santhana Raj 2017년 5월 22일
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?

답변 (1개)

Santhana Raj
Santhana Raj 2017년 5월 17일
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
K M Ibrahim Khalilullah
K M Ibrahim Khalilullah 2017년 5월 17일
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 2017년 5월 22일
[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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by