Main MRPT website > C++ reference for MRPT 1.9.9
lib_mrpt_bayes.h
Go to the documentation of this file.
1 /* +---------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +---------------------------------------------------------------------------+
9  */
10 
11 /** \defgroup mrpt_bayes_grp [mrpt-bayes]
12 
13 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a
14 href="modules.html" >See all modules</a> </small> <br>
15 
16 <h2>Library <code>mrpt-bayes</code></h2>
17 <hr>
18 
19 Here there are two main family of algorithms:
20 <ul>
21 <li><b>Kalman filters:</b> A generic, templatized Kalman filter implementation
22 (includes EKF,IEKF and in the future, UKF), which only requires from the
23 programmer to provide the system models and (optinally) the Jacobians. See
24 mrpt::bayes::CKalmanFilterCapable </li> <li><b>Particle filters:</b> A set of
25 helper classes and functions to perform particle filtering. In this case the
26 algorithms are not as generic as in Kalman filtering, but the classes serve to
27 organize and unify the interface of different PF algorithms in MRPT. See
28 mrpt::bayes::CParticleFilter. </li>
29 </ul>
30 
31 See all classes in the namespace: mrpt::bayes
32 
33 */



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST