![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <pose.h>
Public Member Functions | |
| void | Check () const |
Public Attributes | |
| double | gradient_tolerance = 1.0 |
| int | max_num_iterations = 100 |
| double | loss_function_scale = 1.0 |
| bool | refine_focal_length = true |
| bool | refine_extra_params = true |
| bool | print_summary = true |
|
inline |
Definition at line 74 of file pose.h.
References gradient_tolerance, loss_function_scale, and max_num_iterations.
Referenced by colmap::RefineAbsolutePose().
| double colmap::AbsolutePoseRefinementOptions::gradient_tolerance = 1.0 |
Definition at line 57 of file pose.h.
Referenced by Check(), and colmap::RefineAbsolutePose().
| double colmap::AbsolutePoseRefinementOptions::loss_function_scale = 1.0 |
Definition at line 63 of file pose.h.
Referenced by Check(), and colmap::RefineAbsolutePose().
| int colmap::AbsolutePoseRefinementOptions::max_num_iterations = 100 |
Definition at line 60 of file pose.h.
Referenced by Check(), and colmap::RefineAbsolutePose().
| bool colmap::AbsolutePoseRefinementOptions::print_summary = true |
Definition at line 72 of file pose.h.
Referenced by colmap::RefineAbsolutePose().
| bool colmap::AbsolutePoseRefinementOptions::refine_extra_params = true |
Definition at line 69 of file pose.h.
Referenced by colmap::RefineAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().
| bool colmap::AbsolutePoseRefinementOptions::refine_focal_length = true |
Definition at line 66 of file pose.h.
Referenced by colmap::RefineAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().