#include <ScanTypes.hpp>
Public Attributes | |
Vector3d | distortion |
Distortion. More... | |
Extrinsicsd | extrinsics |
Camera model. More... | |
Extrinsicsd | extrinsicsEstimate |
Extrinsics estimate. More... | |
double | focalLength |
Focal length. More... | |
double | offsetAngle |
Offset angle. More... | |
std::vector< HyperspectralPanoramaPtr > | panoramas |
OpenCV representation. More... | |
Vector3d | principal |
Principal x, y, z. More... | |
Static Public Attributes | |
static constexpr char | sensorType [] = "HyperspectralCamera" |
Sensor type flag. More... | |
Definition at line 238 of file ScanTypes.hpp.
Vector3d lvr2::HyperspectralCamera::distortion |
Distortion.
Definition at line 262 of file ScanTypes.hpp.
Extrinsicsd lvr2::HyperspectralCamera::extrinsics |
Extrinsicsd lvr2::HyperspectralCamera::extrinsicsEstimate |
Extrinsics estimate.
Definition at line 250 of file ScanTypes.hpp.
double lvr2::HyperspectralCamera::focalLength |
Focal length.
Definition at line 253 of file ScanTypes.hpp.
double lvr2::HyperspectralCamera::offsetAngle |
Offset angle.
Definition at line 256 of file ScanTypes.hpp.
std::vector<HyperspectralPanoramaPtr> lvr2::HyperspectralCamera::panoramas |
OpenCV representation.
Definition at line 265 of file ScanTypes.hpp.
Vector3d lvr2::HyperspectralCamera::principal |
Principal x, y, z.
Definition at line 259 of file ScanTypes.hpp.
|
static |
Sensor type flag.
Definition at line 241 of file ScanTypes.hpp.