For face detection, I return to http://developer.android.com/reference/android/media/FaceDetector.Face.html# . I can find the eye differece and midpoint. But I canβt show the position of the mouth (lip position).
You can only calculate the approximate distance to the mouth, manually.
This answer in the link will tell in more detail: Android - face function detection
I also recommend that you use OpenCV for these purposes.
opencv is the best lib for face and eye recognition. Using opencv you can:http://opencv-code.com/tutorials/eye-detection-and-tracking/Code example:http://romanhosek.cz/android-eye-detection-and-tracking-with-opencv/
Source: https://habr.com/ru/post/949523/More articles:Rails Changing X-Frame Settings - ruby-on-railsVersion supported by navigation box in android - androidHow does a static synchronized function work? - javaHow to pass a variable by reference to an event handler in javascript? - javascriptHow to call publishInstall () in facebook graph api android - androidHow to use pman and custom help files in Vim with viewdoc plugin? - vimWhat is the maximum size of data that can be stored in the corner area? Application performance with heavy areas? - javascriptIn the case of bit fields, which one is better to use, unsigned char or unsigned int and why? - cHow does the bit field work with character types? - c ++Function definition inside function - javascriptAll Articles