Example usage for Java android.media FaceDetector fields, constructors, methods, implement or subclass
The text is from its open source code.
FaceDetector(int width, int height, int maxFaces) Creates a FaceDetector, configured with the size of the images to be analysed and the maximum number of faces that can be detected. |
int | findFaces(Bitmap bitmap, Face[] faces) Finds all the faces found in a given android.graphics.Bitmap . |