43 #ifndef vpLinearKalmanFilterInstantiation_h
44 #define vpLinearKalmanFilterInstantiation_h
46 #include <visp/vpKalmanFilter.h>
93 setStateModel(unknown);
106 inline void setStateModel(vpStateModel model);
108 void initFilter(
unsigned int nsignal,
vpColVector &sigma_state,
109 vpColVector &sigma_measure,
double rho,
double dt);
114 void initStateConstVel_MeasurePos(
unsigned int nsignal,
118 void initStateConstVelWithColoredNoise_MeasureVel(
unsigned int nsignal,
126 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)
This class provides a generic Kalman filtering algorithm along with some specific state model (consta...