C# Class Assets.Parsing.CameraCalibration

Show file Open project: Superdroidz/UnityRoomAlive

Public Properties

Property Type Description
colorCameraMatrix UnityEngine.Matrix4x4
colorLensDistortion UnityEngine.Matrix4x4
depthCameraMatrix UnityEngine.Matrix4x4
depthLensDistortion UnityEngine.Matrix4x4
depthToColorTransform UnityEngine.Matrix4x4

Public Methods

Method Description
CameraCalibration ( Matrix4x4 colorCameraMatrix, Matrix4x4 colorLensDistortion, Matrix4x4 depthCameraMatrix, Matrix4x4 depthLensDistortion, Matrix4x4 depthToColorTransform ) : System

Method Details

CameraCalibration() public method

public CameraCalibration ( Matrix4x4 colorCameraMatrix, Matrix4x4 colorLensDistortion, Matrix4x4 depthCameraMatrix, Matrix4x4 depthLensDistortion, Matrix4x4 depthToColorTransform ) : System
colorCameraMatrix UnityEngine.Matrix4x4
colorLensDistortion UnityEngine.Matrix4x4
depthCameraMatrix UnityEngine.Matrix4x4
depthLensDistortion UnityEngine.Matrix4x4
depthToColorTransform UnityEngine.Matrix4x4
return System

Property Details

colorCameraMatrix public property

public Matrix4x4,UnityEngine colorCameraMatrix
return UnityEngine.Matrix4x4

colorLensDistortion public property

public Matrix4x4,UnityEngine colorLensDistortion
return UnityEngine.Matrix4x4

depthCameraMatrix public property

public Matrix4x4,UnityEngine depthCameraMatrix
return UnityEngine.Matrix4x4

depthLensDistortion public property

public Matrix4x4,UnityEngine depthLensDistortion
return UnityEngine.Matrix4x4

depthToColorTransform public property

public Matrix4x4,UnityEngine depthToColorTransform
return UnityEngine.Matrix4x4