24#ifndef _MYPROGRESSDIALOG_H
25#define _MYPROGRESSDIALOG_H
28#include <wx/progdlg.h>
53 using ProgressDisplay::updateDisplay;
55 using ProgressDisplay::updateDisplayValue;
void setMessage(const std::string &message, const std::string &filename="")
sets the message to given string
bool updateDisplay()
updates the display, return true, if update was successful, false if cancel was pressed
virtual void updateProgressDisplay()=0
Template method, updates the display.
bool updateDisplayValue()
ProgressReporterDialog(int maxProgress, const wxString &title, const wxString &message, wxWindow *parent=NULL, int style=wxPD_AUTO_HIDE|wxPD_APP_MODAL|wxPD_CAN_ABORT|wxPD_ELAPSED_TIME)
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.