27#ifndef _CPDETECTORDIALOG_H
28#define _CPDETECTORDIALOG_H
34#include <wx/choicebk.h>
54 void OnOk(wxCommandEvent & e);
declaration of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing set...
class for storing settings of different control point generators
dialog for input settings of one autopano generator
wxTextCtrl * m_edit_args_matcher
wxTextCtrl * m_edit_prog_descriptor
bool ShowFileDialog(wxString &prog)
shows file dialog
void OnSelectPathMatcher(wxCommandEvent &e)
select program for feature matcher with file open dialog
void OnTypeChange(wxCommandEvent &e)
update dialog, when other cp detector type is changed
wxTextCtrl * m_edit_args_cleanup
virtual ~CPDetectorDialog()
destructor, saves position and size
void OnSelectPathDescriptor(wxCommandEvent &e)
select program for feature descriptor with file open dialog
wxStaticText * m_label_args_cleanup
wxChoice * m_cpdetector_type
void OnStepChanging(wxChoicebookEvent &e)
block selection of two step detector for autopano setting
void UpdateSettings(CPDetectorConfig *cpdet_config, int index)
return inputed settings
void OnSelectPath(wxCommandEvent &e)
select program with file open dialog
wxChoicebook * m_choice_step
wxTextCtrl * m_edit_args_stack
void UpdateFields(CPDetectorConfig *cpdet_config, int index)
updates edit fields with values from settings
void OnOk(wxCommandEvent &e)
check inputs
wxCheckBox * m_check_option
wxTextCtrl * m_edit_prog_stack
wxTextCtrl * m_edit_prog_matcher
wxTextCtrl * m_edit_args_descriptor
void OnSelectPathStack(wxCommandEvent &e)
select program for stack with file open dialog
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.