-
Notifications
You must be signed in to change notification settings - Fork 18
[EN] Overview
gujiayang edited this page Apr 17, 2017
·
7 revisions
- 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.
- Certain understanding of iOS programming, object oriented programming and iOS static library is required for using SDK interfaces of this project;
- Online Licensing version of SDK can be found in release version of this Git Repo as well.
- 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 top up. Online licensing version provides up-to-date face detection, face tracking, landmarks, 3D pose features;
- Offline Licensing version provides more facial recognition features. For more information, please contact our sales. (business@faceplusplus.com)
- 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.