Skip to content

TamirAtia/Skin_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Skin Detection

Python Final Project Skin Detection final project on Python and Computer vision course. Libraries: Opencv2, numpy, imutils

pic1

In this project we will deal with skin color in the image, we basically give the video type input program, and it blackens all colors not defined as skin color.

how to start:

  1. Turn on the camera
  2. Use of imutils image processing functions for resizing
  3. Define the lower and upper boundaries for pixel intensities to be considered skin(boundaries are for the HSV color space)
  4. Use this kernel to perform two iterations of erosions and dilations, respectively to remove the small false-positive skin regions in the image
  5. Smooth the mask slightly using a Gaussian blur
  6. At the end display the results side-by-side view of the original frame along with the frame with skin detected in it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages