C# Класс Assets.Parsing.CameraCalibration

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
colorCameraMatrix UnityEngine.Matrix4x4
colorLensDistortion UnityEngine.Matrix4x4
depthCameraMatrix UnityEngine.Matrix4x4
depthLensDistortion UnityEngine.Matrix4x4
depthToColorTransform UnityEngine.Matrix4x4

Открытые методы

Метод Описание
CameraCalibration ( Matrix4x4 colorCameraMatrix, Matrix4x4 colorLensDistortion, Matrix4x4 depthCameraMatrix, Matrix4x4 depthLensDistortion, Matrix4x4 depthToColorTransform ) : System

Описание методов

CameraCalibration() публичный Метод

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
Результат System

Описание свойств

colorCameraMatrix публичное свойство

public Matrix4x4,UnityEngine colorCameraMatrix
Результат UnityEngine.Matrix4x4

colorLensDistortion публичное свойство

public Matrix4x4,UnityEngine colorLensDistortion
Результат UnityEngine.Matrix4x4

depthCameraMatrix публичное свойство

public Matrix4x4,UnityEngine depthCameraMatrix
Результат UnityEngine.Matrix4x4

depthLensDistortion публичное свойство

public Matrix4x4,UnityEngine depthLensDistortion
Результат UnityEngine.Matrix4x4

depthToColorTransform публичное свойство

public Matrix4x4,UnityEngine depthToColorTransform
Результат UnityEngine.Matrix4x4