フィルターのクリア

What is internal math of the pointsToWorld() function?

4 ビュー (過去 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 Center および File ExchangeRead, 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