#include "LensDB.h"
#include <boost/filesystem.hpp>
#include <iostream>
#include <hugin_utils/stl_utils.h>
Include dependency graph for LensDB.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | HuginBase |
| namespace | HuginBase::LensDB |
Defines | |
| #define | MIN_LF_VERSION 0x20501 |
| #define | GETPATHSTRING(x) x |
Typedefs | |
| typedef boost::filesystem::basic_path< std::string, boost::filesystem::path_traits > | basic_path |
Functions | |
| bool | TranslateProjectionLF2Hugin (const lfLens *lens, BaseSrcPanoImage::Projection &projection) |
| translates the projection names from lensfun form into Hugin form | |
| bool | TranslateProjectionHugin2LF (BaseSrcPanoImage::Projection projection, lfLens *lens) |
| translates the projection names from Hugin form into lensfun form | |
Definition in file LensDB.cpp.
|
|
Definition at line 41 of file LensDB.cpp. Referenced by HuginBase::LensDB::LensDB::LoadFilesInDir(). |
|
|
Definition at line 31 of file LensDB.cpp. |
|
|
Definition at line 40 of file LensDB.cpp. Referenced by HuginBase::LensDB::LensDB::BeginSaveLens(), HuginBase::LensDB::LensDB::LoadFilesInDir(), and HuginBase::LensDB::LensDB::SaveCameraCrop(). |
|
||||||||||||
|
translates the projection names from Hugin form into lensfun form
Definition at line 469 of file LensDB.cpp. Referenced by HuginBase::LensDB::LensDB::BeginSaveLens(). |
|
||||||||||||
|
translates the projection names from lensfun form into Hugin form
Definition at line 409 of file LensDB.cpp. Referenced by HuginBase::LensDB::LensDB::BeginSaveLens(), and HuginBase::LensDB::LensDB::GetProjection(). |
1.3.9.1