Hugintrunk
0.1
|
#include <PTOptimizer.h>
Public Types | |
enum | OptMode { OPT_POS =1, OPT_B =2, OPT_AC =4, OPT_DE =8, OPT_HFOV =16, OPT_GT =32, OPT_VIG =64, OPT_VIGCENTRE =128, OPT_EXP =256, OPT_WB =512, OPT_RESP =1024 } |
Static Public Member Functions | |
static OptimizeVector | createOptVars (const PanoramaData &optPano, int mode, unsigned anchorImg=0) |
helper function for optvar creation More... | |
Definition at line 131 of file PTOptimizer.h.
Enumerator | |
---|---|
OPT_POS | |
OPT_B | |
OPT_AC | |
OPT_DE | |
OPT_HFOV | |
OPT_GT | |
OPT_VIG | |
OPT_VIGCENTRE | |
OPT_EXP | |
OPT_WB | |
OPT_RESP |
Definition at line 135 of file PTOptimizer.h.
|
static |
helper function for optvar creation
Definition at line 575 of file PTOptimizer.cpp.
References HuginBase::PanoramaData::getImage(), HuginBase::PanoramaData::getNrOfImages(), OPT_AC, OPT_B, OPT_DE, OPT_EXP, OPT_GT, OPT_HFOV, OPT_POS, OPT_RESP, OPT_VIG, OPT_VIGCENTRE, OPT_WB, and HuginBase::BaseSrcPanoImage::RESPONSE_EMOR.
Referenced by HuginBase::SmartOptimise::smartOptimize().