How Bayesian Filter work?

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

How Bayesian Filter work?

m.omar82
Dear friends
I try to understand how Bayesian Filter work in Loop closure detection, but it is very hard to debug the rtabmap and see how Bayesian Filter can get the probabilities from the prives see location.


I study the two main articles
Appearance-Based Loop Closure Detection for Online Large-Scale and Long-Term Operation.
and
A Fast and Incremental Method for Loop-Closure Detection Using Bags of Visual Words.


but I can't figure out how it work.
if any one can support me with small example or tutorial show how it work, I will be very thanks full.
Reply | Threaded
Open this post in threaded view
|

Re: How Bayesian Filter work?

matlabbe
Administrator
Hi,

You can look at the MATLAB scripts in RTAB-Map source. Particularly, you can run the RecursiveBayes.m script for a simple example of hypothesis propagation.

The C++ code does mostly the same, but it is more complex because of the memory management approach.

cheers