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

Public Member Functions | |
| AutoPanoSiftPreAlign () | |
| ctor. | |
| virtual | ~AutoPanoSiftPreAlign () |
| 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 156 of file AutoCtrlPointCreator.h.
|
|
ctor.
Definition at line 162 of file AutoCtrlPointCreator.h. |
|
|
dtor.
Definition at line 166 of file AutoCtrlPointCreator.h. |
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||
|
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented from AutoCtrlPointCreator. Definition at line 1138 of file AutoCtrlPointCreator.cpp. References HuginBase::Panorama::getNrOfImages(). Referenced by AutoPanoSiftMultiRow::automatch(), and AutoCtrlPointCreator::automatch(). |
1.3.9.1