|
Hugintrunk
0.1
|
helper functions to work with Exif data via the exiv2 library More...
#include "Exiv2Helper.h"#include "hugin_math/hugin_math.h"#include "hugin_utils/utils.h"#include <exiv2/exiv2.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 | |
| bool | HuginBase::Exiv2Helper::_getExiv2Value (Exiv2::ExifData &exifData, std::string keyName, long &value) |
| bool | HuginBase::Exiv2Helper::_getExiv2Value (Exiv2::ExifData &exifData, std::string keyName, float &value) |
| bool | HuginBase::Exiv2Helper::_getExiv2Value (Exiv2::ExifData &exifData, std::string keyName, std::string &value) |
| bool | HuginBase::Exiv2Helper::_getExiv2Value (Exiv2::ExifData &exifData, std::string keyName, std::vector< float > &values) |
| bool | HuginBase::Exiv2Helper::_getExiv2Value (Exiv2::ExifData &exifData, uint16_t tagID, std::string groupName, std::string &value) |
| bool | HuginBase::Exiv2Helper::_getExiv2Value (Exiv2::ExifData &exifData, uint16_t tagID, std::string groupName, double &value) |
| 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) |
| void | HuginBase::Exiv2Helper::PrintTag (Exiv2::ExifData::iterator itr) |
| 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.cpp.
1.8.5