Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 606 Bytes

iOS-OpenCV-FaceRec

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.