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 件のコメント
Meera chandran
Meera chandran 2018 年 9 月 7 日
Did you find any solutiomn for 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 Center および File ExchangeMATLAB 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