mpociot / TiFaceRecognizer

CoreImage face detection module to use with the Appcelerator Titanium SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TiFaceRecognizer

** IOS ONLY **

This module allows CoreImage face detection.

Features

  • Detect faces on a given image
  • Returns coordinates for left eye, right eye, mouth

Usage

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 :)

image

Sample image taken from http://beautysaloon.wordpress.com

ABOUT THE AUTHOR

I'm a web enthusiast located in germany.

Follow me on twitter: @marcelpociot

Bitdeli Badge

About

CoreImage face detection module to use with the Appcelerator Titanium SDK

License:Other


Languages

Language:Python 53.8%Language:Objective-C 34.1%Language:JavaScript 12.2%