unit of translation result from estrelpose function
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Muhammad Ihsan Al Hafiz
el 31 de En. de 2023
Respondida: Qu Cao
el 31 de En. de 2023
Hi everyone,
Recently i have tried the example for https://se.mathworks.com/help/vision/ug/monocular-visual-odometry.html, and i used in my own case. But, I ended up with confusion about the unit of translation that produced by estrelpose function in helperEstimateRelativePose. Could anyone give me clue about that? because i try to search until rigidform3d type, but can not find a clear explanation about this. Thank you
0 comentarios
Respuesta aceptada
Qu Cao
el 31 de En. de 2023
As the documentation of estrelpose says, the function calculates the camera location up to an unknow scale. This is becuase you are estimating the relative pose from two monocular images which cannot give you the actual dimension. The norm of the translation should be equal to 1, i.e, norm(relativePose.Translation)=1.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Computer Vision Toolbox 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!