Borrar filtros
Borrar filtros

what is the mathematics involved behind "pointsToWorld" command?

1 visualización (últimos 30 días)
MOHIT
MOHIT el 19 de Ag. de 2016
Editada: Qu Cao el 16 de Ag. de 2020
What is the formula which converts image points to world points using "pointsToWorld" command?

Respuestas (1)

Jeevan Joishi
Jeevan Joishi el 24 de Ag. de 2016
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 comentarios
MOHIT
MOHIT el 24 de Ag. de 2016
Editada: MOHIT el 24 de Ag. de 2016
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 el 16 de Ag. de 2020
Editada: Qu Cao el 16 de Ag. de 2020
Since R2020a, you can do
>> edit pointsToWorld

Iniciar sesión para comentar.

Categorías

Más información sobre Camera Views en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by