22 #ifndef _AUTOCTRLPOINTCREATOR_H
23 #define _AUTOCTRLPOINTCREATOR_H
53 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
55 int nFeatures, wxWindow *parent=NULL);
57 std::vector<wxString> &keyFiles, wxWindow *parent=NULL);
78 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
80 int nFeatures, std::vector<wxString> &keyFiles,
int & ret_value, wxWindow *parent=NULL);
97 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
114 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
131 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
148 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
165 int nFeatures,
int & ret_value, wxWindow *parent=NULL);
167 int nFeatures, std::vector<wxString> &keyFiles,
int & ret_value, wxWindow *parent=NULL);
170 #endif // _AUTOCTRLPOINTCREATOR_H
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.
virtual ~AutoPanoKolor()
dtor.
A matcher that uses Alexandres sift matcher.
A matcher for multi-rows, which considers stacks.
virtual ~AutoPanoSiftStack()
dtor.
A matcher for multi-row panoramas based on an idea by Bruno Postle.
virtual ~AutoPanoSiftMultiRowStack()
dtor.
Base class for control point creators.
std::set< unsigned int > UIntSet
class, which stores all settings of one cp detector
virtual ~AutoPanoSift()
dtor.
A matcher that uses Sebastians Nowozin's excellent sift matcher and considers stacks.
virtual ~AutoCtrlPointCreator()
dtor.
include file for the hugin project
declaration of CPDetectorSetting and CPDetectorConfig classes, which are for storing and changing set...
AutoPanoSiftMultiRowStack()
ctor.
std::vector< ControlPoint > CPVector
AutoPanoSiftMultiRow()
ctor.
A matcher that uses the align information in the panorama to generate cp between overlapping images...
A matcher that uses Sebastians Nowozin's excellent sift matcher.
AutoPanoSiftPreAlign()
ctor.
virtual ~AutoPanoSiftMultiRow()
dtor.
AutoCtrlPointCreator()
ctor.
virtual ~AutoPanoSiftPreAlign()
dtor.