Hugintrunk
0.1
|
helper functions to work with Exif data via the exiv2 library More...
#include <string>
#include <vector>
#include <exiv2/exif.hpp>
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::getExiv2GPSLatitude (Exiv2::ExifData &exifData, double &latitude) |
bool | HuginBase::Exiv2Helper::getExiv2GPSLongitude (Exiv2::ExifData &exifData, double &longitude) |
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) |
helper functions to work with Exif data via the exiv2 library
Definition in file Exiv2Helper.h.