add residual function for Fair mEstimator wrapper
parent
1240339dc2
commit
c2b6607d18
1
gtsam.h
1
gtsam.h
|
@ -1375,6 +1375,7 @@ virtual class Fair: gtsam::noiseModel::mEstimator::Base {
|
||||||
void serializable() const;
|
void serializable() const;
|
||||||
|
|
||||||
double weight(double error) const;
|
double weight(double error) const;
|
||||||
|
double residual(double error) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
virtual class Huber: gtsam::noiseModel::mEstimator::Base {
|
virtual class Huber: gtsam::noiseModel::mEstimator::Base {
|
||||||
|
|
Loading…
Reference in New Issue