26#ifndef _PARSEIMAGEVARIABLEDIALOG_H
27#define _PARSEIMAGEVARIABLEDIALOG_H
44 void OnOk(wxCommandEvent & e);
46 void OnLoad(wxCommandEvent & e);
48 void OnSave(wxCommandEvent & e);
52 void OnTest(wxCommandEvent & e);
Dialog for editing expression to change image variables.
std::string GetExpression()
void OnSave(wxCommandEvent &e)
saves the current expression as preset
void SetExpression(const wxString &s)
wxTextAttr m_textAttrDefault
void OnTest(wxCommandEvent &e)
tests the current expression
void OnOk(wxCommandEvent &e)
Saves current expression when closing dialog with Ok.
HuginBase::Panorama * m_pano
void OnTextChange(wxCommandEvent &e)
text change event, used to format text
void OnLoad(wxCommandEvent &e)
loads the selected preset into control
void OnDelete(wxCommandEvent &e)
deletes the seletected preset
wxTextAttr m_textAttrInactive
~ImageVariablesExpressionDialog()
destructor, saves position
include file for the hugin project
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.