Java android.media FaceDetector fields, constructors, methods, implement or subclass

Example usage for Java android.media FaceDetector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.media FaceDetector.

The text is from its open source code.

Constructor

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.

Method

intfindFaces(Bitmap bitmap, Face[] faces)
Finds all the faces found in a given android.graphics.Bitmap .