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

Public Member Functions | |
| AutoPanoSift () | |
| ctor. | |
| virtual | ~AutoPanoSift () |
| 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, std::vector< wxString > &keyFiles, int &ret_value, wxWindow *parent=NULL) |
Definition at line 69 of file AutoCtrlPointCreator.h.
|
|
ctor.
Definition at line 75 of file AutoCtrlPointCreator.h. |
|
|
dtor.
Definition at line 79 of file AutoCtrlPointCreator.h. |
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented from AutoCtrlPointCreator. Definition at line 382 of file AutoCtrlPointCreator.cpp. References AutoCtrlPointCreator::Cleanup(), CPExecute(), CPMessage(), DEBUG_DEBUG, DEBUG_ERROR, HuginBase::Panorama::duplicate(), CPDetectorSetting::GetArgs(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), HuginBase::Panorama::getOptimizeVector(), HuginBase::Panorama::getOptions(), CPDetectorSetting::GetProg(), GetProgPath(), HuginBase::Panorama::getSrcImage(), HUGIN_CONV_FILENAME, CPDetectorSetting::IsTwoStepDetector(), HuginBase::Panorama::printPanoramaScript(), hugin_utils::quoteFilename(), AutoCtrlPointCreator::readUpdatedControlPoints(), and HuginBase::Panorama::setCtrlPoints(). Referenced by AutoPanoSiftPreAlign::automatch(), AutoPanoSiftMultiRowStack::automatch(), AutoPanoSiftMultiRow::automatch(), AutoPanoSiftStack::automatch(), and AutoCtrlPointCreator::automatch(). |
1.3.9.1