简体   繁体   中英

c# face recognition

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 VS2010 c#

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

thanks

I can suggest to use emgucv, as it comes with an example that works on vs2010 and show you how to do face detection. once you have detected your face you can easily crop your detected face, setting ROI properly.

That's called computer vision. There's a popular library that supports those types of op's. I wouldn't call it easy, but do-able...

http://www.aforgenet.com/framework/

可能我认为这就是你需要的http://ashishrd.blogspot.com/2006/12/gesture-recognition-using-webcam-and.html手势检测器并在触摸传感器方块时人为地调用一个事件

I am using Luxand http://www.luxand.com/ for Face Recognition. Its not hard and works well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM