Is there any fast library(s) for finding human eyes and mouth in Flash? (Actionscript)

谁说我不能喝 提交于 2019-12-21 12:01:08

问题


So I have real time video stream. With 1 (one) person on It . It Is Black and White, I need to be able to capture this persons eyes and mouth (direction (at least X,Y), state (at least opened or closed) )

So Is there any fast library(s) for finding human eyes and mouth in Flash in such case? (pure Actionscript or Haxe\Java\C++\C port in SWC form...)

What do I know Is - some libs are described in this presentation http://www.bytearray.org/?p=1040&cpage=1#comment-330183

Grate example for eyes is here http://play.blog2t.net/files/black-or-white/

Source for Face detection (AS3) http://www.quasimondo.com/archives/000687.php#comments

Way to find mouth and eyes http://web.media.mit.edu/~jackylee/attention.htm

But I have never seen mouth detection...(

Starting points are not what I need at all. I need some working Open-Source CODE examples and SWC librarys.=)


回答1:


Eugene Zatepyakin has done impressive progress on this, do check that out.


(source: inspirit.ru)




回答2:


I'd look into the face detection algorithms that digital cameras use. In addition, this looked like a GREAT starting point for you since somebody else has already done it and here is the official technical article that goes along with it.




回答3:


Can Flash call out to other libraries (I have no experience in this)? If so, you can use the OpenCV libraries for face detection.



来源:https://stackoverflow.com/questions/2564526/is-there-any-fast-librarys-for-finding-human-eyes-and-mouth-in-flash-actions

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!