14 #include "sfm/incremental_mapper.h"
15 #include "ui/colormaps.h"
16 #include "ui/options_widget.h"
17 #include "util/option_manager.h"
36 void closeEvent(QCloseEvent*
event);
39 void ApplyProjection();
40 void ApplyPointColormap();
41 void ApplyImageColormap();
42 void ApplyBackgroundColor();
44 void SelectColor(
const std::string& title, Eigen::Vector4f*
color);
45 void SelectPointColormap(
const int idx);
46 void SelectImageColormap(
const int idx);
48 void IncreasePointSize();
49 void DecreasePointSize();
50 void IncreaseCameraSize();
51 void DecreaseCameraSize();
53 void ImageColormapNameFilterAddWord();
54 void ImageColormapNameFilterClearWords();
59 Eigen::Vector4f background_color_;
61 QComboBox* projection_cb_;
63 QComboBox* point3D_colormap_cb_;
65 double point3D_colormap_scale_;
66 double point3D_colormap_min_q_;
67 double point3D_colormap_max_q_;
69 QComboBox* image_colormap_cb_;
70 QPushButton* select_image_plane_color_;
71 QPushButton* select_image_frame_color_;
72 QHBoxLayout* image_colormap_name_filter_layout_;
73 Eigen::Vector4f image_plane_color_;
74 Eigen::Vector4f image_frame_color_;
Generic file read and write utility for python interface.
colmap::ImageColormapNameFilter ImageColormapNameFilter
colmap::OptionManager OptionManager