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

#include <render_options.h>

Public Types

enum  ProjectionType { PERSPECTIVE , ORTHOGRAPHIC }
 

Public Member Functions

bool Check () const
 

Public Attributes

int min_track_len = 3
 
double max_error = 2
 
int refresh_rate = 1
 
bool adapt_refresh_rate = true
 
bool image_connections = false
 
int projection_type = ProjectionType::ORTHOGRAPHIC
 

Detailed Description

Definition at line 14 of file render_options.h.

Member Enumeration Documentation

◆ ProjectionType

Enumerator
PERSPECTIVE 
ORTHOGRAPHIC 

Definition at line 15 of file render_options.h.

Member Function Documentation

◆ Check()

bool colmap::RenderOptions::Check ( ) const

Member Data Documentation

◆ adapt_refresh_rate

bool colmap::RenderOptions::adapt_refresh_rate = true

Definition at line 31 of file render_options.h.

◆ image_connections

bool colmap::RenderOptions::image_connections = false

Definition at line 34 of file render_options.h.

◆ max_error

double colmap::RenderOptions::max_error = 2

Definition at line 24 of file render_options.h.

Referenced by Check().

◆ min_track_len

int colmap::RenderOptions::min_track_len = 3

Definition at line 21 of file render_options.h.

Referenced by Check().

◆ projection_type

int colmap::RenderOptions::projection_type = ProjectionType::ORTHOGRAPHIC

Definition at line 37 of file render_options.h.

Referenced by Check().

◆ refresh_rate

int colmap::RenderOptions::refresh_rate = 1

Definition at line 27 of file render_options.h.

Referenced by Check().


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