ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
undistortion_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 <QtCore>
11
#include <QtWidgets>
12
13
#include "
base/reconstruction.h
"
14
#include "
base/undistortion.h
"
15
#include "
ui/options_widget.h
"
16
#include "
ui/thread_control_widget.h
"
17
#include "
util/misc.h
"
18
#include "
util/option_manager.h
"
19
20
namespace
colmap
{
21
22
class
UndistortionWidget
:
public
OptionsWidget
{
23
public
:
24
UndistortionWidget
(QWidget* parent,
const
OptionManager
* options);
25
26
void
Show
(
const
Reconstruction
& reconstruction);
27
bool
IsValid
()
const
;
28
29
private
:
30
void
Undistort();
31
32
const
OptionManager
* options_;
33
const
Reconstruction
* reconstruction_;
34
35
ThreadControlWidget
* thread_control_widget_;
36
37
QComboBox* output_format_;
38
UndistortCameraOptions
undistortion_options_;
39
std::string output_path_;
40
};
41
42
}
// namespace colmap
colmap::OptionManager
Definition:
option_manager.h:38
colmap::OptionsWidget
Definition:
options_widget.h:16
colmap::Reconstruction
Definition:
reconstruction.h:40
colmap::ThreadControlWidget
Definition:
thread_control_widget.h:17
colmap::UndistortionWidget
Definition:
undistortion_widget.h:22
colmap::UndistortionWidget::UndistortionWidget
UndistortionWidget(QWidget *parent, const OptionManager *options)
Definition:
undistortion_widget.cc:36
colmap::UndistortionWidget::Show
void Show(const Reconstruction &reconstruction)
Definition:
undistortion_widget.cc:71
colmap::UndistortionWidget::IsValid
bool IsValid() const
Definition:
undistortion_widget.cc:77
misc.h
colmap
Definition:
AutomaticReconstructionController.h:17
option_manager.h
options_widget.h
reconstruction.h
colmap::UndistortCameraOptions
Definition:
undistortion.h:18
thread_control_widget.h
undistortion.h
libs
Reconstruction
src
ui
undistortion_widget.h
Generated on Tue Feb 3 2026 07:12:30 for ACloudViewer by
1.9.1