开发者

Nude image detection - OPENCV - Machine Learning [closed]

开发者 https://www.devze.com 2023-02-14 14:01 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 9 years ago.

I'm trying to implement software which automatically detects nude images. Hoping to do this through openCV. What do you think of the possibility and the best algorithm t开发者_Python百科hat can be used? Any examples would be highly appreciated.


Depending on how accurate it needs to be you could just define a reasonable colour space that covers flesh tones, and then have some % threshold whereby if the flesh tone pixel count exceeds this % threshold then it may well be a nude image.


You may want to keep an eye on this site. This is what chatroulette uses. It targets, ahem selective nudity, but it may be related to what you're after.

There's a downloadable demo (so far, without source).


Have you considered a neural-network approach? What you're asking for sounds like a machine-learning application.

0

精彩评论

暂无评论...
验证码 换一张
取 消