Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Exiv2Helper.h File Reference

helper functions to work with Exif data via the exiv2 library More...

#include <string>
#include <vector>
#include <exiv2/exif.hpp>
Include dependency graph for Exiv2Helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 HuginBase
 mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
 
 HuginBase::Exiv2Helper
 

Functions

const double HuginBase::Exiv2Helper::getExiv2ValueDouble (Exiv2::ExifData &exifData, Exiv2::ExifData::const_iterator it)
 
const double HuginBase::Exiv2Helper::getExiv2ValueDouble (Exiv2::ExifData &exifData, std::string keyName)
 
const std::string HuginBase::Exiv2Helper::getExiv2ValueString (Exiv2::ExifData &exifData, Exiv2::ExifData::const_iterator it)
 
const std::string HuginBase::Exiv2Helper::getExiv2ValueString (Exiv2::ExifData &exifData, std::string keyName)
 
const long HuginBase::Exiv2Helper::getExiv2ValueLong (Exiv2::ExifData &exifData, Exiv2::ExifData::const_iterator it)
 
const long HuginBase::Exiv2Helper::getExiv2ValueLong (Exiv2::ExifData &exifData, std::string keyName)
 
bool HuginBase::Exiv2Helper::readRedBlueBalance (Exiv2::ExifData &exifData, double &redBalance, double &blueBalance)
 
const double HuginBase::Exiv2Helper::getCropFactor (Exiv2::ExifData &exifData, long width, long height)
 
const std::string HuginBase::Exiv2Helper::getLensName (Exiv2::ExifData &exifData)
 

Detailed Description

helper functions to work with Exif data via the exiv2 library

Author
Pablo d'Angelo, T. Modes

Definition in file Exiv2Helper.h.