CPDetectorSetting Class Reference
class, which stores all settings of one cp detector More...
#include <CPDetectorConfig.h>
Public Member Functions | |
| CPDetectorSetting (int new_type=-1) | |
| constructor | |
| virtual | ~CPDetectorSetting () |
| destructor | |
| void | Read (wxConfigBase *config, wxString path) |
| read setting for this generator from config | |
| void | Write (wxConfigBase *config, wxString path) |
| writes setting for this generator to config | |
| const wxString | GetCPDetectorDesc () |
| return description of this setting | |
| void | SetCPDetectorDesc (wxString new_desc) |
| sets description of this setting | |
| const CPDetectorType | GetType () |
| return type of this setting | |
| void | SetType (CPDetectorType new_type) |
| sets type of this setting | |
| const wxString | GetProg () |
| return program for one step detector or feature descriptor | |
| void | SetProg (wxString new_prog) |
| sets program for one step detector or feature descriptor | |
| const wxString | GetArgs () |
| return arguments of one step detector or feature descriptor | |
| void | SetArgs (wxString new_args) |
| sets arguments of one step detector or feature descriptor | |
| const wxString | GetProgMatcher () |
| return program for feature matcher | |
| void | SetProgMatcher (wxString new_prog) |
| sets program for feature matcher | |
| const wxString | GetArgsMatcher () |
| return arguments for feature matcher | |
| void | SetArgsMatcher (wxString new_args) |
| sets arguments for feature matcher | |
| const wxString | GetProgStack () |
| return program name, which works on stacks | |
| void | SetProgStack (wxString new_prog) |
| sets program for detecting cp in stacks | |
| const wxString | GetArgsStack () |
| return arguments of program for detection of cp in stacks | |
| void | SetArgsStack (wxString new_args) |
| sets arguments of program for detection of cp in stacks | |
| const bool | GetOption () |
| gets options, used in multi-row and prealigned cp detectors | |
| void | SetOption (bool new_option) |
| set options, used in multi-row cp and prealigned detectors | |
| const bool | IsTwoStepDetector () |
| returns true, if setting is suitable for two step detector otherwise false | |
Detailed Description
class, which stores all settings of one cp detector
Constructor & Destructor Documentation
|
|
constructor
|
|
|
destructor
|
Member Function Documentation
|
|
return arguments of one step detector or feature descriptor
|
|
|
return arguments for feature matcher
|
|
|
return arguments of program for detection of cp in stacks
|
|
|
return description of this setting
|
|
|
gets options, used in multi-row and prealigned cp detectors
|
|
|
return program for one step detector or feature descriptor
|
|
|
return program for feature matcher
|
|
|
return program name, which works on stacks
|
|
|
return type of this setting
|
|
|
returns true, if setting is suitable for two step detector otherwise false
|
|
||||||||||||
|
read setting for this generator from config
|
|
|
sets arguments of one step detector or feature descriptor
|
|
|
sets arguments for feature matcher
|
|
|
sets arguments of program for detection of cp in stacks
|
|
|
sets description of this setting
|
|
|
set options, used in multi-row cp and prealigned detectors
|
|
|
sets program for one step detector or feature descriptor
|
|
|
sets program for feature matcher
|
|
|
sets program for detecting cp in stacks
|
|
|
sets type of this setting
|
|
||||||||||||
|
writes setting for this generator to config
|
The documentation for this class was generated from the following files:
- hugin1/hugin/CPDetectorConfig.h
- hugin1/hugin/CPDetectorConfig.cpp
1.3.9.1