Contents

CIFeatureTypeFace

A Core Image feature type for person’s face.

Declaration

let CIFeatureTypeFace: String

Discussion

To detect faces in an image or video, pass this to /CIDetector/detectorOfType:context:options:

Use the CIFaceFeature class to find more information about the detected face.

See Also

Feature Types