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


Public Attributes | |
| 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 25 of file automatic_reconstruction.h.
| std::string colmap::AutomaticReconstructionController::Options::camera_model = "SIMPLE_RADIAL" |
Definition at line 48 of file automatic_reconstruction.h.
Referenced by colmap::RunAutomaticReconstructor().
| DataType colmap::AutomaticReconstructionController::Options::data_type = DataType::INDIVIDUAL |
Definition at line 39 of file automatic_reconstruction.h.
Referenced by cloudViewer::AutomaticReconstructionWidget::Run(), colmap::AutomaticReconstructionWidget::Run(), and colmap::RunAutomaticReconstructor().
| bool colmap::AutomaticReconstructionController::Options::dense = false |
Definition at line 57 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| std::string colmap::AutomaticReconstructionController::Options::gpu_index = "-1" |
Definition at line 83 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| std::string colmap::AutomaticReconstructionController::Options::image_path |
Definition at line 30 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::Run(), colmap::AutomaticReconstructionWidget::Run(), and colmap::RunAutomaticReconstructor().
| std::string colmap::AutomaticReconstructionController::Options::mask_path |
Definition at line 33 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| Mesher colmap::AutomaticReconstructionController::Options::mesher = Mesher::POISSON |
Definition at line 64 of file automatic_reconstruction.h.
Referenced by cloudViewer::AutomaticReconstructionWidget::Run(), colmap::AutomaticReconstructionWidget::Run(), colmap::RunAutomaticReconstructor(), and colmap::AutomaticReconstructionController::RunDenseMapper().
| int colmap::AutomaticReconstructionController::Options::num_threads = -1 |
Definition at line 71 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| Quality colmap::AutomaticReconstructionController::Options::quality = Quality::HIGH |
Definition at line 42 of file automatic_reconstruction.h.
Referenced by cloudViewer::AutomaticReconstructionWidget::Run(), colmap::AutomaticReconstructionWidget::Run(), colmap::RunAutomaticReconstructor(), and colmap::AutomaticReconstructionController::RunDenseMapper().
| bool colmap::AutomaticReconstructionController::Options::single_camera = false |
Definition at line 45 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| bool colmap::AutomaticReconstructionController::Options::sparse = true |
Definition at line 51 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| bool colmap::AutomaticReconstructionController::Options::texturing = true |
| bool colmap::AutomaticReconstructionController::Options::use_gpu = false |
Definition at line 77 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), and colmap::RunAutomaticReconstructor().
| std::string colmap::AutomaticReconstructionController::Options::vocab_tree_path = retrieval::kDefaultVocabTreeUri |
Definition at line 36 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::Run(), colmap::RunAutomaticReconstructor(), and cloudViewer::AutomaticReconstructionWidget::showEvent().
| std::string colmap::AutomaticReconstructionController::Options::workspace_path |
Definition at line 27 of file automatic_reconstruction.h.
Referenced by colmap::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::AutomaticReconstructionWidget(), cloudViewer::AutomaticReconstructionWidget::Run(), colmap::AutomaticReconstructionWidget::Run(), colmap::RunAutomaticReconstructor(), and colmap::AutomaticReconstructionController::RunDenseMapper().