MVE - Multi-View Environment mve-devel
|
Representation of a digital camera. More...
#include <camera_database.h>
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. | |
Representation of a digital camera.
Definition at line 23 of file camera_database.h.
std::string sfm::CameraModel::maker |
The manufacturer for the camera.
Definition at line 26 of file camera_database.h.
std::string sfm::CameraModel::model |
The model of the camera.
Definition at line 28 of file camera_database.h.
float sfm::CameraModel::sensor_height_mm |
The height of the sensor in milli meters.
Definition at line 32 of file camera_database.h.
int sfm::CameraModel::sensor_height_px |
The height of the sensor in pixels.
Definition at line 36 of file camera_database.h.
float sfm::CameraModel::sensor_width_mm |
The width of the sensor in milli meters.
Definition at line 30 of file camera_database.h.
int sfm::CameraModel::sensor_width_px |
The width of the sensor in pixels.
Definition at line 34 of file camera_database.h.