aptogo / FaceTracker

Face tracking in live video on iOS devices

Home Page:http://aptogo.co.uk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Face tracking in live video on iOS devices

http://aptogo.co.uk


Languages

Language:C++ 80.3%Language:C 17.5%Language:Objective-C 2.2%