Face detection with Core Image on Live Video | Mobile Technology | Scoop.it

In this article I will explain how to do face detection on a live video feed using an iOS 5 device. We will be using Core Image to do the heavy lifting. The code is loosely based on the SquareCam sample code from Apple.


Via Vincent Demay