Skip to content

VeyDlin/simple-skin-detection-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Skin Detection

The "Simple Skin Detection" node is a rudimentary approach to identifying skin in images by applying color thresholding in both the HSV and YCrCb color spaces, as human skin tends to fall within a specific color range in these spaces. This node generates a mask that attempts to capture areas of an image that resemble these skin tones.

While this straightforward method provides a basic level of skin detection, it is not without its drawbacks. The simplicity of the algorithm can lead to false positives, such as detecting light-colored clothing or other objects with colors similar to human skin. This can result in a mask that includes more than just skin areas, capturing unintended parts of the image.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages