|
TooN
|
A reweighting class where the objective function tends to a fixed value, rather than infinity. More...
#include <irls.h>

Public Member Functions | |
| void | set_sd (Precision x) |
| Set the noise standard deviation. | |
| Precision | reweight (Precision x) const |
| Returns \(w(x)\). More... | |
| Precision | objective (Precision x) const |
Public Attributes | |
| Precision | sd_inlier |
| Inlier standard deviation squared. More... | |
A reweighting class where the objective function tends to a fixed value, rather than infinity.
Note that this is not therefore a proper distribution since its integral is not finite. It is considerably more efficient than RobustI and II, since log() is not used.
|
inline |
Returns \(w(x)\).
Returns \(\int xw(x)dx\).
| Precision TooN::RobustIII< Precision >::sd_inlier |
Inlier standard deviation squared.
1.8.13