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.
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
7 comments:
2 thumbs up. :)
2 thumbs up. :)
It would be a lot of help if you could translate the documentation to English. :) anyway, great job.
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.
I've added documentation in English to the project.
Hi ..very interesting...have you try with flashdevelop. Possible to share and email the source code.
Thank you.
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
Post a Comment