#include <AutoCtrlPointCreator.h>
Inheritance diagram for AutoCtrlPointCreator:

Public Member Functions | |
| AutoCtrlPointCreator () | |
| ctor. | |
| virtual | ~AutoCtrlPointCreator () |
| dtor. | |
| virtual HuginBase::CPVector | automatch (CPDetectorSetting &setting, PT::Panorama &pano, const PT::UIntSet &imgs, int nFeatures, int &ret_value, wxWindow *parent=NULL) |
| Do cp matching, calles the right routines, based on the matcher selected. | |
| virtual HuginBase::CPVector | automatch (CPDetectorSetting &setting, PT::Panorama &pano, const PT::UIntSet &imgs, int nFeatures, wxWindow *parent=NULL) |
| virtual void | Cleanup (CPDetectorSetting &setting, PT::Panorama &pano, const PT::UIntSet &imgs, std::vector< wxString > &keyFiles, wxWindow *parent=NULL) |
Protected Member Functions | |
| HuginBase::CPVector | readUpdatedControlPoints (const std::string &file, PT::Panorama &pano) |
| HuginBase::CPVector | readUpdatedControlPoints (const std::string &file, PT::Panorama &pano, const PT::UIntSet &imgs) |
Definition at line 39 of file AutoCtrlPointCreator.h.
|
|
ctor.
Definition at line 45 of file AutoCtrlPointCreator.h. |
|
|
dtor.
Definition at line 49 of file AutoCtrlPointCreator.h. |
|
||||||||||||||||||||||||
|
Definition at line 250 of file AutoCtrlPointCreator.cpp. References automatch(). |
|
||||||||||||||||||||||||||||
|
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented in AutoPanoSift, AutoPanoKolor, AutoPanoSiftStack, AutoPanoSiftMultiRow, AutoPanoSiftMultiRowStack, and AutoPanoSiftPreAlign. Definition at line 257 of file AutoCtrlPointCreator.cpp. References AutoPanoSiftPreAlign::automatch(), AutoPanoSiftMultiRowStack::automatch(), AutoPanoSiftMultiRow::automatch(), AutoPanoSiftStack::automatch(), AutoPanoSift::automatch(), AutoPanoKolor::automatch(), CanStartProg(), CPDetector_AutoPano, CPDetector_AutoPanoSift, CPDetector_AutoPanoSiftMultiRow, CPDetector_AutoPanoSiftMultiRowStack, CPDetector_AutoPanoSiftPreAlign, CPDetector_AutoPanoSiftStack, CPDetectorType, DEBUG_ERROR, CPDetectorSetting::GetProg(), CPDetectorSetting::GetProgMatcher(), CPDetectorSetting::GetProgStack(), CPDetectorSetting::GetType(), and CPDetectorSetting::IsTwoStepDetector(). Referenced by automatch(), ImagesPanel::CPGenerate(), and iCPApp::OnRun(). |
|
||||||||||||||||||||||||
|
||||||||||||||||
|
Definition at line 137 of file AutoCtrlPointCreator.cpp. References HuginBase::CPVector, DEBUG_ERROR, HuginBase::Panorama::getCtrlPoints(), HuginBase::Panorama::getNrOfImages(), PT::PanoramaMemento::loadPTScript(), and HuginBase::Panorama::setMemento(). |
|
||||||||||||
|
Definition at line 92 of file AutoCtrlPointCreator.cpp. References HuginBase::CPVector, DEBUG_ERROR, HuginBase::Panorama::getCtrlPoints(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), PT::PanoramaMemento::loadPTScript(), set_contains(), HuginBase::Panorama::setMemento(), and hugin_utils::stripPath(). Referenced by AutoPanoKolor::automatch(), and AutoPanoSift::automatch(). |
1.3.9.1