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