iOS-OpenCV-FaceRec
iOS-OpenCV-FaceRec copied to clipboard
A small project demonstrating how OpenCV can be used on iOS to perform face recognition
Updated OpenCV version and added installation instructions
Installed opencv (`pod install`), trying to build, get error: `ld: library not found for -lPods-opencv-facerec `.
face-model.xml not included in project. Please add this file so project add new face as well.
Currently the auto generates names like Person 3.
The current implementation only shows "Correct" and "Wrong" buttons. Wrong button simply creates a new person. It should show "Correct" button and a list "No this is Person X" for...