Showing too much 'skin' detection in software

前端 未结 14 1519
半阙折子戏
半阙折子戏 2021-01-30 09:22

I am building an ASP.NET web site where the users may upload photos of themselves. There could be thousands of photos uploaded every day. One thing my boss has asked a few time

14条回答
  •  我在风中等你
    2021-01-30 09:51

    I would approach the problem from a statistical standpoint. Get a bunch of pictures that you consider safe, and a bunch that you don't (that will make for a fun day of research), and see what they have in common. Analyze them all for color range and saturation to see if you can pick out characteristics that all of the naughty photos, and few of the safe ones have.

提交回复
热议问题