How to detect the colour of the skin using OpenCV?
What about using OpenCV Haar face detector to find a face region and then getting the average or most common color in that face region, since it should be the skin color?
Update:
Environment: My frames will have the facial features. (only From hair to shoulders, as attached)