Huber implements the "Huber" robust error model (Zhang97ivc) More...
#include <LossFunctions.h>
Public Types | |
typedef boost::shared_ptr< Huber > | shared_ptr |
Public Types inherited from gtsam::noiseModel::mEstimator::Base | |
enum | ReweightScheme { Scalar, Block } |
typedef boost::shared_ptr< Base > | shared_ptr |
Public Member Functions | |
bool | equals (const Base &expected, double tol=1e-8) const override |
Huber (double k=1.345, const ReweightScheme reweight=Block) | |
double | loss (double distance) const override |
void | print (const std::string &s) const override |
double | weight (double distance) const override |
Public Member Functions inherited from gtsam::noiseModel::mEstimator::Base | |
Base (const ReweightScheme reweight=Block) | |
void | reweight (Vector &error) const |
void | reweight (std::vector< Matrix > &A, Vector &error) const |
void | reweight (Matrix &A, Vector &error) const |
void | reweight (Matrix &A1, Matrix &A2, Vector &error) const |
void | reweight (Matrix &A1, Matrix &A2, Matrix &A3, Vector &error) const |
double | sqrtWeight (double distance) const |
Vector | sqrtWeight (const Vector &error) const |
Vector | weight (const Vector &error) const |
virtual | ~Base () |
Static Public Member Functions | |
static shared_ptr | Create (double k, const ReweightScheme reweight=Block) |
Protected Attributes | |
double | k_ |
Protected Attributes inherited from gtsam::noiseModel::mEstimator::Base | |
ReweightScheme | reweight_ |
Private Member Functions | |
template<class ARCHIVE > | |
void | serialize (ARCHIVE &ar, const unsigned int) |
Friends | |
class | boost::serialization::access |
Huber implements the "Huber" robust error model (Zhang97ivc)
Definition at line 175 of file LossFunctions.h.
typedef boost::shared_ptr<Huber> gtsam::noiseModel::mEstimator::Huber::shared_ptr |
Definition at line 180 of file LossFunctions.h.
gtsam::noiseModel::mEstimator::Huber::Huber | ( | double | k = 1.345 , |
const ReweightScheme | reweight = Block |
||
) |
Definition at line 167 of file LossFunctions.cpp.
|
static |
Definition at line 197 of file LossFunctions.cpp.
|
overridevirtual |
Implements gtsam::noiseModel::mEstimator::Base.
Definition at line 191 of file LossFunctions.cpp.
|
overridevirtual |
Reimplemented from gtsam::noiseModel::mEstimator::Base.
Definition at line 178 of file LossFunctions.cpp.
|
overridevirtual |
Implements gtsam::noiseModel::mEstimator::Base.
Definition at line 187 of file LossFunctions.cpp.
|
inlineprivate |
Definition at line 193 of file LossFunctions.h.
|
overridevirtual |
Implements gtsam::noiseModel::mEstimator::Base.
Definition at line 173 of file LossFunctions.cpp.
|
friend |
Serialization function
Definition at line 191 of file LossFunctions.h.
|
protected |
Definition at line 177 of file LossFunctions.h.