MLCameraIntrinsicCalibrationParameters
Module: Camera
Camera intrinsic parameter. More...
#include <ml_camera_v2.h>
Public Attributes
Type | Name |
---|---|
uint32_t | version |
uint32_t | width |
uint32_t | height |
MLVec2f | focal_length |
MLVec2f | principal_point |
float | fov |
double[MLCameraIntrinsics_MaxDistortionCoefficients] | distortion Distortion vector. The distortion co-efficients are in the following order: [k1, k2, p1, p2, k3]. |
Detailed Description
struct MLCameraIntrinsicCalibrationParameters;
Camera intrinsic parameter.
Deprecated
Deprecated since 1.4.0. Scheduled for removal.
API Level:
- 20
Public Attributes Documentation
version
uint32_t version;
Version of this structure.
width
uint32_t width;
Camera width.
height
uint32_t height;
Camera height.
focal_length
MLVec2f focal_length;
Camera focal length.
principal_point
MLVec2f principal_point;
Camera principal point.
fov
float fov;
Field of view in degrees.
distortion
double[MLCameraIntrinsics_MaxDistortionCoefficients] distortion;
Distortion vector. The distortion co-efficients are in the following order: [k1, k2, p1, p2, k3].
Type | Description |
---|---|
double[MLCameraIntrinsics_MaxDistortionCoefficients] | [MLCameraIntrinsics_MaxDistortionCoefficients] |