|
g2o
|
#include <Eigen/Cholesky>#include <Eigen/Core>#include <cassert>

Go to the source code of this file.
Classes | |
| struct | g2o::SigmaPoint< SampleType > |
Namespaces | |
| namespace | g2o |
Functions | |
| template<class SampleType , class CovarianceType > | |
| bool | g2o::sampleUnscented (std::vector< SigmaPoint< SampleType > > &sigmaPoints, const SampleType &mean, const CovarianceType &covariance) |
| template<class SampleType , class CovarianceType > | |
| void | g2o::reconstructGaussian (SampleType &mean, CovarianceType &covariance, const std::vector< SigmaPoint< SampleType > > &sigmaPoints) |