[Flashcoders] looking for a face-detection / blink detection as library

2012-05-18 Thread allandt bik-elliott
Hey guys

I'm looking for a face detection or, more specifically, a blink detection
library for a project I'm on and I was wondering if anyone on this list has
had any experience with this kind of work?

thanks
ob
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-18 Thread Mike Duguid
might want to have a look at the face.com api

On 18 May 2012 11:18, allandt bik-elliott alla...@gmail.com wrote:

 Hey guys

 I'm looking for a face detection or, more specifically, a blink detection
 library for a project I'm on and I was wondering if anyone on this list has
 had any experience with this kind of work?

 thanks
 ob
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] looking for a face-detection / blink detection as library

2012-05-18 Thread allandt bik-elliott
Thanks mike

thought i would share what i'd found on google so far - none of this has
explicit hooks to detect blinks so may have to be further developed

The main source of code seems to be an OpenCV(
http://opencvlibrary.sourceforge.net/) port to AS3 called MariLena (
http://www.francois-tarlier.com/blog/marilena-opencv-port-to-actionscript-3-as3-flash/)
which was further optimised by Quasimondo (
http://www.quasimondo.com/archives/000687.php#000687)

Here are a couple of the libraries out there:
HiSlope face / eye detection based on open cv / quasimondo library
http://play.blog2t.net/realtime-as3-face-and-eye-detection-with-michael-jackson/
demo - http://play.blog2t.net/tag/tracking/
git repo - https://github.com/og2t/HiSlope
homepage - http://play.blog2t.net/hislope/
twitter - http://twitter.com/#!/blog2t

swc library for eyes and mouth detection at
http://blog.inspirit.ru/?p=416
swc - http://in-spirit.googlecode.com/files/HaarCascadesDetector.swc.zip
source -
http://code.google.com/p/in-spirit/source/browse/#svn%2Ftrunk%2Fprojects%2FHaarCascadesDetector
example - http://blog.inspirit.ru/wp-content/uploads/facedetect/Main.swf

deface face detection library
http://cosmodro.me/blog/2009/jan/11/deface-flash-10/
google code - http://code.google.com/p/deface/

mrdoob.com 3d MariLena experiment -
http://mrdoob.com/lab/actionscript/webcam/face_driven_3d

whitepaper - Real Time Eye Tracking and Blink Detection with USB Cameras
Michael Chau and Margrit Betk
http://www.cs.bu.edu/techreports/pdf/2005-012-blink-detection.pdf

If anyone has anything else to add, I'd be really grateful

best
ob

On 18 May 2012 11:51, Mike Duguid mike.dug...@gmail.com wrote:

 might want to have a look at the face.com api

 On 18 May 2012 11:18, allandt bik-elliott alla...@gmail.com wrote:

  Hey guys
 
  I'm looking for a face detection or, more specifically, a blink detection
  library for a project I'm on and I was wondering if anyone on this list
 has
  had any experience with this kind of work?
 
  thanks
  ob
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders