Hugintrunk
0.1
|
#include <icpfind.h>
Private Member Functions | |
virtual int | OnRun () |
the main procedure of iCPApp More... | |
virtual void | OnInitCmdLine (wxCmdLineParser &parser) |
set the parameters for the command line parser More... | |
virtual bool | OnCmdLineParsed (wxCmdLineParser &parser) |
processes the command line parameters More... | |
void | ReadDetectorConfig () |
read the CPDetectorConfig from file/registry More... | |
Private Attributes | |
long | m_setting |
long | m_matches |
wxString | m_input |
wxString | m_output |
CPDetectorSetting | m_cpsetting |
HuginBase::Panorama | pano |
|
privatevirtual |
|
privatevirtual |
set the parameters for the command line parser
Definition at line 73 of file icpfind.cpp.
|
privatevirtual |
the main procedure of iCPApp
Definition at line 108 of file icpfind.cpp.
References HuginBase::Panorama::addCtrlPoint(), AutoCtrlPointCreator::automatch(), fill_set(), HuginBase::Panorama::getNrOfImages(), hugin_utils::getPathPrefix(), HUGIN_CONV_FILENAME, HuginBase::PanoramaMemento::loadPTScript(), m_cpsetting, m_input, m_matches, m_output, pano, ptinfoDlg(), ptProgress(), ReadDetectorConfig(), HuginBase::Panorama::setMemento(), and HuginBase::Panorama::WritePTOFile().
|
private |
read the CPDetectorConfig from file/registry
Definition at line 45 of file icpfind.cpp.
References CPDetectorConfig::GetDefaultGenerator(), HUGIN_ASS_NCONTROLPOINTS, m_cpsetting, m_matches, m_setting, CPDetectorConfig::Read(), CPDetectorConfig::settings, and CPDetectorConfig::Write().
Referenced by OnRun().
|
private |
Definition at line 36 of file icpfind.h.
Referenced by OnRun(), and ReadDetectorConfig().
|
private |
Definition at line 34 of file icpfind.h.
Referenced by OnCmdLineParsed(), and OnRun().
|
private |
Definition at line 33 of file icpfind.h.
Referenced by OnCmdLineParsed(), OnRun(), and ReadDetectorConfig().
|
private |
Definition at line 35 of file icpfind.h.
Referenced by OnCmdLineParsed(), and OnRun().
|
private |
Definition at line 32 of file icpfind.h.
Referenced by OnCmdLineParsed(), and ReadDetectorConfig().
|
private |