#include <pcl/tracking/impl/tracking.hpp>
Definition at line 252 of file tracking.hpp.
◆ ParticleXYZR() [1/3]
pcl::tracking::ParticleXYZR::ParticleXYZR |
( |
| ) |
|
|
inline |
◆ ParticleXYZR() [2/3]
pcl::tracking::ParticleXYZR::ParticleXYZR |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z |
|
) |
| |
|
inline |
◆ ParticleXYZR() [3/3]
pcl::tracking::ParticleXYZR::ParticleXYZR |
( |
float |
_x, |
|
|
float |
_y, |
|
|
float |
_z, |
|
|
float |
, |
|
|
float |
_pitch, |
|
|
float |
|
|
) |
| |
|
inline |
◆ operator[]()
float pcl::tracking::ParticleXYZR::operator[] |
( |
unsigned int |
i | ) |
|
|
inline |
◆ sample()
void pcl::tracking::ParticleXYZR::sample |
( |
const std::vector< double > & |
mean, |
|
|
const std::vector< double > & |
cov |
|
) |
| |
|
inline |
◆ stateDimension()
static int pcl::tracking::ParticleXYZR::stateDimension |
( |
| ) |
|
|
inlinestatic |
◆ toEigenMatrix()
Eigen::Affine3f pcl::tracking::ParticleXYZR::toEigenMatrix |
( |
| ) |
const |
|
inline |
◆ toState()
static ParticleXYZR pcl::tracking::ParticleXYZR::toState |
( |
const Eigen::Affine3f & |
trans | ) |
|
|
inlinestatic |
◆ weightedAverage()
template<class InputIterator >
static ParticleXYZR pcl::tracking::ParticleXYZR::weightedAverage |
( |
InputIterator |
first, |
|
|
InputIterator |
last |
|
) |
| |
|
inlinestatic |
◆ zero()
void pcl::tracking::ParticleXYZR::zero |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file: