Skip to content

[EN] Overview

gujiayang edited this page Apr 17, 2017 · 7 revisions

1. About Megvii-Facepp iOS SDK Project

  • This project is an wrapper of Face++ Face SDK, offering a set of application interfaces for armv7, arm7s, arm64 processor devices;
  • Project source code is also provided here, in order to facilitate the development and integration with Face++ Face SDK;
  • While Face++ Face SDK is compiled in C format, this wrapper is written in Objective-C for iOS developers.

2. Applicability

  • Certain understanding of iOS programming, object oriented programming and iOS static library is required for using SDK interfaces of this project;
  • The static library of Online Licensing version of SDK can be found in release version of this Git Repo as well. Please note that you have to sign up at Face++ website first, and then purchase licenses, before you can use Online Licensing SDK.

3. SDK Compatibility

  • This SDK is compatible with iOS 8 or later version;
  • To achieve best performance, iPhone 4s or later version iPhone is recommended.
  • Online Licensing version can be accessed from Face++ website after you create an account and purchase licenses;
  • Offline Licensing version provides more facial recognition features. For more information, please contact our sales. (business@faceplusplus.com)

5. Start Using SDK

  • Please turn to Get Started for how to compile an Obj-C library with the source code;
  • After that, you can deploy a demo to learn more about Face++ Face SDK.

Clone this wiki locally