Monocular Vision Odometry - without an additional sensor
Mostrar comentarios más antiguos
I am currentley trying to adopt the Monocular Vision Odometry example to my problem:https://de.mathworks.com/help/vision/examples/monocular-visual-odometry.html
I have a portable camera that is mounted at a fixed height (z=const). Hence, its motion is limited to the x,y-plane. When I apply the given example algorithm to my video, it shows anything else but a motion within the x,y-plane only.
Might you be able to tell me how to add a further boundary condition to that system or how to solve this issue?
I am kind of stuck.
Regards
Respuestas (2)
Sai Bhargav Avula
el 29 de Jul. de 2019
0 votos
The issue might be with the intrinsics of the camera used. Try to re-calibrate the camera. You can use the MATLAB Camera Calibrator App. Refer to the following page for calibrating the camera:-
You can use the helperFind3Dto2DCorrespondences for additional boundary conditions if required.
Niklas Hammerschmidt
el 31 de Jul. de 2019
0 votos
1 comentario
Sai Bhargav Avula
el 1 de Ag. de 2019
Editada: Sai Bhargav Avula
el 1 de Ag. de 2019
As you mentioned majorly the translation is in Z-direction. I think the trajectory is being plotted in the camera cooridnate frame. To get the translation in world frame you need to perform coordinate axis transformation.
Check out the below link for further understanding
Hope this helps !
Categorías
Más información sobre Computer Vision with Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!