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!