CoreImage.CIDetector.CreateFaceDetector Method
Create a new face detector using the specified parameters.

Syntax

public static CIDetector CreateFaceDetector (CIContext context, bool highAccuracy, float minFeatureSize)

Parameters

context
Image context.
highAccuracy
If true, it uses a more precise but slower scanning method; If false, it uses a fast path, but not as precise..
minFeatureSize
Minimum size that the detector will discover as a feature.

Returns

A CIDetector instance.

Remarks

minFeatureSize is new in iOS 6, it will be ignored in earlier releases.

Requirements

Namespace: CoreImage
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0