#include <BetweenFactorEM.h>
Public Types | |
typedef std::shared_ptr< BetweenFactorEM > | shared_ptr |
typedef VALUE | T |
Public Types inherited from gtsam::NonlinearFactor | |
typedef std::shared_ptr< This > | shared_ptr |
Public Types inherited from gtsam::Factor | |
typedef KeyVector::const_iterator | const_iterator |
Const iterator over keys. More... | |
typedef KeyVector::iterator | iterator |
Iterator over keys. More... | |
Public Member Functions | |
BetweenFactorEM () | |
BetweenFactorEM (Key key1, Key key2, const VALUE &measured, const SharedGaussian &model_inlier, const SharedGaussian &model_outlier, const double prior_inlier, const double prior_outlier, const bool flag_bump_up_near_zero_probs=false) | |
Vector | calcIndicatorProb (const Values &x) const |
size_t | dim () const override |
bool | equals (const NonlinearFactor &f, double tol=1e-9) const override |
double | error (const Values &x) const override |
bool | get_flag_bump_up_near_zero_probs () const |
SharedGaussian | get_model_inlier () const |
Matrix | get_model_inlier_cov () const |
SharedGaussian | get_model_outlier () const |
Matrix | get_model_outlier_cov () const |
std::shared_ptr< GaussianFactor > | linearize (const Values &x) const override |
const VALUE & | measured () const |
void | print (const std::string &s, const KeyFormatter &keyFormatter=DefaultKeyFormatter) const override |
void | set_flag_bump_up_near_zero_probs (bool flag) |
Vector | unwhitenedError (const Values &x) const |
void | updateNoiseModels (const Values &values, const NonlinearFactorGraph &graph) |
void | updateNoiseModels_givenCovs (const Values &values, const Matrix &cov1, const Matrix &cov2, const Matrix &cov12) |
Vector | whitenedError (const Values &x, OptionalMatrixVecType H=nullptr) const |
Vector | whitenedError (const Values &x, std::vector< Matrix > &H) const |
~BetweenFactorEM () override | |
Public Member Functions inherited from gtsam::NonlinearFactor | |
NonlinearFactor () | |
template<typename CONTAINER > | |
NonlinearFactor (const CONTAINER &keys) | |
double | error (const HybridValues &c) const override |
virtual bool | active (const Values &) const |
virtual shared_ptr | clone () const |
virtual shared_ptr | rekey (const std::map< Key, Key > &rekey_mapping) const |
virtual shared_ptr | rekey (const KeyVector &new_keys) const |
virtual bool | sendable () const |
Public Member Functions inherited from gtsam::Factor | |
virtual | ~Factor ()=default |
Default destructor. More... | |
bool | empty () const |
Whether the factor is empty (involves zero variables). More... | |
Key | front () const |
First key. More... | |
Key | back () const |
Last key. More... | |
const_iterator | find (Key key) const |
find More... | |
const KeyVector & | keys () const |
Access the factor's involved variable keys. More... | |
const_iterator | begin () const |
const_iterator | end () const |
size_t | size () const |
virtual void | printKeys (const std::string &s="Factor", const KeyFormatter &formatter=DefaultKeyFormatter) const |
print only keys More... | |
bool | equals (const This &other, double tol=1e-9) const |
check equality More... | |
KeyVector & | keys () |
iterator | begin () |
iterator | end () |
Private Types | |
typedef NonlinearFactor | Base |
typedef BetweenFactorEM< VALUE > | This |
Private Attributes | |
bool | flag_bump_up_near_zero_probs_ |
Key | key1_ |
Key | key2_ |
VALUE | measured_ |
SharedGaussian | model_inlier_ |
SharedGaussian | model_outlier_ |
double | prior_inlier_ |
double | prior_outlier_ |
Additional Inherited Members | |
Protected Types inherited from gtsam::NonlinearFactor | |
typedef Factor | Base |
typedef NonlinearFactor | This |
Protected Member Functions inherited from gtsam::Factor | |
Factor () | |
template<typename CONTAINER > | |
Factor (const CONTAINER &keys) | |
template<typename ITERATOR > | |
Factor (ITERATOR first, ITERATOR last) | |
Static Protected Member Functions inherited from gtsam::Factor | |
template<typename CONTAINER > | |
static Factor | FromKeys (const CONTAINER &keys) |
template<typename ITERATOR > | |
static Factor | FromIterators (ITERATOR first, ITERATOR last) |
Protected Attributes inherited from gtsam::Factor | |
KeyVector | keys_ |
The keys involved in this factor. More... | |
A class for a measurement predicted by "between(config[key1],config[key2])"
VALUE | the Value type |
Definition at line 34 of file BetweenFactorEM.h.
|
private |
Definition at line 43 of file BetweenFactorEM.h.
typedef std::shared_ptr<BetweenFactorEM> gtsam::BetweenFactorEM< VALUE >::shared_ptr |
concept check by type
Definition at line 65 of file BetweenFactorEM.h.
typedef VALUE gtsam::BetweenFactorEM< VALUE >::T |
Definition at line 38 of file BetweenFactorEM.h.
|
private |
Definition at line 42 of file BetweenFactorEM.h.
|
inline |
default constructor - only use for serialization
Definition at line 68 of file BetweenFactorEM.h.
|
inline |
Constructor
Definition at line 72 of file BetweenFactorEM.h.
|
inlineoverride |
Definition at line 82 of file BetweenFactorEM.h.
|
inline |
Definition at line 238 of file BetweenFactorEM.h.
|
inlineoverridevirtual |
get the dimension of the factor (number of rows on linearization)
Implements gtsam::NonlinearFactor.
Definition at line 412 of file BetweenFactorEM.h.
|
inlineoverridevirtual |
|
inlineoverridevirtual |
implement functions needed to derive from Factor
Reimplemented from gtsam::NonlinearFactor.
Definition at line 118 of file BetweenFactorEM.h.
|
inline |
Definition at line 312 of file BetweenFactorEM.h.
|
inline |
Definition at line 317 of file BetweenFactorEM.h.
|
inline |
Definition at line 327 of file BetweenFactorEM.h.
|
inline |
Definition at line 322 of file BetweenFactorEM.h.
|
inline |
Definition at line 332 of file BetweenFactorEM.h.
|
inlineoverridevirtual |
Linearize a non-linearFactorN to get a GaussianFactor, Hence
Implements gtsam::NonlinearFactor.
Definition at line 129 of file BetweenFactorEM.h.
|
inline |
return the measured
Definition at line 408 of file BetweenFactorEM.h.
|
inlineoverridevirtual |
implement functions needed for Testable print
Reimplemented from gtsam::NonlinearFactor.
Definition at line 88 of file BetweenFactorEM.h.
|
inline |
Definition at line 307 of file BetweenFactorEM.h.
|
inline |
Definition at line 294 of file BetweenFactorEM.h.
|
inline |
Definition at line 337 of file BetweenFactorEM.h.
|
inline |
Definition at line 362 of file BetweenFactorEM.h.
|
inline |
Definition at line 147 of file BetweenFactorEM.h.
|
inline |
Definition at line 233 of file BetweenFactorEM.h.
|
private |
Definition at line 56 of file BetweenFactorEM.h.
|
private |
Definition at line 45 of file BetweenFactorEM.h.
|
private |
Definition at line 46 of file BetweenFactorEM.h.
|
private |
Definition at line 48 of file BetweenFactorEM.h.
|
private |
The measurement
Definition at line 50 of file BetweenFactorEM.h.
|
private |
Definition at line 51 of file BetweenFactorEM.h.
|
private |
Definition at line 53 of file BetweenFactorEM.h.
|
private |
Definition at line 54 of file BetweenFactorEM.h.