#include <particle_filter.h>
List of all members.
template<typename state_type, typename observation_type>
class annealed_particle_filter< state_type, observation_type >
Constructor & Destructor Documentation
template<typename state_type , typename observation_type >
template<typename state_type , typename observation_type >
Member Function Documentation
template<typename state_type , typename observation_type >
virtual double annealed_particle_filter< state_type, observation_type >::measure_hypothesis |
( |
state_type & |
state, |
|
|
const observation_type & |
observation | |
|
) |
| | [pure virtual] |
template<typename state_type , typename observation_type >
virtual void annealed_particle_filter< state_type, observation_type >::refresh |
( |
const observation_type & |
observation |
) |
[inline, virtual] |
template<typename state_type , typename observation_type >
void annealed_particle_filter< state_type, observation_type >::update_particles |
( |
const observation_type & |
observation, |
|
|
const double |
beta | |
|
) |
| | [inline] |
template<typename state_type , typename observation_type >
void annealed_particle_filter< state_type, observation_type >::update_weights |
( |
const observation_type & |
observation, |
|
|
const double |
beta | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: