|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnao.DetectedBallInfo
public class DetectedBallInfo
Contains the position of a detected ball within the camera image (the units are radians measured from the centre of the image).
| Field Summary | |
|---|---|
double |
height
|
boolean |
red
|
double |
width
|
double |
x
|
double |
y
|
| Constructor Summary | |
|---|---|
DetectedBallInfo(boolean red,
double x,
double y,
double w,
double h)
|
|
DetectedBallInfo(double x,
double y,
double w,
double h)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final boolean red
public final double x
public final double y
public final double width
public final double height
| Constructor Detail |
|---|
public DetectedBallInfo(double x,
double y,
double w,
double h)
public DetectedBallInfo(boolean red,
double x,
double y,
double w,
double h)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||