Learning app written in Objective-C++ with use of OpenCV library. Calculates an average face of poeple working at codequest.
Project requires installation of git lfs, because it contains large files (e.g. opencv.framework compiled with additional contributions which is more than 500MB).
You can install git lfs
with Homebrew by running:
brew install git-lfs
- Xcode version minimum 10.3
- iPhone with iOS version minimum 11.0
- OpenCV
- OpenCV extra modules
- Course Computer Vision for Faces
- Average face tutorial
- About Delaunay triangulation
- Warp affine
- Local binary patterns
App is simple and is written in MVC architecture with the use of a storyboard.
File faceBlendCommon.hpp
is a part of Computer Vision for Faces by Satya Mallick, modified only for cleaner code purpose by Hanna Dutkiewicz.
The permission to use methods from this file were granted to Hanna Dutkiewicz for educational and learning purpose during meetups etc.