Visual Servoing Platform
version 3.6.1 under development (2024-11-21)
|
#include <visp3/core/vpUKSigmaDrawerAbstract.h>
Public Attributes | |
std::vector< double > | m_wm |
std::vector< double > | m_wc |
The weights corresponding to the sigma points drawing.
Definition at line 56 of file vpUKSigmaDrawerAbstract.h.
std::vector<double> vpUKSigmaDrawerAbstract::vpSigmaPointsWeights::m_wc |
The weights for the computation of the covariance.
Definition at line 59 of file vpUKSigmaDrawerAbstract.h.
Referenced by vpUKSigmaDrawerMerwe::computeWeights(), and vpUnscentedKalman::predict().
std::vector<double> vpUKSigmaDrawerAbstract::vpSigmaPointsWeights::m_wm |
The weights for the computation of the mean.
Definition at line 58 of file vpUKSigmaDrawerAbstract.h.
Referenced by vpUKSigmaDrawerMerwe::computeWeights(), and vpUnscentedKalman::predict().