nao
Class DetectedFaceInfo

java.lang.Object
  extended by nao.DetectedFaceInfo

public class DetectedFaceInfo
extends java.lang.Object

Contains the position of a detected face within the camera image (the units are pixels).


Field Summary
 java.lang.String name
           
 double x
           
 double y
           
 
Constructor Summary
DetectedFaceInfo(double x, double y, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public final double x

y

public final double y

name

public final java.lang.String name
Constructor Detail

DetectedFaceInfo

public DetectedFaceInfo(double x,
                        double y,
                        java.lang.String name)