gtsam
4.0.0
gtsam
|
All noise models live in the noiseModel namespace. More...
Namespaces | |
mEstimator | |
The mEstimator name space contains all robust error functions. | |
Classes | |
class | Base |
noiseModel::Base is the abstract base class for all noise models. More... | |
class | Constrained |
A Constrained constrained model is a specialization of Diagonal which allows some or all of the sigmas to be zero, forcing the error to be zero there. More... | |
class | Diagonal |
A diagonal noise model implements a diagonal covariance matrix, with the elements of the diagonal specified in a Vector. More... | |
class | Gaussian |
Gaussian implements the mathematical model |R*x|^2 = |y|^2 with R'*R=inv(Sigma) where y = whiten(x) = R*x x = unwhiten(x) = inv(R)*y as indeed |y|^2 = y'*y = x'*R'*R*x Various derived classes are available that are more efficient. More... | |
class | Isotropic |
An isotropic noise model corresponds to a scaled diagonal covariance To construct, use one of the static methods. More... | |
class | Robust |
Base class for robust error models The robust M-estimators above simply tell us how to re-weight the residual, and are isotropic kernels, in that they do not allow for correlated noise. More... | |
class | Unit |
Unit: i.i.d. More... | |
All noise models live in the noiseModel namespace.