CVD 0.8
Public Member Functions | Public Attributes
CVD::RobustII Struct Reference

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

#include <irls.h>

List of all members.

Public Member Functions

double reweight (double d)
double true_scale (double d)
double objective (double d)

Public Attributes

double sd_inlier

Detailed Description

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.

Definition at line 46 of file irls.h.


The documentation for this struct was generated from the following file: