NDEVR
API Documentation
RobustKernelSaturated

Saturated cost function. More...

Inheritance diagram for RobustKernelSaturated:
[legend]
Collaboration diagram for RobustKernelSaturated:
[legend]

Public Member Functions

virtual void robustify (g_type e2, Eigen::Vector3< g_type > &rho) const
 compute the scaling factor for a error: The error is e^T Omega e The output rho is rho[0]: The actual scaled error value rho[1]: First derivative of the scaling function rho[2]: Second derivative of the scaling function
Public Member Functions inherited from RobustKernel
g_type delta () const
 Returns the current delta (window size) value.
virtual void setDelta (g_type delta)
 set the window size of the error.

Additional Inherited Members

Protected Attributes inherited from RobustKernel
g_type _delta = 1.0
 The window size parameter; errors above delta^2 are considered outliers.

Detailed Description

Saturated cost function.

The error is at most delta^2

Definition at line 137 of file robust_kernel_impl.h.


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