Click here to Skip to main content
15,906,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to know that whether it is possible to make a system in C#,which can detect human body on an image??

If yes then can any one tell me the some articles/ resources

Thanks
Posted

Not that I know of, and it wont be possible unless you have insanely ninja skills!! However, depending on what you need this for:

http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/[^]

That would only work with a Kinect though :P
 
Share this answer
 
I have done some research on that aswell, only successfull
results I have found in my search so far was face detection.

Also if you take a look in the C# articels in Code Project you will
find source code there.
 
Share this answer
 
I would add, you need to more clearly define your problem. Human body as in the whole thing ? As in particular parts ? Under what conditions ? I am sure it is doable, but, the most obvious way is to use well defined face recognition and know there's a body under it from there. The thing is, a face is usually best detected when it's not covered. If you want to scan the web for porn, that seems more doable, the variety of clothing people can wear, adds complexity to the task.
 
Share this answer
 
Comments
Syed Salman Raza Zaidi 22-Jul-11 0:39am    
I want to detect porn in an image

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900