Visual Servoing Platform  version 3.6.1 under development (2024-11-21)
vpUnscentedKalman Member List

This is the complete list of members for vpUnscentedKalman, including all inherited members.

filter(const vpColVector &z, const double &dt, const vpColVector &u=vpColVector())vpUnscentedKalman
getPest() constvpUnscentedKalmaninline
getPpred() constvpUnscentedKalmaninline
getXest() constvpUnscentedKalmaninline
getXpred() constvpUnscentedKalmaninline
init(const vpColVector &mu0, const vpMatrix &P0)vpUnscentedKalman
predict(const double &dt, const vpColVector &u=vpColVector())vpUnscentedKalman
setCommandOnlyFunction(const vpCommandOnlyFunction &b)vpUnscentedKalmaninline
setCommandStateFunction(const vpCommandStateFunction &bx)vpUnscentedKalmaninline
setMeasurementCovariance(const vpMatrix &R)vpUnscentedKalmaninline
setMeasurementMeanFunction(const vpMeanFunction &meanFunc)vpUnscentedKalmaninline
setMeasurementResidualFunction(const vpAddSubFunction &measResFunc)vpUnscentedKalmaninline
setProcessCovariance(const vpMatrix &Q)vpUnscentedKalmaninline
setStateAddFunction(const vpAddSubFunction &stateAddFunc)vpUnscentedKalmaninline
setStateMeanFunction(const vpMeanFunction &meanFunc)vpUnscentedKalmaninline
setStateResidualFunction(const vpAddSubFunction &stateResFunc)vpUnscentedKalmaninline
simpleAdd(const vpColVector &a, const vpColVector &toAdd)vpUnscentedKalmaninlinestatic
simpleMean(const std::vector< vpColVector > &vals, const std::vector< double > &wm)vpUnscentedKalmaninlinestatic
simpleResidual(const vpColVector &a, const vpColVector &toSubtract)vpUnscentedKalmaninlinestatic
update(const vpColVector &z)vpUnscentedKalman
vpAddSubFunction typedefvpUnscentedKalman
vpCommandOnlyFunction typedefvpUnscentedKalman
vpCommandStateFunction typedefvpUnscentedKalman
vpMeanFunction typedefvpUnscentedKalman
vpMeasurementFunction typedefvpUnscentedKalman
vpProcessFunction typedefvpUnscentedKalman
vpUnscentedKalman(const vpMatrix &Q, const vpMatrix &R, std::shared_ptr< vpUKSigmaDrawerAbstract > &drawer, const vpProcessFunction &f, const vpMeasurementFunction &h)vpUnscentedKalman