public class Camera.DetectedObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
state
element state
|
java.lang.String |
type
element type
|
int |
x
location in the camera image: x-coordinate
|
int |
y
location in the camera image: y-coordinate
|
Constructor and Description |
---|
Camera.DetectedObject(java.lang.String type,
int state,
int x,
int y)
construct a new detected object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
visualize the detected object - for printing/debugging purposes
|
public java.lang.String type
public int state
public int x
public int y