![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <least_absolute_deviations.h>
Public Attributes | |
| double | rho = 1.0 |
| double | alpha = 1.0 |
| int | max_num_iterations = 1000 |
| double | absolute_tolerance = 1e-4 |
| double | relative_tolerance = 1e-2 |
Definition at line 17 of file least_absolute_deviations.h.
| double colmap::LeastAbsoluteDeviationsOptions::absolute_tolerance = 1e-4 |
Definition at line 28 of file least_absolute_deviations.h.
Referenced by colmap::SolveLeastAbsoluteDeviations().
| double colmap::LeastAbsoluteDeviationsOptions::alpha = 1.0 |
Definition at line 22 of file least_absolute_deviations.h.
Referenced by colmap::SolveLeastAbsoluteDeviations().
| int colmap::LeastAbsoluteDeviationsOptions::max_num_iterations = 1000 |
Definition at line 25 of file least_absolute_deviations.h.
Referenced by colmap::SolveLeastAbsoluteDeviations().
| double colmap::LeastAbsoluteDeviationsOptions::relative_tolerance = 1e-2 |
Definition at line 29 of file least_absolute_deviations.h.
Referenced by colmap::SolveLeastAbsoluteDeviations().
| double colmap::LeastAbsoluteDeviationsOptions::rho = 1.0 |
Definition at line 19 of file least_absolute_deviations.h.
Referenced by colmap::SolveLeastAbsoluteDeviations().