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


Classes | |
| struct | Options |
Public Member Functions | |
| AutomaticReconstructionController (const Options &options, colmap::ReconstructionManager *reconstruction_manager) | |
Public Attributes | |
| std::vector< std::vector< colmap::PlyPoint > > | fused_points_ |
| std::vector< std::string > | meshing_paths_ |
| std::vector< std::string > | textured_paths_ |
| bool | texturing_success_ = false |
Protected Member Functions | |
| void | OnFusedPointsGenerated (size_t reconstruction_idx, const std::vector< colmap::PlyPoint > &points) override |
| void | OnMeshGenerated (size_t reconstruction_idx, const std::string &mesh_path) override |
| void | OnTexturedMeshGenerated (size_t reconstruction_idx, const std::string &textured_path) override |
| void | RunDenseMapper () override |
Definition at line 31 of file AutomaticReconstructionController.h.
| cloudViewer::AutomaticReconstructionController::AutomaticReconstructionController | ( | const Options & | options, |
| colmap::ReconstructionManager * | reconstruction_manager | ||
| ) |
Definition at line 16 of file AutomaticReconstructionController.cpp.
|
overrideprotected |
Definition at line 39 of file AutomaticReconstructionController.cpp.
References fused_points_, and points.
|
overrideprotected |
Definition at line 46 of file AutomaticReconstructionController.cpp.
References meshing_paths_.
|
overrideprotected |
Definition at line 52 of file AutomaticReconstructionController.cpp.
References textured_paths_, and texturing_success_.
|
overrideprotected |
Definition at line 27 of file AutomaticReconstructionController.cpp.
References fused_points_, meshing_paths_, textured_paths_, and texturing_success_.
| std::vector<std::vector<colmap::PlyPoint> > cloudViewer::AutomaticReconstructionController::fused_points_ |
Definition at line 46 of file AutomaticReconstructionController.h.
Referenced by OnFusedPointsGenerated(), cloudViewer::AutomaticReconstructionWidget::Run(), and RunDenseMapper().
| std::vector<std::string> cloudViewer::AutomaticReconstructionController::meshing_paths_ |
Definition at line 47 of file AutomaticReconstructionController.h.
Referenced by OnMeshGenerated(), cloudViewer::AutomaticReconstructionWidget::Run(), and RunDenseMapper().
| std::vector<std::string> cloudViewer::AutomaticReconstructionController::textured_paths_ |
Definition at line 48 of file AutomaticReconstructionController.h.
Referenced by OnTexturedMeshGenerated(), cloudViewer::AutomaticReconstructionWidget::Run(), and RunDenseMapper().
| bool cloudViewer::AutomaticReconstructionController::texturing_success_ = false |
Definition at line 49 of file AutomaticReconstructionController.h.
Referenced by OnTexturedMeshGenerated(), cloudViewer::AutomaticReconstructionWidget::Run(), and RunDenseMapper().