I want to create a very simple app. Read one photo and detect if there is nudity or not.
I know that there are API for this kind of problems, but I do not want to use one. The application needs to function without any internet connection.
That is how I ended up with opencv :).
Unfortunately, I was unable to find source code with android example.
Can someone just give me few guidelines/links Or just share the experience on this topic. Is this very complicated to be done on android ?
I also found this http://www.i-programmer.info/news/105-artificial-intelligence/8731-detecting-nudity-with-ai-and-opencv.html but again I did not find any source code as sample for this kind of problem.
Thanks