Object to group conversion functions for PTO format variables representing a std::vector variable in SrcPanoImg, using characters stating from 'a'.
More...
template<class T = double, size_t size = 3>
class HuginBase::PTOVariableConverterVector< T, size >
Object to group conversion functions for PTO format variables representing a std::vector variable in SrcPanoImg, using characters stating from 'a'.
This can only be used for one variable, and it is RadialDistortion.
- Template Parameters
-
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.