|
Hugin trunk 0.1
|
Object to group conversion functions for PTO format variables representing a std::vector variable in SrcPanoImg, using an identifying first character. More...
#include <ImageVariableTranslate.h>
Static Public Member Functions | |
| static bool | checkApplicability (const std::string &name) |
| static double | getValueFromVariable (const std::string &name, const ImageVariable< std::vector< T > > &var) |
| static void | setValueFromVariable (const std::string &name, ImageVariable< std::vector< T > > &var, const double value) |
| static void | addToVariableMap (const ImageVariable< std::vector< T > > &var, VariableMap &map) |
Object to group conversion functions for PTO format variables representing a std::vector variable in SrcPanoImg, using an identifying first character.
It can only represent PTO format variables that can be expressed as some constant character followed by a index character, where the first element of the vector has the index character 'a' and the others follow in order.
| base_code | string used in PTO file format upto the the character. |
| T | type used in SrcImageVariable. Should really be double, but could be float or something. |
| size | The number of letters and the size of the vector. |
Definition at line 162 of file ImageVariableTranslate.h.
|
inlinestatic |
Definition at line 182 of file ImageVariableTranslate.h.
References threshold().
|
inlinestatic |
Definition at line 165 of file ImageVariableTranslate.h.
References threshold().
|
inlinestatic |
Definition at line 170 of file ImageVariableTranslate.h.
|
inlinestatic |
Definition at line 175 of file ImageVariableTranslate.h.
References threshold().