How to improve odom hz

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to improve odom hz

user1245
Hi,
what is the way to improve odom hz? Decrease the features extracted for frame?

Is it possible to get over 15 hz?
Thank you
Reply | Threaded
Open this post in threaded view
|

Re: How to improve odom hz

matlabbe
Administrator
This post was updated on .
We can by using more powerful hardware, or by tuning down parameters at the
cost of having less accurate odometry. About features, you can try with
smaller "Vis/MaxFeatures" (default 1000). It depends also on the image
resolution, if you are using 1080p images, it is likely to be slower. Try
with 480p resolution.

You can also swith to Frame-To-Frame odometry with Odom/Strategy=1, and
using optical flow for feature tracking: Vis/CorType=1. This approach
corresponds to F2F in of this paper
(see tables 3, 6 and 7 for average time), while the default one is F2M.

cheers,
Mathieu