|
Hugin trunk 0.1
|
A matcher that uses Sebastians Nowozin's excellent sift matcher and considers stacks. More...
#include <AutoCtrlPointCreator.h>

Public Member Functions | |
| AutoPanoSiftStack () | |
| ctor. | |
| virtual | ~AutoPanoSiftStack () |
| dtor. | |
| virtual HuginBase::CPVector | automatch (CPDetectorSetting &setting, HuginBase::Panorama &pano, const HuginBase::UIntSet &imgs, int nFeatures, int &ret_value, wxWindow *parent=NULL) |
| Do cp matching, calles the right routines, based on the matcher selected. | |
Public Member Functions inherited from AutoCtrlPointCreator | |
| AutoCtrlPointCreator () | |
| ctor. | |
| virtual | ~AutoCtrlPointCreator () |
| dtor. | |
| virtual HuginBase::CPVector | automatch (CPDetectorSetting &setting, HuginBase::Panorama &pano, const HuginBase::UIntSet &imgs, int nFeatures, wxWindow *parent=NULL) |
| virtual void | Cleanup (CPDetectorSetting &setting, HuginBase::Panorama &pano, const HuginBase::UIntSet &imgs, std::vector< wxString > &keyFiles, wxWindow *parent=NULL) |
Additional Inherited Members | |
Protected Member Functions inherited from AutoCtrlPointCreator | |
| HuginBase::CPVector | readUpdatedControlPoints (const std::string &file, HuginBase::Panorama &pano, const HuginBase::UIntSet &imgs, bool reordered) |
A matcher that uses Sebastians Nowozin's excellent sift matcher and considers stacks.
Definition at line 101 of file AutoCtrlPointCreator.h.
|
inline |
ctor.
Definition at line 107 of file AutoCtrlPointCreator.h.
|
inlinevirtual |
dtor.
Definition at line 111 of file AutoCtrlPointCreator.h.
|
virtual |
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented from AutoCtrlPointCreator.
Definition at line 835 of file AutoCtrlPointCreator.cpp.
References AddControlPointsWithCheck(), AutoPanoSift::automatch(), CPDetector_AutoPanoSift, HuginBase::SrcPanoImage::getExposure(), HuginBase::Panorama::getImage(), CPDetectorSetting::SetType(), sort_img_ev(), and threshold().
Referenced by AutoCtrlPointCreator::automatch().