Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.55 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.55 KB

Average codequester

Learning app written in Objective-C++ with use of OpenCV library. Calculates an average face of poeple working at codequest.

Prerequisites

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

Requirements

  • Xcode version minimum 10.3
  • iPhone with iOS version minimum 11.0

Resources

Architecture

App is simple and is written in MVC architecture with the use of a storyboard.

Disclaimer

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.