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: about 1 year 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T11:18:59.000Z (about 11 years ago)
- Last Synced: 2025-02-07T19:22:56.010Z (over 1 year 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 [](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