ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
reconstruction_stats_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 <QtWidgets>
11
12
#include "
base/reconstruction.h
"
13
14
namespace
colmap
{
15
16
class
ReconstructionStatsWidget
:
public
QWidget {
17
public
:
18
explicit
ReconstructionStatsWidget
(QWidget* parent);
19
20
void
Show
(
const
Reconstruction
& reconstruction);
21
22
private
:
23
void
AddStatistic(
const
QString& header,
const
QString& content);
24
25
QTableWidget* stats_table_;
26
};
27
28
}
// namespace colmap
colmap::ReconstructionStatsWidget
Definition:
reconstruction_stats_widget.h:16
colmap::ReconstructionStatsWidget::ReconstructionStatsWidget
ReconstructionStatsWidget(QWidget *parent)
Definition:
reconstruction_stats_widget.cc:36
colmap::ReconstructionStatsWidget::Show
void Show(const Reconstruction &reconstruction)
Definition:
reconstruction_stats_widget.cc:52
colmap::Reconstruction
Definition:
reconstruction.h:40
colmap
Definition:
AutomaticReconstructionController.h:17
reconstruction.h
libs
Reconstruction
src
ui
reconstruction_stats_widget.h
Generated on Tue Feb 3 2026 07:12:30 for ACloudViewer by
1.9.1