CVD::RobustII Struct Reference
[Mathematical operations]

#include <irls.h>

List of all members.

Public Member Functions

double objective (double d)
 Returns $\int xw(x)dx$.
double reweight (double d)
 Returns $w(x)$.
double true_scale (double d)
 Returns $w(x) + xw'(x)$.

Public Attributes

double sd_inlier
 The inlier standard deviation, $\sigma$.

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 43 of file irls.h.


Member Function Documentation

double CVD::RobustII::objective ( double  d  )  [inline]

Returns $\int xw(x)dx$.

Definition at line 47 of file irls.h.

double CVD::RobustII::reweight ( double  d  )  [inline]

Returns $w(x)$.

Definition at line 45 of file irls.h.

double CVD::RobustII::true_scale ( double  d  )  [inline]

Returns $w(x) + xw'(x)$.

Definition at line 46 of file irls.h.


Member Data Documentation

The inlier standard deviation, $\sigma$.

Definition at line 44 of file irls.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


libcvd
Author(s): Edward Rosten, Paul Smith, Tom Drummond, Gerhard Reitmayr, Ethan Eade, Timothy Gan, Chris Kemp, Georg Klein
autogenerated on Fri Jan 11 09:13:52 2013