FaceTracker
FaceTracker copied to clipboard
Face tracking in live video on iOS devices
Computer vision with iOS: Tracking faces in live video
This is the source code that accompanies our article on how to process live video with OpenCV on iOS devices. Video frames are captured using the AVFoundation framework and face detection is performed using OpenCV's Haar CascadeClassifier.