Skin Detection using Java

This small project implements two methods for skin detection, one uses the RGB color space the other the HSV color space. The results are similar in both methods and prety disapointing, many white and yellow colora are detects as skin.
For future I will try adding some code for detecting the small regions and try filling them with the neighbor color, idea is to fix all the small holes.
Skin detection can be used for face detection and nude,porn detection.

'