Package controller
Class Detection
java.lang.Object
controller.Detection
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public float x -
y
public float y -
width
public float width -
height
public float height -
confidence
public float confidence
-
-
Constructor Details
-
Detection
public Detection(float x, float y, float width, float height, float confidence)
-