Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
AutoCtrlPointCreator Class Reference

Base class for control point creators. More...

#include <AutoCtrlPointCreator.h>

Inheritance diagram for AutoCtrlPointCreator:
Inheritance graph

Public Member Functions

 AutoCtrlPointCreator ()
 ctor.
 
virtual ~AutoCtrlPointCreator ()
 dtor.
 
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 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)
 

Protected Member Functions

HuginBase::CPVector readUpdatedControlPoints (const std::string &file, HuginBase::Panorama &pano, const HuginBase::UIntSet &imgs, bool reordered)
 

Detailed Description

Base class for control point creators.

Definition at line 37 of file AutoCtrlPointCreator.h.

Constructor & Destructor Documentation

◆ AutoCtrlPointCreator()

AutoCtrlPointCreator::AutoCtrlPointCreator ( )
inline

ctor.

Definition at line 43 of file AutoCtrlPointCreator.h.

◆ ~AutoCtrlPointCreator()

virtual AutoCtrlPointCreator::~AutoCtrlPointCreator ( )
inlinevirtual

dtor.

Definition at line 47 of file AutoCtrlPointCreator.h.

Member Function Documentation

◆ automatch() [1/2]

HuginBase::CPVector AutoCtrlPointCreator::automatch ( CPDetectorSetting setting,
HuginBase::Panorama pano,
const HuginBase::UIntSet imgs,
int  nFeatures,
int ret_value,
wxWindow *  parent = NULL 
)
virtual

◆ automatch() [2/2]

HuginBase::CPVector AutoCtrlPointCreator::automatch ( CPDetectorSetting setting,
HuginBase::Panorama pano,
const HuginBase::UIntSet imgs,
int  nFeatures,
wxWindow *  parent = NULL 
)
virtual

Definition at line 241 of file AutoCtrlPointCreator.cpp.

References automatch(), and threshold().

◆ Cleanup()

void AutoCtrlPointCreator::Cleanup ( CPDetectorSetting setting,
HuginBase::Panorama pano,
const HuginBase::UIntSet imgs,
std::vector< wxString > &  keyFiles,
wxWindow *  parent = NULL 
)
virtual

◆ readUpdatedControlPoints()

HuginBase::CPVector AutoCtrlPointCreator::readUpdatedControlPoints ( const std::string &  file,
HuginBase::Panorama pano,
const HuginBase::UIntSet imgs,
bool  reordered 
)
protected

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