ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::LeastAbsoluteDeviationsOptions Struct Reference

#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
 

Detailed Description

Definition at line 17 of file least_absolute_deviations.h.

Member Data Documentation

◆ absolute_tolerance

double colmap::LeastAbsoluteDeviationsOptions::absolute_tolerance = 1e-4

Definition at line 28 of file least_absolute_deviations.h.

Referenced by colmap::SolveLeastAbsoluteDeviations().

◆ alpha

double colmap::LeastAbsoluteDeviationsOptions::alpha = 1.0

Definition at line 22 of file least_absolute_deviations.h.

Referenced by colmap::SolveLeastAbsoluteDeviations().

◆ max_num_iterations

int colmap::LeastAbsoluteDeviationsOptions::max_num_iterations = 1000

Definition at line 25 of file least_absolute_deviations.h.

Referenced by colmap::SolveLeastAbsoluteDeviations().

◆ relative_tolerance

double colmap::LeastAbsoluteDeviationsOptions::relative_tolerance = 1e-2

Definition at line 29 of file least_absolute_deviations.h.

Referenced by colmap::SolveLeastAbsoluteDeviations().

◆ rho

double colmap::LeastAbsoluteDeviationsOptions::rho = 1.0

Definition at line 19 of file least_absolute_deviations.h.

Referenced by colmap::SolveLeastAbsoluteDeviations().


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