Adaptive Skin Color Detector

The article describes an adaptive skin color detector based on paper ” An Adaptive Real-time Skin Detector Based on Hue Thresholding: A Comparison on Two Motion Tracking Methods ” by Dadgostar, Farhad and Sarrafzadeh, Abdolhossein and provides implementation in C++ .The code can be found in OpenVision Repository on https://github.com/pi19404/OpenVision
.The class AdaptiveSkinDetector encapsulates the methods implementing the adaptive skin color detection and code can be found in files ImgProc/adaptiveskindetector.hpp
and ImgProc/adaptiveskindetector.cpp