Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamiemagee/skin-detect
- Owner: JamieMagee
- License: mit
- Created: 2013-07-08T12:58:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T11:18:59.000Z (over 9 years ago)
- Last Synced: 2024-10-06T12:42:49.144Z (about 1 month ago)
- Topics: c-plus-plus, opencv, skin-detection
- Language: C++
- Size: 267 KB
- Stars: 37
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` folderUsage
=====`./skin-detect` for webcam input
or
`./skin-detect /path/to/video` for video file input