|
Hugin trunk 0.1
|
#include <icpfind.h>

Private Member Functions | |
| virtual int | OnRun () |
| the main procedure of iCPApp | |
| virtual void | OnInitCmdLine (wxCmdLineParser &parser) |
| set the parameters for the command line parser | |
| virtual bool | OnCmdLineParsed (wxCmdLineParser &parser) |
| processes the command line parameters | |
| void | ReadDetectorConfig () |
| read the CPDetectorConfig from file/registry | |
Private Attributes | |
| long | m_setting |
| long | m_matches |
| wxString | m_input |
| wxString | m_output |
| CPDetectorSetting | m_cpsetting |
| HuginBase::Panorama | pano |
|
privatevirtual |
processes the command line parameters
Definition at line 82 of file icpfind.cpp.
References m_input, m_matches, m_output, m_setting, and threshold().
|
privatevirtual |
set the parameters for the command line parser
Definition at line 73 of file icpfind.cpp.
References threshold().
|
privatevirtual |
the main procedure of iCPApp
Definition at line 108 of file icpfind.cpp.
References HuginBase::Panorama::addCtrlPoint(), 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(), threshold(), 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, threshold(), 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 |