Is there a way to disable monovslam frame skipping?

조회 수: 2 (최근 30일)
Coleman
Coleman 2025년 2월 1일
답변: Mahdi 2025년 2월 4일
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?

답변 (1개)

Mahdi
Mahdi 2025년 2월 4일
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

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by