13 #include "ui/options_widget.h"
16 class ReconstructionWidget;
17 class ThreadControlWidget;
34 QComboBox* data_type_cb_;
35 QComboBox* quality_cb_;
36 QComboBox* mesher_cb_;
37 QAction* render_result_;
39 std::vector<std::string> meshing_paths_;
40 std::vector<std::string> textured_paths_;
41 std::vector<std::vector<colmap::PlyPoint>> fused_points_;
42 bool texturing_success_ =
false;
Generic file read and write utility for python interface.