You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
Skin detection - a short tutorial --- http://www.cs.rutgers.edu/~elgammal/pub/skin.pdf
A simple approach of detecting skin in python (identifies pixels in a range around certain color values) --- https://github.com/hberg539/nude.py
JavaScript implementation of a nudity scanner (finds patches in an image of "skin" color) --- https://github.com/pa7/nude.js
Tutorial: OpenCV haartraining (Rapid Object Detection With A Cascade of Boosted Classifiers Based on Haar-like Features) --- http://note.sonots.com/SciSoftware/haartraining.html