Class ARSegmentationClass


  • public final class ARSegmentationClass
    extends java.lang.Object
    Segmentation classes which defines a pixel's semantic label. When running a configuration with 'ARFrameSemanticPersonSegmentation' every pixel in the segmentationBuffer on the ARFrame will conform to one of these classes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte None
      Pixel has been not been classified.
      static byte Person
      Pixel has been classified as person.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • None

        public static final byte None
        Pixel has been not been classified.
        See Also:
        Constant Field Values
      • Person

        public static final byte Person
        Pixel has been classified as person.
        See Also:
        Constant Field Values