Skip to content

Simple C# library to detect percentage of skin in image. Use opencv and OpenCVSharp to do this (CvAdaptiveSkinDetector).

Notifications You must be signed in to change notification settings

Youscribe/SkinDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkinDetector

Simple C# library to detect percentage of skin in image. Use opencv and OpenCVSharp to do this (CvAdaptiveSkinDetector).

This library need native opencv dll (version 2.4.0). To install it on windows I suggest that you use chocolatey.org :

cinst OpenCV
cinst tbb

You will then need to add the dll path to your environement path :

set PATH=%PATH%;C:\OpenCV240\opencv\build\x86\vc10\bin
set PATH=%PATH%;C:\Chocolatey\lib\tbb.4.1.3\tools\tbb41_20130314oss\bin\ia32\vc10

Path may vary upon package version

About

Simple C# library to detect percentage of skin in image. Use opencv and OpenCVSharp to do this (CvAdaptiveSkinDetector).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages