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 
16 
17 // Widget to visualize match matrix.
19 public:
20  MatchMatrixWidget(QWidget* parent, OptionManager* options);
21 
22  void Show();
23 
24 private:
25  OptionManager* options_;
26 };
27 
28 } // namespace cloudViewer
MatchMatrixWidget(QWidget *parent, OptionManager *options)
Generic file read and write utility for python interface.
colmap::OptionManager OptionManager