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 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