FaceWrapper-iphone

Public Domain License
Objective-C
iOS

1 image

Author

Description

Wrapper class to detect faces from http://face.com, you will need an API key and API Secret which you can get in developer.face.com.

This controller implements a custom object called FWObject where you can set properties to find in the image.

You can search faces using REST or POST service and you can receive JSON or XML response but you always get a NSDictionary with all data, you don't have to parse the raw response.

You can analyze images from the web or local images, but always as JPG files.

Tags