37 wxXmlResource::Get()->LoadDialog(
this,
parent,
"failed_project_dialog");
46 for(
unsigned int i=0;
i<
batch->GetFailedProjectsCount();
i++)
84 if(!logfile.IsEmpty())
86 if(wxFileName::FileExists(logfile))
88 m_log->LoadFile(logfile);
Batch processor for Hugin.
Definition of failed projects dialog.
wxString GetFailedProjectLog(unsigned int i)
returns log file name of failed project with index i
void OnSelectProject(wxCommandEvent &e)
event handler, if new project was selected
~FailedProjectsDialog()
destructor, saves size and position
FailedProjectsDialog(wxWindow *parent, Batch *batch, wxString xrcPrefix)
Constructor, read from xrc ressource; restore last uses settings, size and position.
void StoreFramePosition(wxTopLevelWindow *frame, const wxString &basename, const bool ignoreMaximize)
void RestoreFramePosition(wxTopLevelWindow *frame, const wxString &basename, const bool ignoreMaximize)
include file for the hugin project
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.