Convert 2d image to 3d

10 次查看(过去 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 CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by