Skip to content

mrgloom/skin-detection-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skin-detection-example

Implemented in python. Dependencies: numpy, opencv, sklearn.

Simple pixelwise skin detection using decision tree 1 using pixels in RGB or HSV color space as features.

Skin Segmentation Data Set from https://archive.ics.uci.edu/ml/datasets/Skin+Segmentation

face.png image from http://graphics.cs.msu.ru/ru/node/899

Results:

alt tag alt tag alt tag

TODO:

Add tree visualization
https://github.com/NikTRSK/Data-Science-and-Machine-Learning-with-Python---Hands-On/blob/master/DecisionTree.ipynb