Main MRPT website
>
C++ reference
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
lib_mrpt_bayes.h
Go to the documentation of this file.
1
/** \defgroup mrpt_bayes_grp [mrpt-bayes]
2
3
<small> <a href="index.html#libs">Back to list of all libraries</a> | <a href="modules.html" >See all modules</a> </small>
4
<br>
5
6
<h2>Library <code>mrpt-bayes</code></h2>
7
<hr>
8
9
Here there are two main family of algorithms:
10
<ul>
11
<li><b>Kalman filters:</b> A generic, templatized Kalman filter implementation (includes EKF,IEKF and in the future, UKF), which
12
only requires from the programmer to provide the system models and (optinally) the Jacobians. See mrpt::bayes::CKalmanFilterCapable </li>
13
<li><b>Particle filters:</b> A set of helper classes and functions to perform particle filtering. In this case the
14
algorithms are not as generic as in Kalman filtering, but the classes serve to organize and unify the interface of different
15
PF algorithms in MRPT. See mrpt::bayes::CParticleFilter. </li>
16
</ul>
17
18
See all classes in the namespace: mrpt::bayes
19
20
21
<small>Note: As of MRPT 0.9.1, the particle filter stuff is actually implemented
22
in the lib mrpt-base, but users are encouraged to depend on mrpt-bayes since it
23
implies mrpt-base, and in the future it's desirable to have all mrpt::bayes
24
classes in this lib. </small>
25
26
*/
27
Page generated by
Doxygen 1.8.3
for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013