28#ifndef PROGRESSSTATUSBAR_H
29#define PROGRESSSTATUSBAR_H
32#include <wx/statusbr.h>
class for showing a status bar with progress, the progress bar is always in the last field of the sta...
~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
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.