ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
match_matrix_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 "
ui/image_viewer_widget.h
"
11
#include "
util/option_manager.h
"
12
13
namespace
colmap
{
14
15
// Widget to visualize match matrix.
16
class
MatchMatrixWidget
:
public
ImageViewerWidget
{
17
public
:
18
MatchMatrixWidget
(QWidget* parent,
OptionManager
* options);
19
20
void
Show
();
21
22
private
:
23
OptionManager
* options_;
24
};
25
26
}
// namespace colmap
colmap::ImageViewerWidget
Definition:
image_viewer_widget.h:33
colmap::MatchMatrixWidget
Definition:
match_matrix_widget.h:16
colmap::MatchMatrixWidget::Show
void Show()
Definition:
match_matrix_widget.cc:41
colmap::MatchMatrixWidget::MatchMatrixWidget
MatchMatrixWidget(QWidget *parent, OptionManager *options)
Definition:
match_matrix_widget.cc:36
colmap::OptionManager
Definition:
option_manager.h:38
image_viewer_widget.h
colmap
Definition:
AutomaticReconstructionController.h:17
option_manager.h
libs
Reconstruction
src
ui
match_matrix_widget.h
Generated on Tue Feb 3 2026 07:12:30 for ACloudViewer by
1.9.1