Main MRPT website > C++ reference for MRPT 1.5.6
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-2017, 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 /** \defgroup mrpt_bayes_grp [mrpt-bayes]
11 
12 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a href="modules.html" >See all modules</a> </small>
13 <br>
14 
15 <h2>Library <code>mrpt-bayes</code></h2>
16 <hr>
17 
18 Here there are two main family of algorithms:
19 <ul>
20 <li><b>Kalman filters:</b> A generic, templatized Kalman filter implementation (includes EKF,IEKF and in the future, UKF), which
21 only requires from the programmer to provide the system models and (optinally) the Jacobians. See mrpt::bayes::CKalmanFilterCapable </li>
22 <li><b>Particle filters:</b> A set of helper classes and functions to perform particle filtering. In this case the
23 algorithms are not as generic as in Kalman filtering, but the classes serve to organize and unify the interface of different
24 PF algorithms in MRPT. See mrpt::bayes::CParticleFilter. </li>
25 </ul>
26 
27 See all classes in the namespace: mrpt::bayes
28 
29 
30 <small>Note: As of MRPT 0.9.1, the particle filter stuff is actually implemented
31 in the lib mrpt-base, but users are encouraged to depend on mrpt-bayes since it
32 implies mrpt-base, and in the future it's desirable to have all mrpt::bayes
33 classes in this lib. </small>
34 
35 */
36 



Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019