android.hardware
Class Camera.Face

java.lang.Object
  extended by android.hardware.Camera.Face
Enclosing class:
Camera

public static class Camera.Face
extends Object


Field Summary
 int id
           
 Point leftEye
           
 Point mouth
           
 Rect rect
           
 Point rightEye
           
 int score
           
 
Constructor Summary
Camera.Face()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rect

public Rect rect

score

public int score

id

public int id

leftEye

public Point leftEye

rightEye

public Point rightEye

mouth

public Point mouth
Constructor Detail

Camera.Face

public Camera.Face()


Copyright © 2008-2012. All Rights Reserved.