A small app demonstrating how OpenCV can be used on iOS to perform face recognition.
Please read objc.io issue 21 for the detailed description.
##Installation:
Assuming you already have Cocoapods installed, you will also need Cmake in order to be able to build OpenCV locally.
The easiest way to install Cmake is using Homebrew:
brew install cmake
After you have Cmake installed on your system, run pod install
and go grab a coffee, it takes a while to build OpenCV.