フィルターのクリア

Convert 2d image to 3d

19 ビュー (過去 30 日間)
Dekel Mashiach
Dekel Mashiach 2022 年 6 月 6 日
コメント済み: Matt J 2022 年 6 月 11 日
Hi;
I'm trynig to convert 2d image to 3d with the intrinsic matrix, I expect to get in the x-axis the distance in millimeters and do not understand why it does not work. hope someone can help..

採用された回答

Matt J
Matt J 2022 年 6 月 6 日
編集済み: Matt J 2022 年 6 月 6 日
You cannot recover a 3D point from only a single 2D projection of that point. This is because every point [X,Y,Z] along the line of sight from the camera to [u,v] also maps to [u,v] according to the equation you've shown. Because it is a many-to-one mapping from [X,Y,Z] to [u,v], you cannot invert the equation uniquely.
  35 件のコメント
Dekel Mashiach
Dekel Mashiach 2022 年 6 月 11 日
Given that I placed the correct R_T, after normalizing what is the next step I need to do for u, v?
Matt J
Matt J 2022 年 6 月 11 日
Everything you have now is correct except for R_T.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFeature Detection and Extraction についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by