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.
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.