what is the mathematics involved behind "pointsToWorld" command?
1 回表示 (過去 30 日間)
古いコメントを表示
What is the formula which converts image points to world points using "pointsToWorld" command?
0 件のコメント
回答 (1 件)
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.
参考
カテゴリ
Help Center および File 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!