MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mve::image::ExifInfo Struct Reference

EXIF information. More...

#include <image_exif.h>

Collaboration diagram for mve::image::ExifInfo:
Collaboration graph
[legend]

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.
 

Detailed Description

EXIF information.

Definition at line 31 of file image_exif.h.

Constructor & Destructor Documentation

◆ ExifInfo()

mve::image::ExifInfo::ExifInfo ( void  )
inline

Definition at line 109 of file image_exif.h.

Member Data Documentation

◆ artist

std::string mve::image::ExifInfo::artist

Artist information.

Definition at line 50 of file image_exif.h.

◆ bits_per_sample

int mve::image::ExifInfo::bits_per_sample

Bits per sample.

Definition at line 55 of file image_exif.h.

◆ camera_maker

std::string mve::image::ExifInfo::camera_maker

Camera manufacturer.

Definition at line 36 of file image_exif.h.

◆ camera_model

std::string mve::image::ExifInfo::camera_model

Camera model.

Definition at line 38 of file image_exif.h.

◆ copyright

std::string mve::image::ExifInfo::copyright

Copyright information.

Definition at line 48 of file image_exif.h.

◆ date_modified

std::string mve::image::ExifInfo::date_modified

Date/time string of last modification.

Definition at line 40 of file image_exif.h.

◆ date_original

std::string mve::image::ExifInfo::date_original

Date/time string of original image.

Definition at line 42 of file image_exif.h.

◆ description

std::string mve::image::ExifInfo::description

Description of the image.

Definition at line 44 of file image_exif.h.

◆ exposure_bias

float mve::image::ExifInfo::exposure_bias

Image exposure bias in F-stops.

Definition at line 79 of file image_exif.h.

◆ exposure_time

float mve::image::ExifInfo::exposure_time

Image exposure time in seconds.

Definition at line 77 of file image_exif.h.

◆ f_number

float mve::image::ExifInfo::f_number

F-number in 1/f.

Definition at line 75 of file image_exif.h.

◆ flash_mode

int mve::image::ExifInfo::flash_mode

Flash mode (see http://tinyurl.com/o7pawes).

Definition at line 83 of file image_exif.h.

◆ focal_length

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.

◆ focal_length_35mm

float mve::image::ExifInfo::focal_length_35mm

Focal length equivalent for 35mm film.

Definition at line 73 of file image_exif.h.

◆ image_height

int mve::image::ExifInfo::image_height

EXIF image height.

Definition at line 87 of file image_exif.h.

◆ image_width

int mve::image::ExifInfo::image_width

EXIF image width.

Definition at line 85 of file image_exif.h.

◆ iso_speed

int mve::image::ExifInfo::iso_speed

Camera ISO speed rating for the image.

Definition at line 53 of file image_exif.h.

◆ orientation

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.

◆ shutter_speed

float mve::image::ExifInfo::shutter_speed

Image shutter speed in seconds.

Definition at line 81 of file image_exif.h.

◆ software

std::string mve::image::ExifInfo::software

Software used to process the image.

Definition at line 46 of file image_exif.h.


The documentation for this struct was generated from the following file: