Main MRPT website > C++ reference for MRPT 1.5.6
Classes | Namespaces | Enumerations
[mrpt-bayes]

Detailed Description

Back to list of all libraries | See all modules

Library mrpt-bayes


Here there are two main family of algorithms:

See all classes in the namespace: mrpt::bayes

Note: As of MRPT 0.9.1, the particle filter stuff is actually implemented in the lib mrpt-base, but users are encouraged to depend on mrpt-bayes since it implies mrpt-base, and in the future it's desirable to have all mrpt::bayes classes in this lib.

Collaboration diagram for [mrpt-bayes]:

Classes

struct  mrpt::bayes::TKF_options
 Generic options for the Kalman Filter algorithm in itself. More...
 
class  mrpt::bayes::CKalmanFilterCapable< VEH_SIZE, OBS_SIZE, FEAT_SIZE, ACT_SIZE, KFTYPE >
 Virtual base for Kalman Filter (EKF,IEKF,UKF) implementations. More...
 
class  mrpt::bayes::CRejectionSamplingCapable< TStateSpace >
 A base class for implementing rejection sampling in a generic state space. More...
 

Namespaces

 mrpt::bayes
 The namespace for Bayesian filtering algorithm: different particle filters and Kalman filter algorithms.
 

Enumerations

enum  mrpt::bayes::TKFMethod { mrpt::bayes::kfEKFNaive = 0, mrpt::bayes::kfEKFAlaDavison, mrpt::bayes::kfIKFFull, mrpt::bayes::kfIKF }
 The Kalman Filter algorithm to employ in bayes::CKalmanFilterCapable For further details on each algorithm see the tutorial: http://www.mrpt.org/Kalman_Filters. More...
 

Enumeration Type Documentation

◆ TKFMethod

The Kalman Filter algorithm to employ in bayes::CKalmanFilterCapable For further details on each algorithm see the tutorial: http://www.mrpt.org/Kalman_Filters.

See also
bayes::CKalmanFilterCapable::KF_options
Enumerator
kfEKFNaive 
kfEKFAlaDavison 
kfIKFFull 
kfIKF 

Definition at line 40 of file CKalmanFilterCapable.h.




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