android.media
public
class
android.media.FaceDetector.Face
a Face contains all the information identifying the location
of a face in a bitmap.
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
public
float
confidence()
A confidence factor between 0 and 1. This indicates how
certain what has been found is actually a face. A confidence
factor above 0.3 is usualy good enough.
public
float
eyesDistance()
Distance between the eyes
public
void
getMidPoint(PointF point)
Position of the mid-point between the eyes
public
float
pose(int euler)
Face's pose, rotations around X, Y and Z axis.