How to find 3D coordinates of point in 2D image?

조회 수: 6 (최근 30일)
Varun Gupta
Varun Gupta 2018년 4월 23일
댓글: Meera chandran 2018년 9월 7일
I want to find the three dimensional coordinates of 2D image by two camera.So i want to know the geometry which used in Matlab for solving this.

답변 (1개)

Florian Morsch
Florian Morsch 2018년 4월 26일
If you want to know the algorithms behind the operations taken you can use
edit YourFunctionYouWantToSee
to look into the calculations.
  댓글 수: 2
Varun Gupta
Varun Gupta 2018년 4월 26일
Thank you for your response.
Actually i applied the algorithm related to focal length, base line and disparity but did not find the exact value and got error in the result.
"edit YourFunctionYouWantToSee" How it works?
Florian Morsch
Florian Morsch 2018년 4월 26일
With edit 'FunctionName' you can look into the code for the function you are inserting. For example with
edit extrinsicsToCameraPose
you can see whats behind the function extrinsicsToCameraPose(). With this you can search the function you want for the maths / geometric calculations you need. With extrinsicsToCameraPose(R, t) you get the orientation and location parameter of your camera, so i think the coding behind the function is what you are looking for.

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

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by