39#ifndef VP_LINEAR_KALMAN_FILTER_INSTANCIATION_H
40#define VP_LINEAR_KALMAN_FILTER_INSTANCIATION_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.
error that can be emitted by ViSP classes.
@ notInitialized
Used to indicate that a parameter is not initialized.
unsigned int size_state
Size of the state vector .
unsigned int size_measure
Size of the measure vector .
void setStateModel(vpStateModel model)
vpLinearKalmanFilterInstantiation()
@ stateConstVel_MeasurePos
@ stateConstVelWithColoredNoise_MeasureVel
@ stateConstAccWithColoredNoise_MeasureVel
vpStateModel getStateModel()