TooN::RobustII< Precision > Struct Template Reference
[Linear equation solvers]
#include <irls.h>
List of all members.
Public Member Functions |
Precision | objective (Precision d) |
| Returns .
|
Precision | reweight (Precision d) |
| Returns .
|
void | set_sd (Precision x) |
| Set the noise standard deviation.
|
Precision | true_scale (Precision d) |
| Returns .
|
Public Attributes |
Precision | sd_inlier |
| The inlier standard deviation squared, .
|
Detailed Description
template<typename Precision>
struct TooN::RobustII< Precision >
Robust reweighting (type II) for IRLS. A reweighting class with . This structure can be passed as the second template argument in IRLS.
Definition at line 55 of file irls.h.
Member Function Documentation
template<typename Precision >
Precision TooN::RobustII< Precision >::objective |
( |
Precision |
d |
) |
[inline] |
Returns .
Definition at line 60 of file irls.h.
template<typename Precision >
Precision TooN::RobustII< Precision >::reweight |
( |
Precision |
d |
) |
[inline] |
Returns .
Definition at line 58 of file irls.h.
template<typename Precision >
Set the noise standard deviation.
Definition at line 56 of file irls.h.
template<typename Precision >
Precision TooN::RobustII< Precision >::true_scale |
( |
Precision |
d |
) |
[inline] |
Returns .
Definition at line 59 of file irls.h.
Member Data Documentation
template<typename Precision >
The inlier standard deviation squared, .
Definition at line 57 of file irls.h.
The documentation for this struct was generated from the following file: