- bitmap
- the Android.Graphics.Bitmap graphic to be analyzed
- faces
- an array in which to place all found NoType:android/media/FaceDetector$Face;Href=../../../reference/android/media/FaceDetector.Face.htmls. The array must be sized equal to the maxFaces value set at initialization
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if the Bitmap dimensions don't match the dimensions defined at initialization or the given array is not sized equal to the maxFaces value defined at initialization
Finds all the faces found in a given Android.Graphics.Bitmap. The supplied array is populated with NoType:android/media/FaceDetector$Face;Href=../../../reference/android/media/FaceDetector.Face.htmls for each face found. The bitmap must be in 565 format (for now).