small_gicp
|
#include <robust_kernel.hpp>
Classes | |
struct | Setting |
Huber robust kernel setting. More... | |
Public Member Functions | |
Huber (const Setting &setting) | |
Constructor. More... | |
double | weight (double e) const |
Compute the weight for an error. More... | |
Public Attributes | |
const double | c |
Kernel width. More... | |
Huber robust kernel.
|
inline |
Constructor.
|
inline |
Compute the weight for an error.
e | Error |
const double small_gicp::Huber::c |
Kernel width.