![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <workspace.h>

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" |
Definition at line 23 of file workspace.h.
| double colmap::mvs::Workspace::Options::cache_size = 32.0 |
Definition at line 25 of file workspace.h.
| bool colmap::mvs::Workspace::Options::image_as_rgb = true |
Definition at line 34 of file workspace.h.
Referenced by colmap::mvs::CachedWorkspace::GetBitmap(), and colmap::mvs::Workspace::Load().
| std::string colmap::mvs::Workspace::Options::input_type |
Definition at line 39 of file workspace.h.
Referenced by colmap::mvs::Workspace::GetFileName().
| int colmap::mvs::Workspace::Options::max_image_size = -1 |
Definition at line 31 of file workspace.h.
Referenced by colmap::mvs::CachedWorkspace::GetBitmap(), colmap::mvs::CachedWorkspace::GetDepthMap(), colmap::mvs::CachedWorkspace::GetNormalMap(), and colmap::mvs::Workspace::Load().
| int colmap::mvs::Workspace::Options::num_threads = -1 |
Definition at line 28 of file workspace.h.
Referenced by colmap::mvs::Workspace::Load().
| std::string colmap::mvs::Workspace::Options::stereo_folder = "stereo" |
Definition at line 40 of file workspace.h.
Referenced by colmap::mvs::ImportPMVSWorkspace().
| std::string colmap::mvs::Workspace::Options::workspace_format |
Definition at line 38 of file workspace.h.
| std::string colmap::mvs::Workspace::Options::workspace_path |
Definition at line 37 of file workspace.h.
Referenced by colmap::mvs::ImportPMVSWorkspace().