How to detect eyes and mouth in android

android

Solution

You can only calculate approximate distance to mouth, manually.

This answer in link tell you more detailed: Android - Face feature detection

Also i recommend you use OpenCV for this purposes.

Problem

For detecting face I am reffering to http://developer.android.com/reference/android/media/FaceDetector.Face.html#. I am able to find eye differece and midpoint.But I am unable to show mouth position(lip position).

Original source

Related problems