![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#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 |
Definition at line 14 of file render_options.h.
| Enumerator | |
|---|---|
| PERSPECTIVE | |
| ORTHOGRAPHIC | |
Definition at line 15 of file render_options.h.
| bool colmap::RenderOptions::Check | ( | ) | const |
Definition at line 38 of file render_options.cc.
References CHECK_OPTION, CHECK_OPTION_GE, CHECK_OPTION_GT, max_error, min_track_len, projection_type, and refresh_rate.
| bool colmap::RenderOptions::adapt_refresh_rate = true |
Definition at line 31 of file render_options.h.
| bool colmap::RenderOptions::image_connections = false |
Definition at line 34 of file render_options.h.
| double colmap::RenderOptions::max_error = 2 |
Definition at line 24 of file render_options.h.
Referenced by Check().
| int colmap::RenderOptions::min_track_len = 3 |
Definition at line 21 of file render_options.h.
Referenced by Check().
| int colmap::RenderOptions::projection_type = ProjectionType::ORTHOGRAPHIC |
Definition at line 37 of file render_options.h.
Referenced by Check().
| int colmap::RenderOptions::refresh_rate = 1 |
Definition at line 27 of file render_options.h.
Referenced by Check().