Is there a way to disable monovslam frame skipping?
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!