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
17
using
OptionManager
=
colmap::OptionManager
;
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
event
MouseEvent event
Definition:
BitmapWindowSystem.cpp:61
cloudViewer::FeatureMatchingWidget
Definition:
FeatureMatchingWidget.h:18
cloudViewer::FeatureMatchingWidget::FeatureMatchingWidget
FeatureMatchingWidget(QWidget *parent, OptionManager *options)
Definition:
FeatureMatchingWidget.cpp:325
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
cloudViewer::OptionManager
colmap::OptionManager OptionManager
Definition:
BundleAdjustmentWidget.h:19
app
reconstruction
FeatureMatchingWidget.h
Generated on Wed Jan 28 2026 09:00:52 for ACloudViewer by
1.9.1