MVE - Multi-View Environment mve-devel
|
Per-camera NVM specific information. More...
#include <bundle_io.h>
Public Attributes | |
std::string | depth_map_name |
Path to a pre-computed depth map (optional). | |
std::string | filename |
Path the original image file. | |
float | radial_distortion |
The single radial distortion parameter. | |
Per-camera NVM specific information.
Definition at line 36 of file bundle_io.h.
std::string mve::AdditionalCameraInfo::depth_map_name |
Path to a pre-computed depth map (optional).
Definition at line 41 of file bundle_io.h.
std::string mve::AdditionalCameraInfo::filename |
Path the original image file.
Definition at line 39 of file bundle_io.h.
float mve::AdditionalCameraInfo::radial_distortion |
The single radial distortion parameter.
Definition at line 43 of file bundle_io.h.