Hi all, We run a dating website and make use of Emgu & OpenCV to identify "face" pics of our members as they upload images and suggest a zoom and crop based on the result of the detection. This is working really great, however we would now like to extend our checking of pictures and perform a check for "adult" content. To do this I need another suitably trained cascade file. After reading the docs, this is going to be a time consuming and somewhat unpleasant process going through images to build a training set. The adult content we want to identify and flag are pictures containing a penis. My question and hope is, has any one already done this and able to share? Or has someone come across any pre-trained cascades online that we can plug in?
David