#include <ImageVariableTranslate.h>
Static Public Member Functions | |
| bool | checkApplicability (const std::string name) |
| double | getValueFromVariable (const std::string name, const ImageVariable< std::vector< T > > &var) |
| void | setValueFromVariable (const std::string name, ImageVariable< std::vector< T > > &var, const double value) |
| void | addToVariableMap (const ImageVariable< std::vector< T > > &var, VariableMap &map) |
This can only be used for one variable, and it is RadialDistortion.
base_code string used in PTO file format upto the the character. T type used in the ImageVariable. Should really be double, but could be float or something. size The number of letters and the size of the vector.
Definition at line 203 of file ImageVariableTranslate.h.
|
||||||||||||||||
|
Definition at line 223 of file ImageVariableTranslate.h. |
|
||||||||||
|
Definition at line 206 of file ImageVariableTranslate.h. |
|
||||||||||||||||
|
Definition at line 211 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::getData(). |
|
||||||||||||||||||||
|
Definition at line 216 of file ImageVariableTranslate.h. References HuginBase::ImageVariable< Type >::getData(), and HuginBase::ImageVariable< Type >::setData(). |
1.3.9.1