27#ifndef RUNSTITCHFRAME_H
28#define RUNSTITCHFRAME_H
32#include <wx/wfstream.h>
int GetProcessId()
Returns process ID of running process.
void OnCancel(wxCommandEvent &event)
Cancels project execution - kills process.
void SetProjectId(int id)
Sets project id from batch.
void OnProcessTerminate(wxProcessEvent &event)
wxEvtHandler * m_evtParent
RunStitchPanel * m_stitchPanel
int GetProjectId()
Gets project id from batch.
void SetProcessId(int pid)
Sets process ID of running process (if running process from outside)
bool SaveLog(const wxString &filename)
save the content of the window into a given log file
bool StitchProject(wxString scriptFile, wxString outname, wxString userDefinedOutput=wxEmptyString)
Starts stitching of project file.
bool DetectProject(wxString scriptFile, wxString userDefinedAssistant=wxEmptyString)
starts assistant of project file
functions for interaction with the hugin configuration file
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.