Hugintrunk
0.1
|
A matcher that uses the align information in the panorama to generate cp between overlapping images. More...
#include <AutoCtrlPointCreator.h>
Public Member Functions | |
AutoPanoSiftPreAlign () | |
ctor. More... | |
virtual | ~AutoPanoSiftPreAlign () |
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 the align information in the panorama to generate cp between overlapping images.
Definition at line 152 of file AutoCtrlPointCreator.h.
|
inline |
ctor.
Definition at line 158 of file AutoCtrlPointCreator.h.
|
inlinevirtual |
dtor.
Definition at line 162 of file AutoCtrlPointCreator.h.
|
virtual |
Do cp matching, calles the right routines, based on the matcher selected.
Reimplemented from AutoCtrlPointCreator.
Definition at line 1167 of file AutoCtrlPointCreator.cpp.
References HuginBase::Panorama::getNrOfImages().
Referenced by AutoCtrlPointCreator::automatch(), and AutoPanoSiftMultiRow::automatch().
|
virtual |
Definition at line 1174 of file AutoCtrlPointCreator.cpp.
References AddControlPointsWithCheck(), AutoPanoSift::automatch(), HuginBase::CalculateImageOverlap::calculate(), AutoCtrlPointCreator::Cleanup(), DEBUG_ASSERT, HuginBase::Panorama::getCtrlPoints(), HuginBase::Panorama::getNrOfImages(), CPDetectorSetting::GetOption(), HuginBase::CalculateImageOverlap::getOverlap(), CPDetectorSetting::IsTwoStepDetector(), set_contains(), and HuginBase::ControlPoint::X_Y.