Android.Media.FaceDetector Members

The members of Android.Media.FaceDetector are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a FaceDetector, configured with the size of the images to be analysed and the maximum number of faces that can be detected.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

FindFaces(Android.Graphics.Bitmap, FaceDetector.Face[]) : int
Finds all the faces found in a given Android.Graphics.Bitmap.
FindFacesAsync(Android.Graphics.Bitmap, FaceDetector.Face[]) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.