Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 884 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 884 Bytes

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