Skip to main content
Version: 20 Mar 2024

MLDepthCameraIntrinsics

Public Methods

MLDepthCameraIntrinsics Init

public static MLDepthCameraIntrinsics Init(
Intrinsics managed
)

Parameters

TypeNameDescription
IntrinsicsmanagedDepth camera intrinsic parameters.

Intrinsics ToManaged

public static Intrinsics ToManaged(
MLDepthCameraIntrinsics nativeIntrinsics
)

Parameters

TypeNameDescription
MLDepthCameraIntrinsicsnativeIntrinsics

Public Attributes

Distortion


public double [] Distortion;


FoV


public float FoV;


FocalLength


public MLVec2f FocalLength;

TypeDescription
MLVec2f2D vector represented with X and Y floats.

Height


public uint Height;


MaxDistortionCoefficients


public const int MaxDistortionCoefficients = 5;


PrincipalPoint


public MLVec2f PrincipalPoint;

TypeDescription
MLVec2f2D vector represented with X and Y floats.

Width


public uint Width;