22 reconstruction_manager),
23 ecv_options_(options) {
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
std::vector< std::string > meshing_paths_
std::vector< std::string > textured_paths_
std::vector< std::vector< colmap::PlyPoint > > fused_points_
AutomaticReconstructionController(const Options &options, ReconstructionManager *reconstruction_manager)
virtual void RunDenseMapper()
Generic file read and write utility for python interface.