skin-detect
skin-detect copied to clipboard
Skin detection in C++ using OpenCV
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
Compiling
- Navigate to the root directory in the terminal
- Call
make skin-detect - Binary can be found in
binfolder
Usage
./skin-detect for webcam input
or
./skin-detect /path/to/video for video file input