Saturday, August 28, 2010

Face Recognition Library in ActionScript 3 for Flex

Now there's a way to identify persone base on face image using Adobe Flex. Open source face recognition library is now available. It is itended for use in Flex applications which are using at least Adobe Flex 3.5 SDK. Library uses Eigenface method of face recognition which can get to 95% recognition rate.

Video of simple example using this library:


Live demo of simple example using this library
Library project page on google code

Add to FacebookAdd to DiggAdd to Del.icio.usAdd to StumbleuponAdd to RedditAdd to BlinklistAdd to TwitterAdd to TechnoratiAdd to Yahoo BuzzAdd to Newsvine

7 comments:

Anonymous said...

2 thumbs up. :)

Anonymous said...

2 thumbs up. :)

Anonymous said...

It would be a lot of help if you could translate the documentation to English. :) anyway, great job.

Unknown said...

So far I only had time to write comments in the example in English. I will try to find time to translate all the documentation.

Unknown said...

I've added documentation in English to the project.

DangerZone said...

Hi ..very interesting...have you try with flashdevelop. Possible to share and email the source code.

Thank you.

Unknown said...

Hi DangerZone,

I published code for this example and entire library at http://code.google.com/p/face-recognition-library-as3/ there is also tutorial using this library available here http://active.tutsplus.com/tutorials/media/automatically-tag-photos-with-the-as3-face-recognition-library/ . Thanks for interest in my work