** IOS ONLY **
This module allows CoreImage face detection.
- Detect faces on a given image
- Returns coordinates for left eye, right eye, mouth
var TiFaceRecognizer = require('de.marcelpociot.facerecognizer');
var result = TiFaceRecognizer.detectFaces({
image: imageView.image
});
Right now , take a look at the example app.js for further instructions :)
Sample image taken from http://beautysaloon.wordpress.com
I'm a web enthusiast located in germany.
Follow me on twitter: @marcelpociot