|
MRPT
1.9.9
|
Back to list of all libraries | See all modules
mrpt-bayesHere there are two main family of algorithms:
See all classes in the namespace: 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::CParticleFilter |
| This class acts as a common interface to the different interfaces (see CParticleFilter::TParticleFilterAlgorithm) any bayes::CParticleFilterCapable class can implement: it is the invoker of particle filter algorithms. More... | |
| class | mrpt::bayes::CParticleFilterCapable |
| This virtual class defines the interface that any particles based PDF class must implement in order to be executed by a mrpt::bayes::CParticleFilter. More... | |
| struct | mrpt::bayes::CParticleFilterDataImpl< Derived, particle_list_t > |
| A curiously recurring template pattern (CRTP) approach to providing the basic functionality of any CParticleFilterData<> class. More... | |
| class | mrpt::bayes::CParticleFilterData< T, STORAGE > |
| This template class declares the array of particles and its internal data, managing some memory-related issues and providing an easy implementation of virtual methods required for implementing a CParticleFilterCapable. More... | |
| struct | mrpt::bayes::CProbabilityParticle< T, STORAGE > |
| A template class for holding a the data and the weight of a particle. More... | |
| class | mrpt::bayes::CRejectionSamplingCapable< TStateSpace, STORAGE > |
| A base class for implementing rejection sampling in a generic state space. More... | |
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... | |
| enum class | mrpt::bayes::particle_storage_mode { mrpt::bayes::VALUE , mrpt::bayes::POINTER } |
| use for CProbabilityParticle More... | |
|
strong |
use for CProbabilityParticle
| Enumerator | |
|---|---|
| VALUE | |
| POINTER | |
Definition at line 18 of file CProbabilityParticle.h.
The Kalman Filter algorithm to employ in bayes::CKalmanFilterCapable For further details on each algorithm see the tutorial: http://www.mrpt.org/Kalman_Filters.
| Enumerator | |
|---|---|
| kfEKFNaive | |
| kfEKFAlaDavison | |
| kfIKFFull | |
| kfIKF | |
Definition at line 40 of file CKalmanFilterCapable.h.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 814d80880 Fri Aug 24 01:51:28 2018 +0200 at mar 26 may 2026 12:30:59 CEST |