Skip to main content
Version: 20 Mar 2024

MLCameraIntrinsicCalibrationParameters

Module: Camera

Camera intrinsic parameter. More...

#include <ml_camera_v2.h>

Public Attributes

TypeName
uint32_tversion
uint32_twidth
uint32_theight
MLVec2ffocal_length
MLVec2fprincipal_point
floatfov
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].

TypeDescription
double[MLCameraIntrinsics_MaxDistortionCoefficients][MLCameraIntrinsics_MaxDistortionCoefficients]