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


Public Attributes | |
| bool | autoVisualization = true |
Public Attributes inherited from colmap::AutomaticReconstructionController::Options | |
| std::string | workspace_path |
| std::string | image_path |
| std::string | mask_path |
| std::string | vocab_tree_path = retrieval::kDefaultVocabTreeUri |
| DataType | data_type = DataType::INDIVIDUAL |
| Quality | quality = Quality::HIGH |
| bool | single_camera = false |
| std::string | camera_model = "SIMPLE_RADIAL" |
| bool | sparse = true |
| bool | dense = false |
| Mesher | mesher = Mesher::POISSON |
| bool | texturing = true |
| int | num_threads = -1 |
| bool | use_gpu = false |
| std::string | gpu_index = "-1" |
Definition at line 35 of file AutomaticReconstructionController.h.
| bool cloudViewer::AutomaticReconstructionController::Options::autoVisualization = true |
Definition at line 37 of file AutomaticReconstructionController.h.
Referenced by cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget().