0

I'm trying to write a simple program that will detect a face off a webcam and then trigger an event(optionally take a snapshot of the face)

I don't need anything fancy like to compare it to other faces I just need to send out an email that someone is at the door (hopefully with attached photo)

the problem is im very confused about how and what to use

I see there is a very powerful "opencv" that has a few wrapper classes namely opencv.net and emgu.cv

I've seen a few examples here and there but i have yet to find a working set of source code that works with flex 4

Can anyone recommend what the best course of action for a amateur programmer like me.

thanks

4

2 回答 2

0

我推荐http://code.google.com/p/face-recognition-library-as3/它很容易使用它可以裁剪检测到的人脸图像,并且可以根据人脸图像识别人。您可以在项目页面上找到教程和示例。

于 2012-11-18T20:17:42.503 回答
0

有一个名为 MariLena 的用于人脸检测的 OpenCV AS3 端口,这是 Quasimodo 的一篇不错的文章和优化,带有可下载的示例:http ://www.quasimondo.com/archives/000687.php 希望对您有所帮助!

于 2012-11-05T15:24:13.407 回答