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).
Asked
Active
Viewed 4,764 times
6
-
You have to use OpenCV for that. – M-Wajeeh Dec 18 '13 at 08:58
-
try to imlement open cv lib for that' – Pankaj Arora Dec 18 '13 at 09:07
2 Answers
4
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.

Community
- 1
- 1

artemiygrn
- 1,036
- 7
- 18
2
opencv is best lib for working with face and eye Detection Using opencv you can do:
http://opencv-code.com/tutorials/eye-detection-and-tracking/
Example Code:
http://romanhosek.cz/android-eye-detection-and-tracking-with-opencv/

Sanjay Bhalani
- 329
- 1
- 18