Package trclib.archive
Class TrcPixyCam2.Block
java.lang.Object
trclib.archive.TrcPixyCam2.Block
- Enclosing class:
- TrcPixyCam2
This class implements the detected object block.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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