Nude image detection - OPENCV - Machine Learning [

2019-03-21 11:15发布

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 that can be used? Any examples would be highly appreciated.

3条回答
老娘就宠你
2楼-- · 2019-03-21 12:00

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).

查看更多
beautiful°
3楼-- · 2019-03-21 12:07

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.

查看更多
Deceive 欺骗
4楼-- · 2019-03-21 12:15

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

查看更多
登录 后发表回答