ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
feature_matching_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
10
#include <QtCore>
11
#include <QtWidgets>
12
13
#include "
util/misc.h
"
14
#include "
util/option_manager.h
"
15
16
namespace
colmap
{
17
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 colmap
event
MouseEvent event
Definition:
BitmapWindowSystem.cpp:61
colmap::FeatureMatchingWidget
Definition:
feature_matching_widget.h:18
colmap::FeatureMatchingWidget::FeatureMatchingWidget
FeatureMatchingWidget(QWidget *parent, OptionManager *options)
Definition:
feature_matching_widget.cc:337
colmap::OptionManager
Definition:
option_manager.h:38
misc.h
colmap
Definition:
AutomaticReconstructionController.h:17
option_manager.h
libs
Reconstruction
src
ui
feature_matching_widget.h
Generated on Tue Feb 3 2026 07:12:30 for ACloudViewer by
1.9.1