public final class ARFrameSemantics
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
BodyDetection
Body detection.
|
static long |
None
No semantic operation is run.
|
static long |
PersonSegmentation
Person segmentation.
|
static long |
PersonSegmentationWithDepth
Person segmentation with depth.
|
static long |
SceneDepth
Scene Depth.
|
static long |
SmoothedSceneDepth
Smoothed Scene Depth.
|
public static final long None
public static final long PersonSegmentation
A pixel in the image frame that gets classified as person will have an intensity value equal to 'ARSegmentationClassPerson'.
segmentationBuffer],
ARSegmentationClass,
Constant Field Valuespublic static final long PersonSegmentationWithDepth
A pixel in the image frame that gets classified as person will have an intensity value equal to 'ARSegmentationClassPerson'. Additionally, every pixel in the image frame that gets classified as person will also have a depth value.
estimatedDepthData],
segmentationBuffer],
Constant Field Valuespublic static final long BodyDetection
Once activated an ARFrame will contain information about a detected body.
detectedBody],
ARBody2D,
Constant Field Valuespublic static final long SceneDepth
Each capturedImage will have an associated scene depth data.
[ARFrame sceneDepth],
Constant Field Valuespublic static final long SmoothedSceneDepth
Each capturedImage will have an associated scene depth data that is temporally smoothed.
[ARFrame smoothedSceneDepth],
Constant Field Values