ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
automatic_reconstruction_widget.h
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #pragma once
9 
11 #include "ui/options_widget.h"
13 
14 namespace colmap {
15 
16 class MainWindow;
17 
19 public:
21 
22  void Run();
23 
24 private:
25  void RenderResult();
26 
27  MainWindow* main_window_;
29  ThreadControlWidget* thread_control_widget_;
30  QComboBox* data_type_cb_;
31  QComboBox* quality_cb_;
32  QComboBox* mesher_cb_;
33  QAction* render_result_;
34 };
35 
36 } // namespace colmap