Skip to content
A small project demonstrating how OpenCV can be used on iOS to perform face recognition
Branch: master
Clone or download
Pull request Compare This branch is even with objcio:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
FaceRec
iOS-OpenCV-FaceRec.xcodeproj
iOS-OpenCV-FaceRec.xcworkspace
.gitignore
Podfile
README.md

README.md

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.

You can’t perform that action at this time.