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

#include <image_reader.h>

Collaboration diagram for colmap::ImageReaderOptions:

Public Member Functions

bool Check () const
 

Public Attributes

std::string database_path = ""
 
std::string image_path = ""
 
std::string mask_path = ""
 
std::vector< std::string > image_list
 
std::string camera_model = "SIMPLE_RADIAL"
 
bool single_camera = false
 
bool single_camera_per_folder = false
 
bool single_camera_per_image = false
 
int existing_camera_id = kInvalidCameraId
 
std::string camera_params = ""
 
double default_focal_length_factor = 1.2
 
std::string camera_mask_path = ""
 

Detailed Description

Definition at line 18 of file image_reader.h.

Member Function Documentation

◆ Check()

Member Data Documentation

◆ camera_mask_path

std::string colmap::ImageReaderOptions::camera_mask_path = ""

◆ camera_model

std::string colmap::ImageReaderOptions::camera_model = "SIMPLE_RADIAL"

◆ camera_params

std::string colmap::ImageReaderOptions::camera_params = ""

◆ database_path

◆ default_focal_length_factor

double colmap::ImageReaderOptions::default_focal_length_factor = 1.2

◆ existing_camera_id

int colmap::ImageReaderOptions::existing_camera_id = kInvalidCameraId

◆ image_list

std::vector<std::string> colmap::ImageReaderOptions::image_list

◆ image_path

◆ mask_path

std::string colmap::ImageReaderOptions::mask_path = ""

◆ single_camera

bool colmap::ImageReaderOptions::single_camera = false

◆ single_camera_per_folder

bool colmap::ImageReaderOptions::single_camera_per_folder = false

◆ single_camera_per_image

bool colmap::ImageReaderOptions::single_camera_per_image = false

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