Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jamiemagee/skin-detect

Skin detection in C++ using OpenCV
https://github.com/jamiemagee/skin-detect

c-plus-plus opencv skin-detection

Last synced: 28 days ago
JSON representation

Skin detection in C++ using OpenCV

Awesome Lists containing this project

README

        

skin-detect [![Build Status](https://travis-ci.org/JamieMagee/skin-detect.png)](https://travis-ci.org/JamieMagee/skin-detect)
===========

Skin detection in C++ using OpenCV. The algorithm used is described in a paper titled [Face Segmentation Using Skin-Color
Map in Videophone Applications](http://www.ee.cuhk.edu.hk/~knngan/TCSVT_v9_n4_p551-564.pdf)

Compiling
=========

1. Navigate to the root directory in the terminal
2. Call `make skin-detect`
3. Binary can be found in `bin` folder

Usage
=====

`./skin-detect` for webcam input
or
`./skin-detect /path/to/video` for video file input