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

#include <pose.h>

Collaboration diagram for colmap::AbsolutePoseEstimationOptions:

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
 

Detailed Description

Definition at line 25 of file pose.h.

Member Function Documentation

◆ Check()

void colmap::AbsolutePoseEstimationOptions::Check ( ) const
inline

Member Data Documentation

◆ estimate_focal_length

bool colmap::AbsolutePoseEstimationOptions::estimate_focal_length = false

◆ max_focal_length_ratio

double colmap::AbsolutePoseEstimationOptions::max_focal_length_ratio = 5

◆ min_focal_length_ratio

double colmap::AbsolutePoseEstimationOptions::min_focal_length_ratio = 0.2

◆ num_focal_length_samples

size_t colmap::AbsolutePoseEstimationOptions::num_focal_length_samples = 30

◆ num_threads

int colmap::AbsolutePoseEstimationOptions::num_threads = ThreadPool::kMaxNumThreads

◆ ransac_options

RANSACOptions colmap::AbsolutePoseEstimationOptions::ransac_options

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