|
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.CMUcamStatisticData
public class CMUcamStatisticData
Class to hold statistic data reported by the CMUcam or CMUcam2.
Field Summary | |
---|---|
short |
blueDeviation
The deviation of the blue values in the current window. |
short |
blueMean
The mean blue value in the current window. |
short |
greenDeviation
The deviation of the green values in the current window. |
short |
greenMean
The mean green value in the current window. |
short |
redDeviation
The deviation of the red values in the current window. |
short |
redMean
The mean red value in the current window. |
Fields inherited from class com.ridgesoft.robotics.sensors.CMUcam.CMUcamData |
---|
type |
Method Summary | |
---|---|
String |
toString()
Returns a String object in the format: "S redMean greenMean blueMean redDeviation greenDeviation blueDeviation" |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait |
Field Detail |
---|
public final short blueDeviation
public final short blueMean
public final short greenDeviation
public final short greenMean
public final short redDeviation
public final short redMean
Method Detail |
---|
public String toString()
toString
in class Object
|
RoboJDETM v2.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |