|
|
#include <MemoryX/libraries/helpers/EarlyVisionHelpers/UnscentedTransform.h>
Public Member Functions | |
| Gaussian | extractGaussian (Eigen::MatrixXd processedSigmaPoints) |
| Eigen::MatrixXd | getSigmaPoints (const Gaussian &gaussian) |
| UnscentedTransform (float fAlpha=0.1, float fKappa=0.0f, float fBeta=2.0f) | |
Definition at line 19 of file UnscentedTransform.h.
| UnscentedTransform | ( | float | fAlpha = 0.1, |
| float | fKappa = 0.0f, |
||
| float | fBeta = 2.0f |
||
| ) |
Definition at line 17 of file UnscentedTransform.cpp.
| Gaussian extractGaussian | ( | Eigen::MatrixXd | processedSigmaPoints | ) |
Definition at line 78 of file UnscentedTransform.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| Eigen::MatrixXd getSigmaPoints | ( | const Gaussian & | gaussian | ) |
Definition at line 25 of file UnscentedTransform.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: