Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/farwayer/tifacerecognizer
- Owner: farwayer
- License: wtfpl
- Created: 2013-10-16T12:59:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-24T00:18:48.000Z (almost 10 years ago)
- Last Synced: 2023-08-06T11:22:18.968Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 475 KB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 SDKRegister 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)