Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
AutoPanoSift Class Reference

A matcher that uses Sebastians Nowozin's excellent sift matcher. More...

#include <AutoCtrlPointCreator.h>

Inheritance diagram for AutoPanoSift:
Inheritance graph

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)
 

Detailed Description

A matcher that uses Sebastians Nowozin's excellent sift matcher.

Definition at line 65 of file AutoCtrlPointCreator.h.

Constructor & Destructor Documentation

AutoPanoSift::AutoPanoSift ( )
inline

ctor.

Definition at line 71 of file AutoCtrlPointCreator.h.

virtual AutoPanoSift::~AutoPanoSift ( )
inlinevirtual

dtor.

Definition at line 75 of file AutoCtrlPointCreator.h.

Member Function Documentation

HuginBase::CPVector AutoPanoSift::automatch ( CPDetectorSetting setting,
HuginBase::Panorama pano,
const HuginBase::UIntSet imgs,
int  nFeatures,
int &  ret_value,
wxWindow *  parent = NULL 
)
virtual
HuginBase::CPVector AutoPanoSift::automatch ( CPDetectorSetting setting,
HuginBase::Panorama pano,
const HuginBase::UIntSet imgs,
int  nFeatures,
std::vector< wxString > &  keyFiles,
int &  ret_value,
wxWindow *  parent = NULL 
)
virtual

The documentation for this class was generated from the following files: