Enum SuperSamplingFactor
The supported super sampling factors. Determines how many samples to average per pixel to produce an anti-aliased result.
Namespace: UnityEngine.Perception.GroundTruth.Sensors
Assembly: Unity.Perception.Runtime.dll
Syntax
[MovedFrom("UnityEngine.Perception.GroundTruth")]
public enum SuperSamplingFactor
Fields
Name | Description |
---|---|
None | No super sampling is performed. |
_2X | Sample double the width and height of the captured image during super sampling anti-aliasing. |
_4X | Sample quadruple the width and height of the captured image during super sampling anti-aliasing. |
_8X | Sample 8 times the width and height of the captured image during super sampling anti-aliasing. |