An open API service indexing awesome lists of open source software.

https://github.com/mreliptik/detectfacewithskincolor

This code tries to detect faces based only a the skin color
https://github.com/mreliptik/detectfacewithskincolor

computer-vision face-detection opencv python skin-detection

Last synced: about 2 months ago
JSON representation

This code tries to detect faces based only a the skin color

Awesome Lists containing this project

README

          

# DetectFaceWithSkinColor
This code tries to detect a face based only a the skin color

## Examples
When it works well

![alt text](https://raw.githubusercontent.com/MrEliptik/DetectFaceWithSkinColor/master/example/face_1.png)
![alt text](https://raw.githubusercontent.com/MrEliptik/DetectFaceWithSkinColor/master/example/face_2.png)
![alt text](https://raw.githubusercontent.com/MrEliptik/DetectFaceWithSkinColor/master/example/face_3.png)

When it doesn't work well

![alt text](https://raw.githubusercontent.com/MrEliptik/DetectFaceWithSkinColor/master/example/face_4.png)