OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
osvr::kalman::ReconstructedDistributionFromSigmaPoints< XformedDim, SigmaPointsGenType > Class Template Reference

Public Types

using SigmaPointsGen = SigmaPointsGenType
 
using TransformedSigmaPointsMat = types::Matrix< XformedDim, NumSigmaPoints >
 
using CrossCovMatrix = types::Matrix< OriginalDimension, DIMENSION >
 
using MeanVec = types::Vector< XformedDim >
 
using CovMat = types::SquareMatrix< XformedDim >
 

Public Member Functions

 ReconstructedDistributionFromSigmaPoints (SigmaPointsGen const &sigmaPoints, TransformedSigmaPointsMat const &xformedPointsMat)
 
MeanVec const & getMean () const
 
CovMat const & getCov () const
 
CrossCovMatrix const & getCrossCov () const
 

Static Public Attributes

static const std::size_t DIMENSION = XformedDim
 
static const std::size_t NumSigmaPoints
 
static const types::DimensionType OriginalDimension
 

Detailed Description

template<std::size_t XformedDim, typename SigmaPointsGenType>
class osvr::kalman::ReconstructedDistributionFromSigmaPoints< XformedDim, SigmaPointsGenType >

Definition at line 155 of file SigmaPointGenerator.h.

Constructor & Destructor Documentation

template<std::size_t XformedDim, typename SigmaPointsGenType>
osvr::kalman::ReconstructedDistributionFromSigmaPoints< XformedDim, SigmaPointsGenType >::ReconstructedDistributionFromSigmaPoints ( SigmaPointsGen const &  sigmaPoints,
TransformedSigmaPointsMat const &  xformedPointsMat 
)
inline

weighted average

Definition at line 171 of file SigmaPointGenerator.h.

Member Data Documentation

template<std::size_t XformedDim, typename SigmaPointsGenType>
const std::size_t osvr::kalman::ReconstructedDistributionFromSigmaPoints< XformedDim, SigmaPointsGenType >::NumSigmaPoints
static
Initial value:
=
SigmaPointsGen::NumSigmaPoints

Definition at line 159 of file SigmaPointGenerator.h.

template<std::size_t XformedDim, typename SigmaPointsGenType>
const types::DimensionType osvr::kalman::ReconstructedDistributionFromSigmaPoints< XformedDim, SigmaPointsGenType >::OriginalDimension
static
Initial value:
=
SigmaPointsGen::OriginalDimension

Definition at line 162 of file SigmaPointGenerator.h.


The documentation for this class was generated from the following file: