MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Attributes | List of all members
sfm::CameraModel Struct Reference

Representation of a digital camera. More...

#include <camera_database.h>

Collaboration diagram for sfm::CameraModel:
Collaboration graph
[legend]

Public Attributes

std::string maker
 The manufacturer for the camera.
 
std::string model
 The model of the camera.
 
float sensor_height_mm
 The height of the sensor in milli meters.
 
int sensor_height_px
 The height of the sensor in pixels.
 
float sensor_width_mm
 The width of the sensor in milli meters.
 
int sensor_width_px
 The width of the sensor in pixels.
 

Detailed Description

Representation of a digital camera.

Definition at line 23 of file camera_database.h.

Member Data Documentation

◆ maker

std::string sfm::CameraModel::maker

The manufacturer for the camera.

Definition at line 26 of file camera_database.h.

◆ model

std::string sfm::CameraModel::model

The model of the camera.

Definition at line 28 of file camera_database.h.

◆ sensor_height_mm

float sfm::CameraModel::sensor_height_mm

The height of the sensor in milli meters.

Definition at line 32 of file camera_database.h.

◆ sensor_height_px

int sfm::CameraModel::sensor_height_px

The height of the sensor in pixels.

Definition at line 36 of file camera_database.h.

◆ sensor_width_mm

float sfm::CameraModel::sensor_width_mm

The width of the sensor in milli meters.

Definition at line 30 of file camera_database.h.

◆ sensor_width_px

int sfm::CameraModel::sensor_width_px

The width of the sensor in pixels.

Definition at line 34 of file camera_database.h.


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