ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
MatchMatrixWidget.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 "
ImageViewerWidget.h
"
11
#include "util/option_manager.h"
12
13
namespace
cloudViewer
{
14
15
using
OptionManager
=
colmap::OptionManager
;
16
17
// Widget to visualize match matrix.
18
class
MatchMatrixWidget
:
public
ImageViewerWidget
{
19
public
:
20
MatchMatrixWidget
(QWidget* parent,
OptionManager
* options);
21
22
void
Show
();
23
24
private
:
25
OptionManager
* options_;
26
};
27
28
}
// namespace cloudViewer
ImageViewerWidget.h
cloudViewer::ImageViewerWidget
Definition:
ImageViewerWidget.h:36
cloudViewer::MatchMatrixWidget
Definition:
MatchMatrixWidget.h:18
cloudViewer::MatchMatrixWidget::MatchMatrixWidget
MatchMatrixWidget(QWidget *parent, OptionManager *options)
Definition:
MatchMatrixWidget.cpp:18
cloudViewer::MatchMatrixWidget::Show
void Show()
Definition:
MatchMatrixWidget.cpp:23
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
MatchMatrixWidget.h
Generated on Wed Jan 28 2026 09:00:52 for ACloudViewer by
1.9.1