|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ridgesoft.robotics.sensors.CMUcam.CMUcamData
com.ridgesoft.robotics.sensors.CMUcam.CMUcamTrackingData
public class CMUcamTrackingData
Class to hold tracking data reported by the CMUcam or CMUcam2.
This class reports data received in a type C, M, N or T packet from the CMUcam or CMUcam2.
Field Summary | |
---|---|
short |
confidence
A measure of the confidence in the tracking data. |
short |
mx
The middle mass x coordinate. |
short |
my
The middle mass y coordinate. |
short |
panServoPosition
The current position of the panning servo. |
short |
pixels
A measure of the number of pixels in the bounded tracking rectangle. |
short |
tiltServoPosition
The current position of the tilt servo. |
short |
x1
The left most corner's x coordinate. |
short |
x2
The right most corner's x coordinate. |
short |
y1
The left most corner's y coordinate. |
short |
y2
The right most corner's y coordinate. |
Fields inherited from class com.ridgesoft.robotics.sensors.CMUcam.CMUcamData |
---|
type |
Method Summary | |
---|---|
String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait |
Field Detail |
---|
public final short confidence
public final short mx
public final short my
public final short panServoPosition
This is only valid if pan servo position reporting is turned on.
public final short pixels
public final short tiltServoPosition
This is only valid if tilt servo position reporting is turned on.
public final short x1
public final short x2
public final short y1
public final short y2
Method Detail |
---|
public String toString()
Object
This implementation returns the class name followed by '@' followed by the hash code.
toString
in class Object
|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |