Click here to Skip to main content
15,897,519 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
hi,

i need to develop a system that can filtering pornography image from website. Can anyone teach or guide me how to do this system..please help me =(

thank you
Posted
Updated 18-Oct-11 4:19am
v3

Wow. Just, wow.

You really don't have any clue what you commited yourself to, do you? Google for "Machine Vision" or "Machine Vision Pattern Matching" and start reading.

Desperate? How far have you gotten?
 
Share this answer
 
Comments
sunshine403 18-Oct-11 10:31am    
hi dave,

thank you for your advice, i will start reading "machine vision" now.Actually i have an idea to filter images using plugins but you are right i still don't have any plan how to start it. =(
Simon Bang Terkildsen 18-Oct-11 11:02am    
"computer vision" will also give some good results, the OpenCV library might be of interest.
That said like Dave and Albert has said, this is a massive undertaking, hell this is still an area that is being heavily researched all over the world. And you should expect to at least spend 2 years studying computer vision, before you can even start to create something that would have a decent success rate and a low false positives rate.
Albert Holguin 18-Oct-11 11:26am    
When I worked at a university... we had a guy who's whole career focused on digital image processing... he developed algorithms that would identify people in video (versus other object, moving or otherwise). His algorithms were very impressive, not surprisingly, his research was well funded by govt.
Simon Bang Terkildsen 18-Oct-11 11:37am    
Yeah, I've seen some people detection/tracking algorithms in action on youtube and I'm impressed by the high accuracy, but the OP want to go one step further, to detect whether or not they have clothes on, well it's not even that easy they can have plenty of clothes on in a pornographic picture. To me it seems like a life long en devour that far from guarantees success.
Dave Kreskowiak 18-Oct-11 12:46pm    
The various problems you have is that you can detect human shapes in various poses, but not all poses. How are you going to determine what these people are doing? Clothed or not doesn't give you any reliable indication of what's going on.

You said you were desperate. Is this something you have to turn in for a project? If so, you won't be handing it in for about the next 30 to 40 years.
That's a rather advanced digital imagery problem. A simple way to start off would be to filter images based on image names (look for keywords), but after that, you'd have to interpret the image and look for patterns (a rather advanced subject). One approach would be to look at facial recognition algorithms and see if you can modify them to search for particular shapes. Now keep in mind, there's people that dedicate a lot of time and entire careers to developing these algorithms, so it may not be no simple task to "tweak" them.
 
Share this answer
 
Comments
Simon Bang Terkildsen 18-Oct-11 11:41am    
My 5.
Active Appearance Modeling would be the best, I believe, it's currently used for face tracking, and to track organs and foreign object in the body in the medical industry. However it's not easy to get started with, as all the information that exists about it is academic papers, so if you're not very good at mathematics you don't stand a chance.

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