2

I have a need to detect face in a photo. Generally the face will be covering 60% of the photo. Once face is detected I have to highlight the lips of the photo with a per-defined color which is Black.

I tried to get the Face Detection feature of Android to point out lips but failed. I referred to this documentation of Android to learn now to detect Face in Android.

Are there any third party libs that will allow one to Detect face and return areas of lips?

TIA

Yogi Yang 007
  • 5,147
  • 10
  • 56
  • 77
  • What are you asking for? Code in Java (Android) or for basic4android? This is not the same at all. – Manu Nov 14 '11 at 16:59
  • Are you looking for java or basic4android code? They're not the same at all. And where does Free Pascal come into things? – Ken White Dec 02 '11 at 20:59
  • [openCV](http://opencv.willowgarage.com/wiki/) or to some extent [Face detection in Android 4.0](http://developer.android.com/reference/android/hardware/Camera.Face.html) – FunkTheMonk Nov 14 '11 at 12:31
  • Thanks for the link. The document stats that the features may not be supported on all devices so this means I cannot use this. – Yogi Yang 007 Nov 16 '11 at 03:55

0 Answers0