Skip to content

imgsingh/skin-detect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skin-detect Build Status

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

  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

About

Skin detection in C++ using OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 98.3%
  • Makefile 1.7%