Struct CameraSensorIntrinsics
An encapsulation of the common intrinsic properties of a CameraSensor.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth.Sensors
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth")]
public struct CameraSensorIntrinsics
Fields
matrix
The projection matrix of the CameraSensor.
Declaration
public float3x3 matrix
Field Value
Type | Description |
---|---|
float3x3 |
projection
The projection type of the CameraSensor.
Declaration
public string projection
Field Value
Type | Description |
---|---|
string |