10 #include "base/reconstruction_manager.h"
18 colmap::ReconstructionManager* reconstruction_manager)
22 reconstruction_manager),
23 ecv_options_(options) {
36 colmap::AutomaticReconstructionController::RunDenseMapper();
40 size_t reconstruction_idx,
41 const std::vector<colmap::PlyPoint>&
points) {
47 size_t reconstruction_idx,
const std::string& mesh_path) {
53 size_t reconstruction_idx,
const std::string& textured_path) {
void OnTexturedMeshGenerated(size_t reconstruction_idx, const std::string &textured_path) override
void OnMeshGenerated(size_t reconstruction_idx, const std::string &mesh_path) override
void RunDenseMapper() override
void OnFusedPointsGenerated(size_t reconstruction_idx, const std::vector< colmap::PlyPoint > &points) override
AutomaticReconstructionController(const Options &options, colmap::ReconstructionManager *reconstruction_manager)
std::vector< std::string > meshing_paths_
std::vector< std::string > textured_paths_
std::vector< std::vector< colmap::PlyPoint > > fused_points_
Generic file read and write utility for python interface.