Class ARFrameSemantics


  • public final class ARFrameSemantics
    extends java.lang.Object
    Option set indicating semantic understanding types of the image frame.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PersonSegmentation

        public static final long PersonSegmentation
        Person segmentation. A pixel in the image frame that gets classified as person will have an intensity value equal to 'ARSegmentationClassPerson'.
        See Also:
        ARSegmentationClass, Constant Field Values
      • PersonSegmentationWithDepth

        public static final long PersonSegmentationWithDepth
        Person segmentation with depth. 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.
        See Also:
        Constant Field Values
      • BodyDetection

        public static final long BodyDetection
        Body detection. Once activated an ARFrame will contain information about a detected body.
        See Also:
        ARBody2D, Constant Field Values
      • SceneDepth

        public static final long SceneDepth
        Scene Depth. Each capturedImage will have an associated scene depth data.
        See Also:
        Constant Field Values
      • SmoothedSceneDepth

        public static final long SmoothedSceneDepth
        Smoothed Scene Depth. Each capturedImage will have an associated scene depth data that is temporally smoothed.
        See Also:
        Constant Field Values