visionx::CameraParameters
Overview
struct CameraParameters
Used By
- MonocularCalibration::cameraParam
Data Member Index
- width
-
- height
-
- principalPoint
-
- focalLength
-
- distortion
-
- rotation
-
- translation
-
Data Members
- int width;
- int height;
- types::Vec principalPoint;
- types::Vec focalLength;
- types::Vec distortion;
- types::Mat rotation;
- types::Vec translation;