definition of statusbar with progress indicator
~ProgressStatusBar()
destructor, clean up all stuff
void OnSize(wxSizeEvent &event)
size change handler, correctly position gauge when size has changed
int GetProgress()
return current progress value, should be in range 0 - 100, or -1 if the progress gauge is hidden
void SetProgress(int progress)
update progress bar
ProgressStatusBar(wxWindow *parent, wxWindowID id, long style=wxST_SIZEGRIP, const wxString &name="statusBar")
constructor, create the gauge internal
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.