public class Face
extends java.lang.Object
When a face is detected, the camera believes that a face is present at a given location in the image, but is not sure whose face it is. When a face is recognised, then the face is both detected and identified as belonging to a known person.
| Constructor and Description |
|---|
Face(int x,
int y,
int width,
int height,
java.lang.String name,
Age age) |
public Face(int x,
int y,
int width,
int height,
java.lang.String name,
Age age)
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public java.lang.String getName()
public Age getAge()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002-2016 Drew Noakes. All Rights Reserved.