Hugintrunk
0.1
|
A matcher that uses Sebastians Nowozin's excellent sift matcher. More...
#include <AutoCtrlPointCreator.h>
Public Member Functions | |
AutoPanoSift () | |
ctor. More... | |
virtual | ~AutoPanoSift () |
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... | |
virtual HuginBase::CPVector | automatch (CPDetectorSetting &setting, HuginBase::Panorama &pano, const HuginBase::UIntSet &imgs, int nFeatures, std::vector< wxString > &keyFiles, int &ret_value, wxWindow *parent=NULL) |
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 that uses Sebastians Nowozin's excellent sift matcher.
Definition at line 65 of file AutoCtrlPointCreator.h.
|
inline |
ctor.
Definition at line 71 of file AutoCtrlPointCreator.h.
|
inlinevirtual |
dtor.
Definition at line 75 of file AutoCtrlPointCreator.h.
|
virtual |
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented from AutoCtrlPointCreator.
Definition at line 372 of file AutoCtrlPointCreator.cpp.
References AutoCtrlPointCreator::Cleanup(), CPExecute(), CPMessage(), DEBUG_DEBUG, DEBUG_ERROR, fill_set(), CPDetectorSetting::GetArgs(), GetCheckedTempDir(), HuginBase::Panorama::getCtrlPoints(), HuginBase::Panorama::getImage(), HuginBase::Panorama::getNrOfCtrlPoints(), HuginBase::Panorama::getNrOfImages(), CPDetectorSetting::GetProg(), GetProgPath(), HuginBase::Panorama::getSrcImage(), HuginBase::Panorama::getSubset(), HUGIN_CONV_FILENAME, HUGIN_EXIT_CODE_CANCELLED, CPDetectorSetting::IsTwoStepDetector(), hugin_utils::quoteFilename(), AutoCtrlPointCreator::readUpdatedControlPoints(), set_contains(), and hugin_utils::wxQuoteFilename().
Referenced by AutoCtrlPointCreator::automatch(), AutoPanoSiftStack::automatch(), AutoPanoSiftMultiRow::automatch(), AutoPanoSiftMultiRowStack::automatch(), and AutoPanoSiftPreAlign::automatch().
|
virtual |
Definition at line 568 of file AutoCtrlPointCreator.cpp.
References CPExecute(), CPMessage(), DEBUG_ASSERT, DEBUG_DEBUG, DEBUG_ERROR, CPDetectorSetting::GetArgs(), CPDetectorSetting::GetArgsMatcher(), GetCheckedTempDir(), HuginBase::Panorama::getNrOfImages(), CPDetectorSetting::GetProg(), CPDetectorSetting::GetProgMatcher(), GetProgPath(), HuginBase::Panorama::getSrcImage(), HUGIN_CONV_FILENAME, HUGIN_EXIT_CODE_CANCELLED, AutoCtrlPointCreator::readUpdatedControlPoints(), and hugin_utils::wxQuoteFilename().