MVE - Multi-View Environment mve-devel
|
Go to the source code of this file.
Namespaces | |
namespace | sfm |
Structure-from-Motion library. | |
Typedefs | |
typedef std::pair< float, FocalLengthMethod > | sfm::FocalLengthEstimate |
Datatype for the focal length estimate which reports the normalized focal length as well as the method used to obtain the value. | |
Enumerations | |
enum | sfm::FocalLengthMethod { sfm::FOCAL_LENGTH_AND_DATABASE , sfm::FOCAL_LENGTH_35MM_EQUIV , sfm::FOCAL_LENGTH_FALLBACK_VALUE } |
Indicator which focal length estimation has been used. More... | |
Functions | |
std::pair< float, FocalLengthMethod > | sfm::extract_focal_length (mve::image::ExifInfo const &exif) |
Extracts the focal length from the EXIF tags of an image. | |