41 wxXmlResource::Get()->LoadFrame(
this,
parent,
"toolbox_frame");
65 ImageCache::getInstance().setProgressDisplay(
this);
70 unsigned long mem_high =
config->Read(
"/ImageCache/UpperBoundHigh", (
long)0);
79 ImageCache::getInstance().SetUpperLimit(
mem);
88 wxXmlResource::Get()->AttachUnknownControl(
"toolbox_logpanel",
m_logPanel,
this);
104 if (
config->HasEntry(
"/ToolboxFrame/Main_Splitter"))
160 if (e.GetInt() == -1)
Definition of dialog class to create brighter/darker versions of the image.
declaration of panel for enfuse GUI
declaration of panel for perspective correction GUI
declaration of panel for stacker GUI
bool Create(wxWindow *parent, MyExecPanel *logPanel)
creates the control and populates all controls with their settings
void OnProcessFinished(wxCommandEvent &e)
call at the end of the enfuse command, to load result back and enable buttons again
bool Create(wxWindow *parent, MyExecPanel *logWindow)
create the panel and populate all controls
void OnProcessFinished(wxCommandEvent &e)
clean up temporary files at end
void OnProcessFinished(wxCommandEvent &e)
call at the end of the enfuse command, to load result back and enable buttons again
bool Create(wxWindow *parent, MyExecPanel *logPanel)
creates the control and populates all controls with their settings
#define HUGIN_IMGCACHE_UPPERBOUND
void GetMonitorProfile(wxString &profileName, cmsHPROFILE &profile)
retrieve monitor profile from system
void StoreFramePosition(wxTopLevelWindow *frame, const wxString &basename, const bool ignoreMaximize)
void RestoreFramePosition(wxTopLevelWindow *frame, const wxString &basename, const bool ignoreMaximize)
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.