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

#include <automatic_reconstruction.h>

Inheritance diagram for colmap::AutomaticReconstructionController::Options:
Collaboration diagram for colmap::AutomaticReconstructionController::Options:

Public Attributes

std::string workspace_path
 
std::string image_path
 
std::string mask_path
 
std::string vocab_tree_path = retrieval::kDefaultVocabTreeUri
 
DataType data_type = DataType::INDIVIDUAL
 
Quality quality = Quality::HIGH
 
bool single_camera = false
 
std::string camera_model = "SIMPLE_RADIAL"
 
bool sparse = true
 
bool dense = false
 
Mesher mesher = Mesher::POISSON
 
bool texturing = true
 
int num_threads = -1
 
bool use_gpu = false
 
std::string gpu_index = "-1"
 

Detailed Description

Definition at line 25 of file automatic_reconstruction.h.

Member Data Documentation

◆ camera_model

std::string colmap::AutomaticReconstructionController::Options::camera_model = "SIMPLE_RADIAL"

Definition at line 48 of file automatic_reconstruction.h.

Referenced by colmap::RunAutomaticReconstructor().

◆ data_type

◆ dense

◆ gpu_index

◆ image_path

◆ mask_path

◆ mesher

◆ num_threads

◆ quality

◆ single_camera

◆ sparse

◆ texturing

◆ use_gpu

◆ vocab_tree_path

◆ workspace_path


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