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

#include <workspace.h>

Collaboration diagram for colmap::mvs::Workspace::Options:

Public Attributes

double cache_size = 32.0
 
int num_threads = -1
 
int max_image_size = -1
 
bool image_as_rgb = true
 
std::string workspace_path
 
std::string workspace_format
 
std::string input_type
 
std::string stereo_folder = "stereo"
 

Detailed Description

Definition at line 23 of file workspace.h.

Member Data Documentation

◆ cache_size

double colmap::mvs::Workspace::Options::cache_size = 32.0

Definition at line 25 of file workspace.h.

◆ image_as_rgb

bool colmap::mvs::Workspace::Options::image_as_rgb = true

◆ input_type

std::string colmap::mvs::Workspace::Options::input_type

Definition at line 39 of file workspace.h.

Referenced by colmap::mvs::Workspace::GetFileName().

◆ max_image_size

int colmap::mvs::Workspace::Options::max_image_size = -1

◆ num_threads

int colmap::mvs::Workspace::Options::num_threads = -1

Definition at line 28 of file workspace.h.

Referenced by colmap::mvs::Workspace::Load().

◆ stereo_folder

std::string colmap::mvs::Workspace::Options::stereo_folder = "stereo"

Definition at line 40 of file workspace.h.

Referenced by colmap::mvs::ImportPMVSWorkspace().

◆ workspace_format

std::string colmap::mvs::Workspace::Options::workspace_format

Definition at line 38 of file workspace.h.

◆ workspace_path

std::string colmap::mvs::Workspace::Options::workspace_path

Definition at line 37 of file workspace.h.

Referenced by colmap::mvs::ImportPMVSWorkspace().


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