/FaceRecognizer

Recognizing and highlighting face using frontal camera video stream. C++(openCV) / Swift

Primary LanguageC++

Face Recognizer

Real time detecting and highlighting faces using frontal camera video stream. OpenCV / C++ / Obj-C++ / Swift

Tested on iPhone 6s / iOS 10.2.1

Should work on any iOS 10+ device

Installing

To build this program you need CocoaPods and Xcode.

To install CocoaPods run this in terminal:

sudo gem install cocoapods

Once you have CocoaPods installed, cd to checkouted project location and run this:

pod install

Now open

FaceRecognizer.xcworkspace

That's it.