15 #include <unordered_map>
17 #include "base/reconstruction.h"
22 class ModelViewerWidget;
29 std::vector<colmap::Image>
views;
41 void AddFromSelected();
50 void TimeChanged(QTableWidgetItem* item);
53 void SelectionChanged(
const QItemSelection& selected,
54 const QItemSelection& deselected);
61 QPushButton* assemble_button_;
62 QPushButton* add_button_;
63 QPushButton* add_from_selected_button_;
64 QPushButton* delete_button_;
65 QPushButton* clear_button_;
68 QSpinBox* frame_rate_sb_;
69 QCheckBox* smooth_cb_;
70 QDoubleSpinBox* smoothness_sb_;
72 std::vector<colmap::image_t> camera_ids_;
74 std::unordered_map<const QTableWidgetItem*, ViewData> view_data_;
Double version of ccGLMatrixTpl.
Standard parameters for GL displays/viewports.
Generic file read and write utility for python interface.