MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations | Functions
extract_focal_length.h File Reference
#include <utility>
#include "mve/image_exif.h"
#include "sfm/defines.h"
Include dependency graph for extract_focal_length.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sfm
 Structure-from-Motion library.
 

Typedefs

typedef std::pair< float, FocalLengthMethodsfm::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, FocalLengthMethodsfm::extract_focal_length (mve::image::ExifInfo const &exif)
 Extracts the focal length from the EXIF tags of an image.