#include <iostream>#include <stdio.h>#include "SrcPanoImage.h"#include <vector>#include <vigra/diff2d.hxx>#include <vigra/imageinfo.hxx>#include <hugin_utils/utils.h>#include <exiv2/exif.hpp>#include <exiv2/image.hpp>#include <exiv2/easyaccess.hpp>#include <lensdb/LensDB.h>#include "ImageVariableTranslate.h"#include "image_variables.h"Include dependency graph for SrcPanoImage.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | HuginBase |
Defines | |
| #define | image_variable(name, type, default_value) m_##name.setData(default_value); |
| #define | image_variable(name, type, default_value) m_##name.getData() == other.m_##name.getData() && |
| #define | image_variable(name, type, default_value) |
| #define | image_variable(name, type, default_value) |
| #define | image_variable(name, type, default_value) PTOVariableConverterFor##name::addToVariableMap(m_##name, vars); |
|
|
|
|
|
Value: if (PTOVariableConverterFor##name::checkApplicability(code)) \ {PTOVariableConverterFor##name::setValueFromVariable(code, m_##name, val);}\ else |
|
|
Value: if (PTOVariableConverterFor##name::checkApplicability(code)) \ return PTOVariableConverterFor##name::getValueFromVariable(code, m_##name );\ else |
|
|
|
|
|
|
1.3.9.1