i am new to ASP.Net I want to implement project which is need to every random time web cam captures images from the client side. And I want to send those capture images to Server, There i want to count no of human faces found in that images and return messages to clients.

Here I am using Silver light plug in for captures images .....

Please if any suggestions or any ideas please let me know.. and if any English mistakes please edit the question

有帮助吗?

解决方案

You can get the number of faces from the images. Do the following steps

1- Capture the image

2- Send it to the server via Stream or some other method

3- Follow this tutorial http://www.codeproject.com/Articles/462527/Camera-Face-Detection-in-Csharp-Using-Emgu-CV-Open

The tutorial uses Emgu CV library. It is for .net and it works.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top