39 #ifndef vpLinearKalmanFilterInstantiation_h
40 #define vpLinearKalmanFilterInstantiation_h
42 #include <visp3/core/vpKalmanFilter.h>
96 inline void setStateModel(vpStateModel model);
98 void initFilter(
unsigned int nsignal,
vpColVector &sigma_state,
vpColVector &sigma_measure,
double rho,
double dt);
103 void initStateConstVel_MeasurePos(
unsigned int nsignal,
vpColVector &sigma_state,
vpColVector &sigma_measure,
105 void initStateConstVelWithColoredNoise_MeasureVel(
unsigned int nsignal,
vpColVector &sigma_state,
111 void initStateConstAccWithColoredNoise_MeasureVel(
unsigned int nsignal,
vpColVector &sigma_state,
112 vpColVector &sigma_measure,
double rho,
double dt);
Implementation of column vector and the associated operations.
This class provides a generic Kalman filtering algorithm along with some specific state model (consta...
unsigned int size_state
Size of the state vector .
unsigned int size_measure
Size of the measure vector .
This class provides an implementation of some specific linear Kalman filters.
void setStateModel(vpStateModel model)
vpLinearKalmanFilterInstantiation()
@ stateConstVel_MeasurePos
@ stateConstVelWithColoredNoise_MeasureVel
@ stateConstAccWithColoredNoise_MeasureVel
vpStateModel getStateModel()