Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farwayer/tifacerecognizer

iOS Face Recognization Module for Titanium
https://github.com/farwayer/tifacerecognizer

Last synced: 2 months ago
JSON representation

iOS Face Recognization Module for Titanium

Awesome Lists containing this project

README

        

iOS Face Recognization Module for [Titanium](https://github.com/appcelerator/titanium_mobile)
------------

![Preview](https://raw.github.com/farwayer/TiFaceRecognizer/master/documentation/preview.png)

Сapabilities
------------

All supported by [CIDetector](https://developer.apple.com/library/ios/documentation/CoreImage/Reference/CIDetector_Ref/Reference/Reference.html).
Async recognize.

Install
-------

1. Run `build.py` which creates your distribution
2. cd to `/Library/Application Support/Titanium`
3. copy this zip file into the folder of your Titanium SDK

Register in application
-----------------------

Register module in your application by editing `tiapp.xml`:
```xml

by.farwayer.facerecognizer

```

Usage
-----
Look examples in [app.js](https://github.com/farwayer/TiFaceRecognizer/blob/master/example/app.js)