2D gaussian More...
#include <target.hpp>
Public Member Functions | |
| Gaussian () | |
| Constructor. More... | |
| Gaussian (const vec &mu, const vec &sigmas) | |
| Constructor. More... | |
| double | operator() (const vec &pt) const |
| Evaluate gaussian. More... | |
| double | operator() (const vec &pt, const vec &trans) const |
| Evaluate gaussian. More... | |
Public Attributes | |
| mat | cov |
| mat | cov_inv |
| vec | mu |
2D gaussian
Definition at line 56 of file target.hpp.
|
inline |
Constructor.
Definition at line 59 of file target.hpp.
|
inline |
Constructor.
| mu | - mean [mean x, mean y] |
| sigmas | - standard deviations [sigma x, sigma y] |
Definition at line 68 of file target.hpp.
|
inline |
Evaluate gaussian.
| pt | - point [x y] |
Definition at line 78 of file target.hpp.
|
inline |
Evaluate gaussian.
| pt | - point [x y] |
| trans | - translation from map frame to fourier domain |
the translation is used to translate the mean into the fourier domain
Definition at line 91 of file target.hpp.
| mat ergodic_exploration::Gaussian::cov |
Definition at line 105 of file target.hpp.
| mat ergodic_exploration::Gaussian::cov_inv |
Definition at line 106 of file target.hpp.
| vec ergodic_exploration::Gaussian::mu |
Definition at line 104 of file target.hpp.