what is the mathematics involved behind "pointsToWorld" command?

조회 수: 1 (최근 30일)
MOHIT
MOHIT 2016년 8월 19일
편집: Qu Cao 2020년 8월 16일
What is the formula which converts image points to world points using "pointsToWorld" command?

답변 (1개)

Jeevan Joishi
Jeevan Joishi 2016년 8월 24일
Hi Mohit,
The function pointsToWorld is under a class named cameraParameters. You can refer to the code provided in the class to understand the mathematics involved behind converting co-ordinates in an image to world co-ordinates. You can execute the following command to see the class definition --
>> edit cameraParameters.m
Additionally, the function can also be accessed from MATLAB Command Prompt by executing the following command -
>> edit cameraParameters.pointsToWorld
Regards.
  댓글 수: 2
MOHIT
MOHIT 2016년 8월 24일
편집: MOHIT 2016년 8월 24일
Thank You! for your answer, I saw this code and I was thinking that if there is any published paper on this method because in this code nowhere calculation/formulas are shown. Also, so many unknown functions (to me) are used in this script.
Qu Cao
Qu Cao 2020년 8월 16일
편집: Qu Cao 2020년 8월 16일
Since R2020a, you can do
>> edit pointsToWorld

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

카테고리

Help CenterFile Exchange에서 Camera Views에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by