00001 /** \defgroup mrpt_bayes_grp [mrpt-bayes] 00002 00003 <small> <a href="index.html#libs">Back to list of all libraries</a> | <a href="modules.html" >See all modules</a> </small> 00004 <br> 00005 00006 <h2>Library <code>mrpt-bayes</code></h2> 00007 <hr> 00008 00009 Here there are two main family of algorithms: 00010 <ul> 00011 <li><b>Kalman filters:</b> A generic, templatized Kalman filter implementation (includes EKF,IEKF and in the future, UKF), which 00012 only requires from the programmer to provide the system models and (optinally) the Jacobians. See mrpt::bayes::CKalmanFilterCapable </li> 00013 <li><b>Particle filters:</b> A set of helper classes and functions to perform particle filtering. In this case the 00014 algorithms are not as generic as in Kalman filtering, but the classes serve to organize and unify the interface of different 00015 PF algorithms in MRPT. See mrpt::bayes::CParticleFilter. </li> 00016 </ul> 00017 00018 See all classes in the namespace: mrpt::bayes 00019 00020 00021 <small>Note: As of MRPT 0.9.1, the particle filter stuff is actually implemented 00022 in the lib mrpt-base, but users are encouraged to depend on mrpt-bayes since it 00023 implies mrpt-base, and in the future it's desirable to have all mrpt::bayes 00024 classes in this lib. </small> 00025 00026 */ 00027
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |