简体   繁体   中英

face detection using a webcam

i am developing a 3d project and would like to include the following feature :

As my webcam is watching my face, if i move to the left or the right the projects camera position moves to the left or the right to create an "look-around-the-corner" effect .

Does anyone know a face detection project in .NET c# ?

您可以将OpenCV用于.NET-有一个.NET包装器,包装器还附带一个示例应用程序,可以对图像进行人脸识别-如果您可以提取示例,则很容易适应相机。

Are you familiar with web services? Depending on how often you need to scan for faces during your webcam stream, you could grab a frame, send it to a face detection web service and it would return the coordinates of faces in that frame.

You could use http://detection.myvhost.de/ because its free!

bafta ;)

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