MVE - Multi-View Environment mve-devel
|
EXIF information. More...
#include <image_exif.h>
Public Member Functions | |
ExifInfo (void) | |
Public Attributes | |
std::string | artist |
Artist information. | |
int | bits_per_sample |
Bits per sample. | |
std::string | camera_maker |
Camera manufacturer. | |
std::string | camera_model |
Camera model. | |
std::string | copyright |
Copyright information. | |
std::string | date_modified |
Date/time string of last modification. | |
std::string | date_original |
Date/time string of original image. | |
std::string | description |
Description of the image. | |
float | exposure_bias |
Image exposure bias in F-stops. | |
float | exposure_time |
Image exposure time in seconds. | |
float | f_number |
F-number in 1/f. | |
int | flash_mode |
Flash mode (see http://tinyurl.com/o7pawes). | |
float | focal_length |
Focal length of the image in mm, relative to sensor size. | |
float | focal_length_35mm |
Focal length equivalent for 35mm film. | |
int | image_height |
EXIF image height. | |
int | image_width |
EXIF image width. | |
int | iso_speed |
Camera ISO speed rating for the image. | |
int | orientation |
Orientation of the image: | |
float | shutter_speed |
Image shutter speed in seconds. | |
std::string | software |
Software used to process the image. | |
EXIF information.
Definition at line 31 of file image_exif.h.
|
inline |
Definition at line 109 of file image_exif.h.
std::string mve::image::ExifInfo::artist |
Artist information.
Definition at line 50 of file image_exif.h.
int mve::image::ExifInfo::bits_per_sample |
Bits per sample.
Definition at line 55 of file image_exif.h.
std::string mve::image::ExifInfo::camera_maker |
Camera manufacturer.
Definition at line 36 of file image_exif.h.
std::string mve::image::ExifInfo::camera_model |
Camera model.
Definition at line 38 of file image_exif.h.
std::string mve::image::ExifInfo::copyright |
Copyright information.
Definition at line 48 of file image_exif.h.
std::string mve::image::ExifInfo::date_modified |
Date/time string of last modification.
Definition at line 40 of file image_exif.h.
std::string mve::image::ExifInfo::date_original |
Date/time string of original image.
Definition at line 42 of file image_exif.h.
std::string mve::image::ExifInfo::description |
Description of the image.
Definition at line 44 of file image_exif.h.
float mve::image::ExifInfo::exposure_bias |
Image exposure bias in F-stops.
Definition at line 79 of file image_exif.h.
float mve::image::ExifInfo::exposure_time |
Image exposure time in seconds.
Definition at line 77 of file image_exif.h.
float mve::image::ExifInfo::f_number |
F-number in 1/f.
Definition at line 75 of file image_exif.h.
int mve::image::ExifInfo::flash_mode |
Flash mode (see http://tinyurl.com/o7pawes).
Definition at line 83 of file image_exif.h.
float mve::image::ExifInfo::focal_length |
Focal length of the image in mm, relative to sensor size.
Definition at line 71 of file image_exif.h.
float mve::image::ExifInfo::focal_length_35mm |
Focal length equivalent for 35mm film.
Definition at line 73 of file image_exif.h.
int mve::image::ExifInfo::image_height |
EXIF image height.
Definition at line 87 of file image_exif.h.
int mve::image::ExifInfo::image_width |
EXIF image width.
Definition at line 85 of file image_exif.h.
int mve::image::ExifInfo::iso_speed |
Camera ISO speed rating for the image.
Definition at line 53 of file image_exif.h.
int mve::image::ExifInfo::orientation |
Orientation of the image:
1 = Horizontal (normal) 2 = Mirror horizontal 3 = Rotate 180 4 = Mirror vertical 5 = Mirror horizontal and rotate 270 CW 6 = Rotate 90 CW 7 = Mirror horizontal and rotate 90 CW 8 = Rotate 270 CW
Definition at line 69 of file image_exif.h.
float mve::image::ExifInfo::shutter_speed |
Image shutter speed in seconds.
Definition at line 81 of file image_exif.h.
std::string mve::image::ExifInfo::software |
Software used to process the image.
Definition at line 46 of file image_exif.h.