supereight
|
#include <pinhole_camera.hpp>
Public Member Functions | |
void | readYaml (const std::string &filename) |
Reads the struct members from the "sensor" node of a YAML file. | |
Config | operator/ (const float downsampling_factor) const |
![]() | |
void | readYaml (const std::string &filename) |
Reads the struct members from the "sensor" node of a YAML file. | |
Config | operator/ (const float downsampling_factor) const |
Public Attributes | |
float | fx = std::numeric_limits<float>::quiet_NaN() |
The sensor's horizontal focal length in pixels. | |
float | fy = std::numeric_limits<float>::quiet_NaN() |
The sensor's vertical focal length in pixels. | |
float | cx = std::numeric_limits<float>::quiet_NaN() |
The sensor's optical centre horizontal coordinate in pixels. | |
float | cy = std::numeric_limits<float>::quiet_NaN() |
The sensor's optical centre vertical coordinate in pixels. | |
![]() | |
int | width = 0 |
The width of images produced by the sensor in pixels. | |
int | height = 0 |
The height of images produced by the sensor in pixels. | |
float | near_plane = 0.01f |
The sensor's near plane in metres. | |
float | far_plane = 10.0f |
The sensor's far plane in metres. | |
Eigen::Isometry3f | T_BS = Eigen::Isometry3f::Identity() |
The transformation from the sensor frame S to the body frame B. | |
std::vector< float > | pixel_voxel_ratio_per_scale = {1.5f, 3.0f, 6.0f} |
The pixel-size to voxel-size ratio thresholds, in ascendig order and in physical coordinates, for computing the integration scale. | |
Reads the struct members from the "sensor" node of a YAML file.
Members not present in the YAML file aren't modified.
The sensor's horizontal focal length in pixels.
The sensor's vertical focal length in pixels.
The sensor's optical centre horizontal coordinate in pixels.
The sensor's optical centre vertical coordinate in pixels.