13 #include "base/reconstruction.h"
14 #include "util/option_manager.h"
18 class ModelViewerWidget;
27 void Show(
const colmap::point3D_t point3D_id);
30 void closeEvent(QCloseEvent*
event);
32 void ResizeInfoTable();
33 void ClearLocations();
43 QPushButton* delete_button_;
45 colmap::point3D_t point3D_id_;
47 QTableWidget* info_table_;
48 QTableWidgetItem* xyz_item_;
49 QTableWidgetItem* rgb_item_;
50 QTableWidgetItem* error_item_;
52 QTableWidget* location_table_;
53 std::vector<QPixmap> location_pixmaps_;
54 std::vector<QLabel*> location_labels_;
55 std::vector<colmap::image_t> image_ids_;
56 std::vector<double> reproj_errors_;
57 std::vector<std::string> image_names_;
59 QPushButton* zoom_in_button_;
60 QPushButton* zoom_out_button_;
Generic file read and write utility for python interface.
colmap::OptionManager OptionManager