|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnao.DetectedFaceInfo
public class DetectedFaceInfo
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 |
---|
public final double x
public final double y
public final java.lang.String name
Constructor Detail |
---|
public DetectedFaceInfo(double x, double y, java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |