Hugintrunk
0.1
|
A matcher for multi-rows, which considers stacks. More...
#include <AutoCtrlPointCreator.h>
Public Member Functions | |
AutoPanoSiftMultiRowStack () | |
ctor. More... | |
virtual | ~AutoPanoSiftMultiRowStack () |
dtor. More... | |
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. More... | |
Public Member Functions inherited from AutoCtrlPointCreator | |
AutoCtrlPointCreator () | |
ctor. More... | |
virtual | ~AutoCtrlPointCreator () |
dtor. More... | |
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 for multi-rows, which considers stacks.
Definition at line 135 of file AutoCtrlPointCreator.h.
|
inline |
ctor.
Definition at line 141 of file AutoCtrlPointCreator.h.
|
inlinevirtual |
dtor.
Definition at line 145 of file AutoCtrlPointCreator.h.
|
virtual |
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented from AutoCtrlPointCreator.
Definition at line 1071 of file AutoCtrlPointCreator.cpp.
References AddControlPointsWithCheck(), HuginBase::Panorama::addCtrlPoint(), AutoPanoSift::automatch(), AutoPanoSiftMultiRow::automatch(), AutoCtrlPointCreator::Cleanup(), CPDetector_AutoPanoSift, fill_set(), CPDetectorSetting::GetArgsStack(), HuginBase::SrcPanoImage::getExposure(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfImages(), HuginBase::ConstImageVariableGroup::getPartNumber(), CPDetectorSetting::GetProgStack(), HuginBase::StandardImageVariableGroups::getStacks(), HuginBase::Panorama::getSubset(), CPDetectorSetting::SetArgs(), CPDetectorSetting::SetProg(), CPDetectorSetting::SetType(), and sort_img_ev().
Referenced by AutoCtrlPointCreator::automatch().