Hugin trunk
0.1
Loading...
Searching...
No Matches
hugin1
ptbatcher
FailedProjectsDialog.h
Go to the documentation of this file.
1
// -*- c-basic-offset: 4 -*-
10
/* This is free software; you can redistribute it and/or
11
* modify it under the terms of the GNU General Public
12
* License as published by the Free Software Foundation; either
13
* version 2 of the License, or (at your option) any later version.
14
*
15
* This software is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
* Lesser General Public License for more details.
19
*
20
* You should have received a copy of the GNU General Public
21
* License along with this software. If not, see
22
* <http://www.gnu.org/licenses/>.
23
*
24
*/
25
26
#ifndef _FAILEDPROJECTSDIALOG_H
27
#define _FAILEDPROJECTSDIALOG_H
28
29
#include "
panoinc_WX.h
"
30
#include "
panoinc.h
"
31
#include "
BatchFrame.h
"
32
41
class
FailedProjectsDialog
:
public
wxDialog
42
{
43
public
:
45
FailedProjectsDialog
(wxWindow*
parent
,
Batch
*
batch
,
wxString
xrcPrefix
);
47
~FailedProjectsDialog
();
48
49
protected
:
51
void
OnSelectProject
(wxCommandEvent& e);
52
private
:
53
Batch
*
m_batch
;
54
wxListBox
*
m_list
;
55
wxTextCtrl*
m_log
;
56
};
57
58
59
#endif
//_FAILEDPROJECTSDIALOG_H
BatchFrame.h
Batch processor for Hugin with GUI.
Batch
Definition
Batch.h:47
FailedProjectsDialog
Dialog for finding panorama in given directory.
Definition
FailedProjectsDialog.h:42
FailedProjectsDialog::OnSelectProject
void OnSelectProject(wxCommandEvent &e)
event handler, if new project was selected
Definition
FailedProjectsDialog.cpp:77
FailedProjectsDialog::m_batch
Batch * m_batch
Definition
FailedProjectsDialog.h:53
FailedProjectsDialog::~FailedProjectsDialog
~FailedProjectsDialog()
destructor, saves size and position
Definition
FailedProjectsDialog.cpp:70
FailedProjectsDialog::m_log
wxTextCtrl * m_log
Definition
FailedProjectsDialog.h:55
FailedProjectsDialog::m_list
wxListBox * m_list
Definition
FailedProjectsDialog.h:54
panoinc.h
include file for the hugin project
panoinc_WX.h
include file for the hugin project
threshold
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.
Definition
threshold.h:41
Generated on Sun Sep 6 2026 02:43:00 for Hugin trunk by
1.9.8