43 #ifndef vpLinearKalmanFilterInstantiation_h
44 #define vpLinearKalmanFilterInstantiation_h
46 #include <visp/vpKalmanFilter.h>
107 inline void setStateModel(vpStateModel model);
109 void initFilter(
unsigned int nsignal,
vpColVector &sigma_state,
110 vpColVector &sigma_measure,
double rho,
double dt);
115 void initStateConstVel_MeasurePos(
unsigned int nsignal,
119 void initStateConstVelWithColoredNoise_MeasureVel(
unsigned int nsignal,
127 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()
Class that provides a data structure for the column vectors as well as a set of operations on these v...
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...