ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FeatureMatchingWidget.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 
10 #include <QtCore>
11 #include <QtWidgets>
12 
13 #include "util/option_manager.h"
14 
15 namespace cloudViewer {
16 
18 class FeatureMatchingWidget : public QWidget {
19 public:
20  FeatureMatchingWidget(QWidget* parent, OptionManager* options);
21 
22 private:
23  void showEvent(QShowEvent* event);
24  void hideEvent(QHideEvent* event);
25 
26  QWidget* parent_;
27  QTabWidget* tab_widget_;
28 };
29 
30 } // namespace cloudViewer
MouseEvent event
FeatureMatchingWidget(QWidget *parent, OptionManager *options)
Generic file read and write utility for python interface.
colmap::OptionManager OptionManager