Is there a way to disable monovslam frame skipping?

2 visualizaciones (últimos 30 días)
Coleman
Coleman el 1 de Feb. de 2025
Respondida: Mahdi el 4 de Feb. de 2025
I need to extract poses from each frame in a set of images I'm running visual slam on in real time. It seems that monovslam automatically skipps frames when there's too much overlap with previously viewed images. 'SkipMaxFrames'can be set to a minimum of 1. Is there a way to disable this complelety?

Respuestas (1)

Mahdi
Mahdi el 4 de Feb. de 2025
Hello Coleman,
Setting SkipMaxFrames=1 will provide you with most of the poses after the initialization is successful (you can verify this by checking the output IDs of poses(vslam)). However, we can't guarantee that you will receive a pose for each image because some of them are discarded in the background. This is because, as you noted, they don't contain significant changes in POV. This was done to achieve the real-time performance of monovslam.
What's your use case here? Maybe we can suggest a different solution.
Thanks,
-Mahdi

Categorías

Más información sobre Point Cloud Processing en Help Center y File Exchange.

Productos


Versión

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by