TooN
|
Robust reweighting (type I) for IRLS. More...
#include <irls.h>
Public Member Functions | |
void | set_sd (Precision x) |
Set the noise standard deviation. | |
Precision | reweight (Precision x) |
Returns \(w(x)\). | |
Precision | true_scale (Precision x) |
Returns \(w(x) + xw'(x)\). | |
Precision | objective (Precision x) |
Returns \(\int xw(x)dx\). | |
Public Attributes | |
double | sd_inlier |
The inlier standard deviation, \(\sigma\). | |
Robust reweighting (type I) for IRLS.
A reweighting class with \(w(x)=\frac{1}{\sigma + |x|}\). This structure can be passed as the second template argument in IRLS.