Class TrcPixyCam2.Block

java.lang.Object
trclib.archive.TrcPixyCam2.Block
Enclosing class:
TrcPixyCam2

public class TrcPixyCam2.Block extends Object
This class implements the detected object block.
  • Field Details

    • signature

      public int signature
    • centerX

      public int centerX
    • centerY

      public int centerY
    • width

      public int width
    • height

      public int height
    • angle

      public int angle
    • trackingIndex

      public byte trackingIndex
    • age

      public byte age
  • Constructor Details

    • Block

      public Block(byte[] data, int startIndex)
  • Method Details

    • toString

      public String toString()
      This method formats all fields into a string for printing purpose.
      Overrides:
      toString in class Object
      Returns:
      string containing all the fields.