Contents

ARFrame.SegmentationClass

A categorization of a pixel that defines a type of content you use to occlude your app’s virtual content.

Declaration

enum SegmentationClass

Overview

ARKit applies the categories defined in this class based on its interpretation of the camera feed’s pixel data. Only people are identified in a camera feed, and therefore the available pixel classifications are either ARFrame.SegmentationClass.person or ARFrame.SegmentationClass.none.

Topics

Classifying Pixels

Initializers

See Also

Checking for people