Survey on Skin Colour Segmentation Techniques

DOI : 10.17577/IJERTV3IS20698

Download Full-Text PDF Cite this Publication

Text Only Version

Survey on Skin Colour Segmentation Techniques

1.Padmavathi S, 2.Nivin Anton A L

1. Professor, Dept. of CSE, Amrita School of Engineering, Coimbatore

2. Student, Dept. of CSE , Amrita School of Engineering, Coimbatore

Abstract Segmentation of non-rigid complex structures is of great significance in the field of Vision Based Applications. There are many techniques available to segment the non-rigid bodies like hand, face, etc. These techniques are very useful in applications of Human Computer Interaction, Virtualization, Sign Language Recognition Systems, etc. The results from segmentation are used to identify the regions that are further processed and analysed to fit their application needs. Segmentation techniques have been broadly classified into two types Parametric & Non Parametric. The aim of this paper is to provide a survey of the various techniques used for parametric pixel based skin colour segmentation. The paper also provides the understanding of the segmentation techniques that are particularly most suited in a particular scenario over the other techniques.

  1. INTRODUCTION

    Segmentation is the process of partitioning the image into the multiple segments to make easier the further processes of feature extraction, image analysis, etc. Segmentation remains a challenging task despite the advances in detection and tracking techniques. The first for any vision based application is the process of segmentation, where the regions of interest are extracted from the background pixels. There are several natural constraints that have taken into consideration while performing the process of segmentation. There are many issues to skin color segmentation

    1. Skin color varies across different persons

    2. Skin color intensity changes under varying illumination conditions

    3. Different cameras display different color intensities for the same intensity, etc.

    Segmentation algorithms available today are classified into three types (1) Classical algorithms (2) Genetic Algorithms

    (3) Algorithms combining the approach of soft computing and neural networks. The aim of any segmentation technique is to partition the image into perceptually similar regions [1]. Every segmentation algorithm addresses two problems, the criteria for good segmentation and the method for achieving effective partitioning [2]. There are several methods by which segmentation can be performed and they are particularly termed into three types based on their approaches as(1) Thresholding (2) Region based and (3) Edge Based Segmentation. In thresholding method, the pixels intensity are categorized into ranges. If the pixel intensity falls into a

    particular range, the pixel gets segmented. In edge-based segmentation, an edge filter is applied on the image and based on the output obtained from the filter , the pixel can be classified as an edge or a non-edge pixel. Region Based Segmentation operates iteratively by grouping together the pixels which are neighbors and similar intensity values.

    Section (II) illustrates the various methods of segmentation used to separate there required regions of interest from the background pixels. Section (III) elucidates the results obtained and the conclusion.

    SEGMENTATION ALGORITHMS

    CLASSICAL ALGORITHMS

    GENETIC ALGORITHMS

    SOFT COMPUTING

    &NN

    Fig 1 Classification of Segmentation Algorithms

  2. SEGMENTATION TECHNIQUES

    1. Background Subtraction

      Initially image is captured without any hand gestures. Then the gestures are made. Now an image is captured again. When the initial image is subtracted from the image with hand gestures, the hand region alone is obtained. Then applying rules on the colour model selected skin region can be segmented

    2. Skin Colour Segmentation Based on Histogram Analysis

      The Histogram of the images are computed. The histogram analysis defines the maximum and minimum threshold for identifying the skin color regions. Based on the color frequency distribution the threshold is fixed and the skin color regions are segmented [3]. One of the major disadvantages of the histogram based method is that it is difficult to identify significant peaks and valleys in the images.

    3. Skin Color Segmentation – Thresholding in HSV Space

      The segmentation techniques are completely dependent on the chosen color space. Skin color based segmentation is apparently simple task with the only decision

      to make is the color space. Results obtained from segmentation are dependent on the color space chosen. In the HSV color the hue and the luminance component are separated and hence HSV color space a much sought out space

      0 If Max = Min

      for skin color based segmentation. The threshold for skin color are

      60

      If Max =

      H = Eq. (8)

      > 5 && < 17

      > 38 && < 50 Eq. (1)

      > 51 & < 242

      60

      If Max =

    4. Skin Color Segmentation -Thresholding in RGB- HSV- YCbCr Space

      The RGB color space is an additive color space and also

      60

      If Max =

      used one of the most commonly used color space. The RGB space has high correlation between channels, lot of non- uniformity and also there is a dominant mixing of the chromaticity and the luminance information. [4] Hence the use

      0 If Max = 0

      S = Eq. (9)

      of the RGB space alone is not suitable for color based recognition [5]. To overcome this problem the normalized RGB has been introduced to obtain the chromaticity information for more robust results. [6][7][8][9].

      Otherwise

      =

      ++

      Eq. (2)

      = Eq.(10)

      The following matrix is used to convert intensities from RGB color space to YCbCr Color Space.

      =

      Eq. (3)

      16 0.257 0.504 0.098

      ++

      = 128 + 0.148 0.291 0.439

      Eq. (11)

      128 0.439 0.368 0.071

      =

      ++

      Eq. (4)

      In this chosen method [10] for skin color segmentation the pixel intensity if tested for skin color in HSV, RGB and YCbCr Color space. Only if the pixel is found to be a skin color pixel in all the color spaces it is taken as a skin color pixel or else it

      In the above equations, , represent the normalized values of R, G and B respectively. These normalized values will satisfy the Eq. (4).

      + + = 1 Eq. (5)

      The following are the equations used for the conversion of pixel intensities from RGB to HSV.

      = (, , ) Eq. (6)

      = , , Eq. (7)

      is identified as background pixel.

      The thresholding conditions for the skin color classification in the various color spaces are as follows:

      In the RGB space, the following rule put forward by Peer et al [11], determines the skin color under uniform daylight.

      > 95 && > 40 && > 20

      AND

      , , , , > 15 Eq.(12) AND

      > 15

      > ( > )

      For skin color under flashlight, a lateral rule for detection is given by

      > 220 > 210 > 170

      AND Eq. (13)

      15 > ( > )

      To take note of both the conditions, the above two rules are combined using the logical operator, OR.

      In YCbCr space, the following thresholding conditions are applied.

      1.5862 = 20

      0.3448 + 76.269

      4.5652 + 234.5652 Eq. (14)

      1.15 + 301.75

      2.287 + 432.85

      In [12] the thresholds for the YCbCr was improved by including the parameters for Y and Cb.

      > 80

      Eq. (15)

      85 < < 135

      In the HSV space, the conditions for skin color are:

      < 25

      > 230

      > 38 Eq. (16)

      < 250

      > 51

      < 242

      The above two condition are combined using a Logical operator OR. If the pixel intensity falls under all the above threshold conditions, then the pixel intensity will be classified as a skin color intensity. The results obtained from the segmentation are further acted upon by morphological operations are used to eliminate the presence of noise in the results.

    5. Active Contour Based Segmentation

      Active Contour Based Segmentation method involves the drawing of a random shape around the region of interest. On

    6. K-Means Clustering

      K- Means clustering[15] is one of the most simplest clustering algorithm used to partition the image into k clusters and the this value of k is to be specified by the user based on the application.

      Let = {1, 2, } be a set of N pixels. be the property vector of . The steps followed for the K-means Algorithm is as follows

      PARAMETER INITIALIZATION

      PIXEL ASSIGNEMNT TO CLUSTERS

      RECOMPUTATION OF PARAMETER VALUES

      Fig 2 K-Means Clustering Algorithm

      In the first step, the means of K-clusters are assigned to potential property vectors. Assignment is done based on the distance computation between the vectors and the pixel is assigned to the cluster with the closest mean. The means of each of these clusters are again recomputed based on the property vector of all the pixels in the cluster. The second and third steps are repeated until no pixel moves from one cluster to the other.

    7. Motion Based Segmentation

    In a sequence of frames or in a video, the motion of an object can be used to segment the object region. The motion vectors are computed for every pixel in the frame. The motion vectors are analyzed and the group of pixels moving along the same direction are segmented. [16] These pixels are grouped together using different clustering techniques. This technique fails when the region of interest to be segmented does not move.

    H.Adaptive Skin Color Segmentation using GMM

    The Single Gaussian model has been used successfully to represent distinct object features in many real world problems. However these single models requires the components to vary smoothly around the mean value. In [17][18], it has been shown that a combination of randomly occurring independent models can be used. The probability density function of GMM can be seen a weighted sum of Gaussians [19]

    every iteration till the energy function is minimized to zero, the shape is tightens around the region of interest [13]. The

    ; =

    (; ) Eq. (18)

    =0

    method is highly suitable to obtain segmented regions of non- rigid objects. However shape complexity of the object determines the number of iterations required to segment the object. The energy function is as follows [14]

    is the weight of the i-th component, is the sample input, G is the Gaussian probability density function with the parameters standard deviation and mean and n is the number of components. Model Parameter estimation is done using the

    0

    = 1

    +

    .

    Eq. (17)

    EM Algorithm. The skin color intensities are modelled as Gaussians and by measuring the probability of whether each

    pixel belongs to skin intensity or not, the skin color and non- skin color pixels can be separated.

  3. CONCLUSION

The results of skin colour segmentation varies according to illumination conditions, the type of camera used, the colour space used for segmentation, etc. The survey of colour models

[20] gives an overview of the colour models that can be used for skin colour segmentation. The Table -1 illustrates the working of the various methods under the conditions of Illumination and Background. In the below table ( Yes the method works under varying conditions of illumination , Partial Invariance works under varying illumination but affected by other skin coloured objects, No Variant to lighting conditions ) The background of the scenario can either be complex or uniform and the methods working depends on it.

Sl.no

Technique

Illuminati on

Invariant

Background

1.

Background

Subtraction

Yes

Uniform

2.

Segmentatio n Based on Histogram

Analysis

Partial Invarianc e

Complex

3.

Thresholdin

g Using HSV

Partial

Invarianc e

Complex

4.

Thresholdin g using HSV-RGB-

YCbCr

Yes

Complex

5.

Active Contour Based

Segmentatio n

Yes

Complex

6.

K- Means

Clustering

Yes

Complex

7.

Motion Based Segmentatio

n

Yes

Complex

8.

Adaptive Skin Colour Segmentatio

n using GMM

Yes

Complex

Table 1 Tabulating the Working of Different Segmentation Algorithms under varying conditions

Based on Table 1, the different algorithms can be employed to segment different skin colour regions based on their application. In the recent times are lot of skin colour classifiers are being used to make the system invariant to varying lighting and background conditions.

REFERENCES

  1. Yilmaz, A., Javed, O., and Shah, M. 2006. Object tracking: A survey. ACM Computing. Survey. 38, 4, Article 13 (Dec. 2006), 45 pages. DOI =10.1145/1177352.1177355 http://doi.acm.org/10.1145/1177352.1177355

  2. Shi, J. and Malik, J. 2000. Normalized cuts and image segmentation. IEEE Trans. Patt. Analy. Mach. Intell. 22, 8, 888 905.

  3. Ashwin Thangali and Stan Sclaroff, An alignment based similarity measure for hand detection in cluttered sign language video, Boston University, Computer Science technical report BUCS-TR-2009-009.

  4. V. Vezhnevets, V. Sazonov, A. Andreeva, A survey on pix- el-based skin color detection techniques,GRAPHICON03, 2003, pp. 8592.

  5. Manresa, C., Varona, J., Mas, R., Perales, F.J.,Real-time hand tracking and gesture recognition for human-computer interaction, ELCVIA(5), No. 3, 2005, Pages: 96-104.

  6. Beetz, M., B. Radig, and M. Wimmer. A person and context specific approach for skin color classification, 18th International Conference on Pattern Recognition, 2006 (ICPR 2006). 2006. Hong Kong.

  7. Soriano, M., et al., Skin detection in video under changing illumination conditions, 15th International Conference on Pattern Recognition 2000. 2000. Barcelona.

  8. Kawato, S. and J. Ohya., Automatic skin-color distribution extraction for face detection and tracking, 5th International Conference on Signal Processing Proceedings 2000 (WCCC- ICSP 2000). 2000. Beijing.

  9. Park, J., et al., Detection of human faces using skin color and eyes, 2000 IEEE International Conference on Multimedia and Expo 2000 (ICME 2000). 2000. New York, NY.

  10. Nusirwan Anwar bin Abdul Rahman, Kit Chong Wei and John, RGB-H-CbCr Skin Color Model for Human Face Detection,MMU International Symposium on Information & Communications Technologies (M2USIC), 2006.

  11. G.Kukhrev, A.Novosielski, Visitor identification elaborating real time face recognition system, Proceedings of the 12th Winter School on Computer Graphics (WSCG) , Plzen, Czech Republic , pp. 157-164, February , 2004.

  12. P. Peer, J. Kovac, F. Solina, Human Skin Color Clustering for Face Detection, EUROCON1993, Ljubljana, Slovenia, pp. 144- 148, September 2003.

  13. Navneet Dalal and Bill Triggs, Histograms of Oriented Gradients for Human Detection, 2005.

  14. M. Kass, A. Witkin, and D. Terzopoulos, Snakes: Active Contour Models, Intl J. Computer Vision, vol. 1, 1988.

  15. J. B. MacQueen. Some methods for classication and analysis of multivariate observations.In Proceedings of 5th Berkeley Mathematical Statistics and Probability, pages 281297. University of California Press, 1967.

  16. National Programme on Technology Enhanced learning http://nptel.iitm.ac.in/courses/106105032/40

  17. K. Nigam, A. McCallum, S. Thrun, and T. Mitchell. Text Classicationfrom Labeled and Unlabeled Documents Using EM. Machine Learning Special Issue on Information Retrieval, 39(2):103134, May-June 2000.

  18. N. Oliver, A. Pentland, and F. Berard. Lafter: Lips and Face Real Time Tracker. In Proc. Computer Vision and Pattern Recognition, pages 123129, 1997.

  19. B. S. Everitt and D. J. Hand. Finite Mixture Distribution, Monographs on Applied Probability and Statistics. Chapman and Hall, 1981.

  20. Vladimir Vezhnevets Vassili, Sazonov Alla Andreeva, A Survey on Pixel-Based Skin Color Detection Techniques, Graphics and Media Laboratory, Faculty of Computational, Mathematics and Cybernetics, Moscow State University,

Moscow, Russia, In Proceedings of the GraphiCon 2003, pp. 85- 92.

Leave a Reply