forked from HKUST-Aerial-Robotics/VINS-Mono
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The feature tracker has a parameter called stride
that lets the user select how many frames to process. If the current frame is not to be processed, it simply skips the entire feature tracking pipeline.
However, it would be better to still perform optical flow on currently tracked features -- especially in the event of fast camera motion, which could cause feature track loss if frames are skipped due to the stride
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request