TooN 2.1
Public Member Functions | Public Attributes
RobustI< Precision > Struct Template Reference

Robust reweighting (type I) for IRLS. More...

#include <irls.h>

List of all members.

Public Member Functions

void set_sd (Precision x)
Precision reweight (Precision x)
Precision true_scale (Precision x)
Precision objective (Precision x)

Public Attributes

double sd_inlier

Detailed Description

template<typename Precision>
struct TooN::RobustI< Precision >

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.