![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <pose.h>

Public Member Functions | |
| void | Check () const |
Public Attributes | |
| bool | estimate_focal_length = false |
| size_t | num_focal_length_samples = 30 |
| double | min_focal_length_ratio = 0.2 |
| double | max_focal_length_ratio = 5 |
| int | num_threads = ThreadPool::kMaxNumThreads |
| RANSACOptions | ransac_options |
|
inline |
Definition at line 46 of file pose.h.
References colmap::RANSACOptions::Check(), max_focal_length_ratio, min_focal_length_ratio, num_focal_length_samples, and ransac_options.
Referenced by colmap::EstimateAbsolutePose().
| bool colmap::AbsolutePoseEstimationOptions::estimate_focal_length = false |
Definition at line 27 of file pose.h.
Referenced by colmap::EstimateAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().
| double colmap::AbsolutePoseEstimationOptions::max_focal_length_ratio = 5 |
Definition at line 38 of file pose.h.
Referenced by Check(), colmap::EstimateAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().
| double colmap::AbsolutePoseEstimationOptions::min_focal_length_ratio = 0.2 |
Definition at line 34 of file pose.h.
Referenced by Check(), colmap::EstimateAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().
| size_t colmap::AbsolutePoseEstimationOptions::num_focal_length_samples = 30 |
Definition at line 30 of file pose.h.
Referenced by Check(), colmap::EstimateAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().
| int colmap::AbsolutePoseEstimationOptions::num_threads = ThreadPool::kMaxNumThreads |
Definition at line 41 of file pose.h.
Referenced by colmap::EstimateAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().
| RANSACOptions colmap::AbsolutePoseEstimationOptions::ransac_options |
Definition at line 44 of file pose.h.
Referenced by Check(), colmap::EstimateAbsolutePose(), and colmap::IncrementalMapper::RegisterNextImage().