g2o
Classes | Namespaces | Functions
unscented.h File Reference
#include <Eigen/Core>
#include <Eigen/Cholesky>
#include <Eigen/StdVector>
Include dependency graph for unscented.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  g2o::SigmaPoint< SampleType >
 

Namespaces

 g2o
 

Functions

template<class SampleType , class CovarianceType >
bool g2o::sampleUnscented (std::vector< SigmaPoint< SampleType >, Eigen::aligned_allocator< 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 >, Eigen::aligned_allocator< SigmaPoint< SampleType > > > &sigmaPoints)