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

Syntax

public static CIDetector CreateFaceDetector (CIContext context, Nullable<FaceDetectorAccuracy> accuracy, Nullable<float> minFeatureSize, Nullable<bool> trackingEnabled)

Parameters

context
Image context.
accuracy
Documentation for this section has not yet been entered.
minFeatureSize
Minimum size that the detector will discover as a feature.
trackingEnabled
Enables feature tracking.

Returns

A CIDetector instance.

Remarks

Both minFeatureSize and trackingEnabled are new in iOS 6, they will be ignored in earlier releases.

Requirements

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