Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 399 Bytes

README.markdown

File metadata and controls

7 lines (5 loc) · 399 Bytes

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.