unit of translation result from estrelpose function

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

 채택된 답변

Qu Cao
Qu Cao 2023년 1월 31일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

제품

릴리스

R2022b

질문:

2023년 1월 31일

답변:

2023년 1월 31일

Community Treasure Hunt

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

Start Hunting!

Translated by