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