Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
HuginBase::PhotometricOptimizer::OptimData Struct Reference
#include <PhotometricOptimizer.h>
Public Member Functions | |
| OptimData (const PanoramaData &pano, const OptimizeVector &optvars, const std::vector< vigra_ext::PointPairRGB > &data, double mEstimatorSigma, bool symmetric, int maxIter, AppBase::ProgressReporter &progress) | |
| void | ToX (double *x) |
| copy optimisation variables into x | |
| void | FromX (double *x) |
| copy new values from x to into this->m_imgs | |
Public Attributes | |
| const PanoramaData & | m_pano |
| std::vector< SrcPanoImage > | m_imgs |
| std::vector< VarMapping > | m_vars |
| std::vector< vigra_ext::PointPairRGB > | m_data |
| double | huberSigma |
| bool | symmetricError |
| int | m_maxIter |
| AppBase::ProgressReporter & | m_progress |
Constructor & Destructor Documentation
|
||||||||||||||||||||||||||||||||
|
|
Member Function Documentation
|
|
copy new values from x to into this->m_imgs
|
|
|
copy optimisation variables into x
|
Member Data Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The documentation for this struct was generated from the following files:
- hugin_base/algorithms/optimizer/PhotometricOptimizer.h
- hugin_base/algorithms/optimizer/PhotometricOptimizer.cpp
1.3.9.1