#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 |
| PT::Panorama | pano |
|
|
processes the command line parameters
Definition at line 75 of file icpfind.cpp. |
|
|
set the parameters for the command line parser
Definition at line 66 of file icpfind.cpp. |
|
|
the main procedure of iCPApp
Definition at line 107 of file icpfind.cpp. References HuginBase::Panorama::addCtrlPoint(), AutoCtrlPointCreator::automatch(), cerr, cout, fill_set(), HuginBase::Panorama::getNrOfImages(), HuginBase::Panorama::getOptimizeVector(), HuginBase::Panorama::getOptions(), HUGIN_CONV_FILENAME, PT::PanoramaMemento::loadPTScript(), m_cpsetting, m_input, m_matches, m_output, pano, makefile::prefix(), HuginBase::Panorama::printPanoramaScript(), ptinfoDlg(), ptProgress(), ReadDetectorConfig(), and HuginBase::Panorama::setMemento(). |
|
|
read the CPDetectorConfig from file/registry
Definition at line 41 of file icpfind.cpp. References CPDetectorConfig::GetDefaultGenerator(), HUGIN_ASS_NCONTROLPOINTS, m_cpsetting, m_matches, CPDetectorConfig::Read(), CPDetectorConfig::settings, and CPDetectorConfig::Write(). Referenced by OnRun(). |
|
|
Definition at line 32 of file icpfind.h. Referenced by OnRun(), and ReadDetectorConfig(). |
|
|
Definition at line 30 of file icpfind.h. Referenced by OnCmdLineParsed(), and OnRun(). |
|
|
Definition at line 29 of file icpfind.h. Referenced by OnCmdLineParsed(), OnRun(), and ReadDetectorConfig(). |
|
|
Definition at line 31 of file icpfind.h. Referenced by OnCmdLineParsed(), and OnRun(). |
|
|
Definition at line 28 of file icpfind.h. Referenced by OnCmdLineParsed(). |
|
|
Definition at line 33 of file icpfind.h. Referenced by OnRun(). |
1.3.9.1