open3d.pipelines.registration.L2Loss#
- class open3d.pipelines.registration.L2Loss#
The loss
for a given residualr
is given by:The weight
for a given residualr
is given by:- __init__(*args, **kwargs)#
Overloaded function.
__init__(self: open3d.cpu.pybind.pipelines.registration.L2Loss) -> None
Default constructor
__init__(self: open3d.cpu.pybind.pipelines.registration.L2Loss, arg0: open3d.cpu.pybind.pipelines.registration.L2Loss) -> None
Copy constructor
- weight(self, residual)#
Obtain the weight for the given residual according to the robust kernel model.
- Parameters:
residual (float) – value obtained during the optimization problem
- Returns:
float