Class DepthMap

java.lang.Object
com.banuba.sdk.types.DepthMap

public final class DepthMap
extends java.lang.Object
Results from depth camera
  • Constructor Summary

    Constructors
    Constructor Description
    DepthMap​(byte[] depthData, int depthMapWidth, int depthMapHeight)  
  • Method Summary

    Modifier and Type Method Description
    byte[] getDepthData()  
    int getDepthMapHeight()  
    int getDepthMapWidth()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DepthMap

      public DepthMap​(@NonNull byte[] depthData, int depthMapWidth, int depthMapHeight)
  • Method Details

    • getDepthData

      @NonNull public byte[] getDepthData()
    • getDepthMapWidth

      public int getDepthMapWidth()
    • getDepthMapHeight

      public int getDepthMapHeight()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object