Tag

FaceDetection

1 views collected around this technical thread.

Baidu Intelligent Testing
Baidu Intelligent Testing
Nov 8, 2017 · Mobile Development

Using AVFoundation and CoreImage for Camera Image Capture and Face Detection on iOS

This article explains how to employ Apple's AVFoundation framework to capture camera images on iOS, initialize the necessary device input, session, and output components, and then use CoreImage's CIDetector to perform face detection, including code snippets and a practical demo.

AVFoundationCameraCoreImage
0 likes · 6 min read
Using AVFoundation and CoreImage for Camera Image Capture and Face Detection on iOS