Skin Color Detection using opencv
问题 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) 回答1: you really don't need HAAR detection. the following will definitely work... my answer for this and similar issues involving color based detection: https:/