![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|


Public Member Functions | |
| double | Weight (double residual) const override |
Public Member Functions inherited from cloudViewer::pipelines::registration::RobustKernel | |
| virtual | ~RobustKernel ()=default |
Definition at line 21 of file robust_kernels.cpp.
|
inlineoverridevirtual |
Obtain the weight for the given residual according to the robust kernel model. This method must be implemented in the derived classes that model the different robust kernels.
| residual | Residual value obtained during the optimization step. |
Implements cloudViewer::pipelines::registration::RobustKernel.
Definition at line 24 of file robust_kernels.cpp.