public interface IFaceListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFaceAppear(android.graphics.PointF faceCoords,
float eyesDistance) |
void |
onFaceDetected(android.graphics.PointF faceCoords,
float eyesDistance)
Called when a face is detected
|
void |
onFaceDissapear() |
void onFaceDetected(android.graphics.PointF faceCoords,
float eyesDistance)
faceCoords - The coordinates of the center of the faceeyesDistance - The distance between eyesvoid onFaceAppear(android.graphics.PointF faceCoords,
float eyesDistance)
void onFaceDissapear()