Visual Servoing Platform
version 3.6.1 under development (2024-11-21)
|
#include <visp3/core/vpParticleFilter.h>
Public Attributes | |
std::vector< vpColVector > | m_particles |
std::vector< double > | m_weights |
Structure of vectors for which the i^th element of the weights vector is associated to the i^th element of the particles vectors.
Definition at line 103 of file vpParticleFilter.h.
std::vector<vpColVector> vpParticleFilter< MeasurementsType >::vpParticlesWithWeights::m_particles |
Particles vector
Definition at line 105 of file vpParticleFilter.h.
Referenced by vpParticleFilter< MeasurementsType >::simpleImportanceResampling(), and vpParticleFilter< MeasurementsType >::update().
std::vector<double> vpParticleFilter< MeasurementsType >::vpParticlesWithWeights::m_weights |
Weights vector.
Definition at line 106 of file vpParticleFilter.h.
Referenced by vpParticleFilter< MeasurementsType >::simpleImportanceResampling(), and vpParticleFilter< MeasurementsType >::update().