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