38 wxXmlResource::Get()->LoadDialog(
this,
parent,
"reset_dialog");
43 cfg->Read(
"/ResetDialog/ResetPosition",&
check,
true);
45 cfg->Read(
"/ResetDialog/ResetTranslation", &
check,
true);
52 cfg->Read(
"/ResetDialog/ResetFOV",&
check,
true);
54 cfg->Read(
"/ResetDialog/ResetLens",&
check,
true);
56 cfg->Read(
"/ResetDialog/ResetExposure",&
check,
true);
61 cfg->Read(
"/ResetDialog/ResetExposureParam",&
exp_param,0);
65 cfg->Read(
"/ResetDialog/ResetColor",&
check,
true);
72 cfg->Read(
"/ResetDialog/ResetVignetting",&
check,
true);
74 cfg->Read(
"/ResetDialog/ResetResponse",&
check,
true);
113 cfg->Write(
"/ResetDialog/ResetExposureParam",
exp_param);
Definition of ResetDialog class.
bool GetResetExposureToExif()
Return TRUE, when user selected "Reset exposure to EXIF", Return FALSE, when user selected "Reset exp...
void LimitToPhotometric()
limits the displayed parameters to photometric parameters
bool GetResetResponse()
Return TRUE, when user selected "Reset Camera Response".
void OnSelectColor(wxCommandEvent &e)
Method for enabling/disable combobox to select reset color to EXIF or ONE depending on state of "Rese...
bool GetResetTranslation()
Return TRUE, when user selected "Reset translation".
void OnSelectExposure(wxCommandEvent &e)
Method for enabling/disable combobox to select reset exposure to EXIF or ZERO depending on state of "...
bool GetResetLens()
Return TRUE, when user selected "Reset lens".
void OnOk(wxCommandEvent &e)
Saves current state of all checkboxes when closing dialog with Ok.
void LimitToGeometric()
limits the displayed parameters to geometric parameters
bool GetResetExposure()
Return TRUE, when user selected "Reset exposure".
bool GetResetPos()
Return TRUE, when user selected "Reset position".
bool GetResetFOV()
Return TRUE, when user selected "Reset FOV".
bool GetResetColor()
Return TRUE, when user selected "Reset color".
bool GetResetColorToExif()
Return TRUE, when user selected "Reset color to EXIF", Return FALSE, when user selected "Reset color ...
ResetDialog(wxWindow *parent, GuiLevel guiLevel)
Constructor, read from xrc ressource; restore last uses settings, size and position.
bool GetResetVignetting()
Return TRUE, when user selected "Reset vignetting".
void StoreFramePositionOnly(wxTopLevelWindow *frame, const wxString &basename)
void RestoreFramePositionOnly(wxTopLevelWindow *frame, const wxString &basename)
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.