Skip to content

melkorCBA/palm_and_face_regions_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palm And Face Regions Detection

Using opencv + python

  1. after cloning repo cd into it - "cd image-processing".
  2. then run "python -m venv venv/" to initilize python virtual environment.
  3. activate env by running "source venv/bin/activate".
  4. run "pip install -r requirements.txt" to install python dependencies.
  5. run "activate" again.

Run the skinColorDetectionHSV.py for detection algorithm

skinColorDetectionHSV.py

Includes the HSV color implementation. You can contour tweak parameters using trackbar

histogramsHSV.py

Includes the histogram of the 101th frame to HSV color implementation. A mask is applied to filter out skin pixels

skinColorDetectionYcrcb.py

Includes the Ycbcr color implementation. The frame rate is quit slow because of using some custom made functions

About

Palm And Face Regions Detection Using opencv + python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages