SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 348
SKIN SEGMENTATION USING DIFFERENT INTEGRATED COLOR
MODEL APPROACHES FOR FACE DETECTION
Mrunmayee V. Daithankar1
, Kailash J. Karande2
1
ME Student, Electronics and Telecommunication Engineering Department, SKN Sinhgad College of Engineering,
Pandharpur, Maharashtra, India
2
Principal, Electronics and Telecommunication Engineering Department, SKN Sinhgad College of Engineering,
Pandharpur, Maharashtra, India
Abstract
This paper presents an efficient skin segmentation algorithm which depends on integration of different color models. Among
different low level features such as edge, shape, color, texture; color processing is computationally fast and easy to implement.
Color constancy is the ability of human vision system to resolve object colors in a scene independent of the illuminant. Skin color
is one of the powerful and effective features to detect the face. To represent skin color different color models are presents which
are having luminance and chrominance components like YCbCr, YCgCr and HSI. Though geographically, people of different
country has different skin color. This difference lies in their intensity not on their chrominance. Study and Analysis of these color
models motivates us to combine the uncommon features of these color models for efficient skin segmentation. As the skin color is
highly affected by illumination changes due to luminance i.e. brightness part of color models, we have avoided this component in
feature’s combination. Integration of color models contains combination of only chrominance components which will be helpful in
handling illumination affects. After skin segmentation, morphological operations such as dilation which adds pixels to the
boundary of objects in image and erosion which removes pixels from object’s boundaries are used to get more smooth results. To
locate face, face region is detected by checking either 4-point or 8- point connectivity as per requirement and bounded by a
rectangle. This process gives us efficient face detection system with 100% face detection rate. This efficient face detection system
may results in better final system such as face recognition system, human computer interface system, video surveillance, etc.
where face detection is initial and important step.
Keywords: Skin Segmentation, Color Models, Integration of color models, Face Detection, Face localization
--------------------------------------------------------------------***----------------------------------------------------------------------
1. INTRODUCTION
Improvement at the stage of detection of face region from
images becomes necessary to reach at higher efficient final
systems such as video surveillance systems, face recognition
systems, HCI systems, etc. where face detection is first and
important step. This necessity leads to active research area
of biometrics for researchers. Different techniques used for
face detection with advantages and disadvantages now
become scope for advancement to achieve efficiency in
locating face region perfectly. Knowledge based, feature
based, template matching based and appearance based
methods with different techniques are used for face
detection. The comparative analysis of these methods is
done by Xiaobo Zhu et al [1], overview is given below:
• Knowledge Based Methods:
Knowledge-based methods use the knowledge about a basic
face, such as the ellipse shape and the triangle feature, to
obtain the final region of a face. Knowledge based methods
can greatly reduce computational cost, but they are rotation-
dependent.
• Template Matching Based Methods:
Template matching based methods use the similarity
between an input image and the template. These methods
are easy to implement, but they are scale-dependent,
rotation-dependent, and computationally expensive.
• Appearance Based Methods:
Appearance based or machine learning-based methods have
high detection rates, but their accuracy depends on the
training samples. Most of these methods focus on frontal
faces or faces with fixed orientations.
• Feature Based Methods:
Feature-based methods use low level features (such as color,
edge, shape, and texture) to detect faces. Feature based
methods are scale independent, rotation independent, and
fast. Many authors found that skin color, which is scale
independent and rotation independent, can greatly reduce
computational cost of face detection.
Face detection is challenging area of research due to the
variability of human face with change in skin color,
expression, illumination changes, occlusion and pose
variation. The processing of color which comes under
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 349
feature based method is more advantageous as compare to
other low level facial feature analysis [2]. Fattah Alizadeh et
al [3] explain the two approaches for face detection using
skin color. First approach is Pixel-Based Model, which is
based on processing the pixels for all parts of the human
skin color. In this approach each pixel is processed
independently, and its final status, i.e. it is skin color or not,
will be determined. Then, based on facial structure or other
options, it will be decided that set of points that were
marked as skin, it belong to face or not.
The second approach is based on the status of region of the
image. In this approach at first, the necessary attempt is
done to segregate the region that may produce a face within
the given image. And then using the previous information
and knowledge it will be decided that specifies if the region
belongs to face or not.
1.1 Skin Color Segmentation
Among various low facial features such as edge, shape, skin
color and texture; skin color is prominent tool for extracting
face region due to its fast processing and ease of
implementation. Although color processing is advantageous
but sensitive to following conditions which are discussed by
Ukil Yan et al. [4] and Nidhi Tiwari et al. [5]:
• Illumination conditions: A change in the spectral
distribution and the illumination level of light source
(indoor, outdoor, highlights, shadows, color temperature of
lights)
• Camera characteristics: The color reproduced by a CCD
camera is dependent on not only the illumination conditions
but also the spectral sensitivities of a camera sensor.
• Ethnicity: Skin color varies according to ethnic groups.
• Individual characteristics: Individual characteristics such
as age, sex and body parts affect the skin color.
• Other factors: Different factors such as makeup, glasses,
background colors, shadows and motion affect the skin
color.
The skin color is defined by different color models like
RGB, CMY, YUV, YIQ, YPbPr, YCbCr, YCgCr, YDbDr,
HSV and CIE-XYZ. Comparative study and analysis of
these models is done by Jose M. Chaves-Gonzalez et al. [6]
and Manuel et al. [7]. The results of this study and analysis
tell us that YCbCr, YCgCr and HSI models gives most
promising results for skin segmentation and becomes most
popular among others. Introduction to these color models is
given under next point.
1.2 Color Models
1.2.1. YCbCr Model:
In this color model, Y represents luminance component i.e.
light intensity and Cb, Cr represents blue difference of the
chromaticity component and red difference of the
chromaticity component respectively. The chrominance
components are not depends on luminance component [8].
1.2.2. YCgCr Model:
In the YCgCr color space, a human skin color model can be
concentrated in a small region of the Cg-Cr plane. This color
space includes information about green difference instead of
blue difference, which can be more useful for skin color
detection [9].
1.2.3 HSI Model:
In this color model, H-Hue describes the main color i.e.
depth of color, S-saturation gives purity of the color and I-
Intensity indicates the brightness of the shade. HSI color
model has been used for image processing because it can
separate the chromaticity from the intensity of the image
[10].
So our interest is in combining features of these color
models to get efficient face detection system.
2. FLOW OF PROPOSED WORK
The flow for our proposed work is given in Fig.1. The first
step of dissertation is to take RGB image as input to system.
This image is pre-processed by converting from RGB to
appropriate color models. After this conversion, we have
segmented image in two parts as skin region and non skin
region by applying thresholds for each channel of model.
The threshold values come from experimentation of
histograms. Thus skin region is segmented. For smooth skin
area, morphological operations such as erosion and dilation
are used.
The 4-point and 8-point connectivity is checked on white
pixels to segment face region from image. To bound face in
image with rectangle, height to width ratio is applied. This
ratio avoids false detections. At last, image of face with
bounding box is displayed.
Fig-1 Flow of proposed work
Input image
YCbCr model
Integrated model- Combinations of chrominance
components- Cb, Cg, Cr, H, S
Skin segmentation
Detection of Face Region
Morphological operations
Face Localization
YCgCr model HSI model
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 350
2.1 Integration of Color Models
Different combinations of chrominance components of most
popular color models and their threshold values which are
used for skin segmentation, shown in Table -1. These
threshold values are calculated from histogram processing.
Table -1: Integrated color models with threshold values
Combination
of color models
Proposed
integrated models
Threshold values
for each channel
1] YCbCr,
YCgCr and
HSI
1] HSCbCgCr 0.4 < H < 0.8,
0.4 < S < 0.6,
82 < Cb < 160,
110 < Cg < 125,
125 < Cr < 165
2] YCgCr and
HSI
1] HSCgCr
2] HCgCr
0.4 < H < 0.8,
0.4 < S < 0.6,
110 < Cg < 125,
125 < Cr < 130
3] YCbCr and
YCgCr
1] CbCgCr 82 < Cb < 160,
110 < Cg < 125,
125 < Cr < 165
4] YCbCr and
HSI
1] HSCbCr
2] HCbCr
0.4 < H < 0.8,
0.12 < S < 0.3,
82 < Cb < 160,
125 < Cr < 165
3. EXPERIMENTAL RESULTS /DISCUSSIONS
The integrated color models are implemented with the help
of MATLAB software. The experimentation is carried out
on randomly collected 50 images from internet. These
images are with different backgrounds, various pose and
illumination changes. Each designed integrated model for
skin segmentation is compared to get best combination of
chrominance components.
Due to illumination changes and complex background, some
non-skin area also marked as skin region by white pixels.
The segmented skin area becomes smoother when we apply
morphological operations like dilation and erosion on
image. After that, checking of white pixels connectivity
either by 4-point or 8-point and applying height to width
ratio, we reached to efficient face region detection and
localization.
3.1 Results of HSCbCgCr Color Model
The HSCbCgCr integrated color model is combination of
YCbCr, YCgCr and HSI color models. The RGB input
image is first transferred in these three color models and
using threshold values from Table-1, skin region is
segmented to locate face area. The face detection rate of this
model is 84%. This process is shown in Fig-2:
(a) Input image (b) Skin segmentation (c) Face detection
Fig-2 Implementation of HSCbCgCr integrated color model
3.2 Results of HSCgCr Color Model:
This is integration of chrominance components of HSI and
YCgCr color models. Hue and saturation are taken from HSI
model while green and red chrominance components are
part of YCgCr model. The skin segmentation and face
detection results of HSCgCr are shown in Fig-3. The face
detection rate is 84%.
(a) Input image (b) Skin segmentation (c) Face detection
Fig-3 Implementation of HSCgCr integrated color model
3.3 Results of HCgCr Color Model:
The implementation of integrated model HCgCr is done
with the help of combination of YCgCr and HSI color
models. The avoidance of saturation component does not
affect on efficiency of face detection. It has same face
detection rate as of previous one i.e. 84%. This
implementation is shown in Fig-4:
(a) Input image (b) Skin segmentation (c) Face detection
Fig-4 Implementation of HSCgCr integrated color model
3.4 Results of CbCgCr Color Model:
The Combination of YCbCr and YCgCr resulted in an
integrated approach CbCgCr. Threshold values are taken
from Table-1. Fig-5 shows skin segmentation and face
detection results. CbCgCr got 84% efficiency in face
detection.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 351
(a) Input image (b) Skin segmentation (c) Face detection
Fig-5 Implementation of CbCgCr integrated color model
3.5 Results of HSCbCr Color Model:
The color models YCbCr and HSI are combined together
and implemented this integrated approach whose face
detection rate is 90%. These results are efficient than
previously discussed models. The skin segmented and face
detected result for this model is shown in Fig.6:
(a) Input image (b) Skin segmentation (c) Face detection
Fig-6 Implementation of HSCbCr integrated color model
3.6 Results of HCbCr Color Model:
This integrated approach is also implemented by combining
YCbCr and HSI color models but the difference between
previous model and HCbCr is avoidance of saturation
component. Thus, skin segmentation is smoother than other
implemented integrated approaches. This is resulted in more
efficient face detection with 100% face detection rate. The
skin segmented and face detected results with this model are
shown in Fig-7:
(a) Input image (b) Skin segmentation (c) Face detection
Fig-7 Implementation of HCbCr integrated color model
Table-2: Face detection rate for integrated models
Integrated color
models
Face detection rate
1] HSCbCgCr 84%
2] HSCgCr 84%
3] HCgCr 84%
4] CbCgCr 84%
5] HSCbCr 90%
6] HCbCr 100%
More results of integrated approaches with the help of
images are shown in Table-3.
Table-3: Results for integrated approaches
Integrated Color
Models
Images with detected face
1] HSCbCgCr
2] HSCgCr
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 352
4. CONCLUSIONS
This paper gives new skin segmentation algorithm based on
integration of different skin color models. The integrated
approaches are combination of uncommon features of
YCbCr, YCgCr and HSI color models. The experimental
results shows that, combination of green chrominance
channel of YCgCr model with other channels of both
YCbCr and HSI models does not provide satisfactory
results. Integration of YCbCr and HSI color models gives
better results than other combinations. Avoidance of
saturation component shows smoother skin segmentation in
HCbCr model whose face detection rate is 100%. This
algorithm provides robustness and efficiency than surveyed
algorithms.
REFERENCES
[1] Xiaobo Zhu, Dong Ren , Zhenyu Jing, Lin Yan and
Shuanghui Lei, “Comparative Research of the
Common Face Detection Methods,” IEEE 2nd
International Conference on Computer Science and
Network Technology, pp.1528-1533, 2012.
[2] Hewa Majeed Zangana and Imad Fakhri A Shaikhli,
“A new algorithm for human face detection using
skin color tone,” IOSR Journal of Computer
Engineering, vol.11, issue.6, pp. 31-38, June 2013.
[3] Fattah Alizadeh, Saeed Nalousi and Chiman Savari,
“Face Detection in Color Images using Color
Features of Skin,” World Academy of Science,
Engineering and Technology52, pp.223-229, 2011.
[4] Ukil Yang, Bongjoe Kim and Kwanghoon Sohn,
“Illumination Invariant Skin Color Segmentation,”
ICIEA IEEE, pp. 636-641, 2009.
[5] Nidhi Tiwari, N. K. Mittal and S. G. Kerhalker,
“Automatic face detection in frontal face color
images,” International Journal of Scientific
Engineering and Technology, vol. 2, issue.7, pp.
670-674, July 2013.
[6] Jose M. Chaves-González , Miguel A. Vega-
Rodríguez, Juan A. Gómez-Pulido and Juan M.
Sánchez-Pérez, “Detecting skin in face recognition
systems: A color spaces study,” Digital Signal
Processing, vol.20 , pp. 806–823, 2010.
[7] Manuel C. Sanchez-Cuevas, Ruth M. Aguilar-Ponce
and J. Luis Tecpanecatl- Xihuitl, “A Comparison of
Color Models for Color Face Segmentation,”
Procedia Technology, vol.7, pp.134 -141, 2013.
[8] Kailash J. Karande, “Localized Spatiotemporal
Modular ICA for Face Recognition,” IEEE
Symposium on Computational Intelligence in
Biometrics and Identity Management (CIBIM),
pp.66-70, April 2013.
[9] Kamarul Hawari Bin Ghazali, Jie Ma, Rui Xiao and
Solly Aryza lubis, “An innovative face detection
based on YCgCr color space,” International
conference on solid state devices and materials
science, vol.25, pp.2116-2124, 2012.
[10] Yogesh Tayal, Ruchika Lamba and Subhransu
Padhee, “Automatic face detection using color based
segmentation,” International Journal of Scientific
3] HSCbCr
4] HCgCr
5] HCbCr
6] CbCgCr
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 353
and Research Publications, vol.2, issue.6, pp.1-7,
June 2012.
BIOGRAPHIES
Mrunmayee V. Daithankar has completed
B.E. (Electronics and Telecommunication
Engineering) from SVERI’s college of
engineering, Pandharpur. India. Now she is
student of ME –Electronics in SKN
Sinhgad College of Engineering,
Pandharpur, India.
Dr.Karande Kailash Jagannath has
completed his Ph.D in Electronics and
Telecommunication from S. R.T.M
University, Nanded, India. He has total
18 Publications in International and
National Journals and Conferences. He is
member of ISTE and IETE. Currently he is working as
Principal at SKN Sinhgad College of Engineering,
Pandharpur, India.

More Related Content

What's hot

An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterjournalBEEI
 
Face Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewFace Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewIJERA Editor
 
A Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature ExtractionA Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature Extractioniosrjce
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...iosrjce
 
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
F ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTIONF ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTION
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTIONIJCSES Journal
 
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION sipij
 
Critical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesCritical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesSalam Shah
 
Local directional number pattern for face analysis face and expression recogn...
Local directional number pattern for face analysis face and expression recogn...Local directional number pattern for face analysis face and expression recogn...
Local directional number pattern for face analysis face and expression recogn...IEEEFINALYEARPROJECTS
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...ijfcstjournal
 
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...csijjournal
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ijcseit
 
Plastic surgeryinvariantfacedetection.pptx
Plastic surgeryinvariantfacedetection.pptxPlastic surgeryinvariantfacedetection.pptx
Plastic surgeryinvariantfacedetection.pptxSoumik Maji
 
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression RecognitionFiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression Recognitionijtsrd
 
A Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single ImagesA Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single Imagesjournal ijrtem
 

What's hot (20)

An Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor FilterAn Accurate Facial Component Detection Using Gabor Filter
An Accurate Facial Component Detection Using Gabor Filter
 
Face Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical ReviewFace Detection in Digital Image: A Technical Review
Face Detection in Digital Image: A Technical Review
 
A Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature ExtractionA Hybrid Approach to Face Detection And Feature Extraction
A Hybrid Approach to Face Detection And Feature Extraction
 
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
Handwritten Character Recognition: A Comprehensive Review on Geometrical Anal...
 
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
F ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTIONF ACIAL  E XPRESSION  R ECOGNITION  B ASED ON  E DGE  D ETECTION
F ACIAL E XPRESSION R ECOGNITION B ASED ON E DGE D ETECTION
 
Ch 2
Ch 2Ch 2
Ch 2
 
Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...
Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...
Local Gray Code Pattern (LGCP): A Robust Feature Descriptor for Facial Expres...
 
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
HVDLP : HORIZONTAL VERTICAL DIAGONAL LOCAL PATTERN BASED FACE RECOGNITION
 
Critical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniquesCritical evaluation of frontal image based gender classification techniques
Critical evaluation of frontal image based gender classification techniques
 
Local directional number pattern for face analysis face and expression recogn...
Local directional number pattern for face analysis face and expression recogn...Local directional number pattern for face analysis face and expression recogn...
Local directional number pattern for face analysis face and expression recogn...
 
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
A FACE RECOGNITION USING LINEAR-DIAGONAL BINARY GRAPH PATTERN FEATURE EXTRACT...
 
50220130402003
5022013040200350220130402003
50220130402003
 
N348295
N348295N348295
N348295
 
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
LITERATURE SURVEY ON SPARSE REPRESENTATION FOR NEURAL NETWORK BASED FACE DETE...
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
Plastic surgeryinvariantfacedetection.pptx
Plastic surgeryinvariantfacedetection.pptxPlastic surgeryinvariantfacedetection.pptx
Plastic surgeryinvariantfacedetection.pptx
 
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression RecognitionFiducial Point Location Algorithm for Automatic Facial Expression Recognition
Fiducial Point Location Algorithm for Automatic Facial Expression Recognition
 
L045066671
L045066671L045066671
L045066671
 
A02010106
A02010106A02010106
A02010106
 
A Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single ImagesA Methodology for Extracting Standing Human Bodies from Single Images
A Methodology for Extracting Standing Human Bodies from Single Images
 

Viewers also liked

Mathematical Model of Skin Color for Face Detection
Mathematical Model of Skin Color for Face DetectionMathematical Model of Skin Color for Face Detection
Mathematical Model of Skin Color for Face DetectionSetiawan Hadi
 
A Proposed Framework for Robust Face Identification System
A Proposed Framework for Robust Face Identification SystemA Proposed Framework for Robust Face Identification System
A Proposed Framework for Robust Face Identification SystemAhmed Gad
 
Automated Face Detection System
Automated Face Detection SystemAutomated Face Detection System
Automated Face Detection SystemAbhiroop Ghatak
 
Reminiscing cloud computing technology
Reminiscing cloud computing technologyReminiscing cloud computing technology
Reminiscing cloud computing technologyeSAT Publishing House
 
Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...
Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...
Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...eSAT Publishing House
 
Analysis of dual bell rocket nozzle using
Analysis of dual bell rocket nozzle usingAnalysis of dual bell rocket nozzle using
Analysis of dual bell rocket nozzle usingeSAT Publishing House
 
Evaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam forEvaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam foreSAT Publishing House
 
Review of facial expression recognition system and
Review of facial expression recognition system andReview of facial expression recognition system and
Review of facial expression recognition system andeSAT Publishing House
 
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...eSAT Publishing House
 
Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceeSAT Publishing House
 
A study of region based segmentation methods for
A study of region based segmentation methods forA study of region based segmentation methods for
A study of region based segmentation methods foreSAT Publishing House
 
Effect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rateEffect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rateeSAT Publishing House
 
A survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and userA survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and usereSAT Publishing House
 
Securing the cloud computing systems with matrix vector and multi-key using l...
Securing the cloud computing systems with matrix vector and multi-key using l...Securing the cloud computing systems with matrix vector and multi-key using l...
Securing the cloud computing systems with matrix vector and multi-key using l...eSAT Publishing House
 
Mathematical model study on solvent extraction of
Mathematical model study on solvent extraction ofMathematical model study on solvent extraction of
Mathematical model study on solvent extraction ofeSAT Publishing House
 
Vibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaVibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaeSAT Publishing House
 
Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...eSAT Publishing House
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationeSAT Publishing House
 
Assessment of indoor air quality in an automobile industry
Assessment of indoor air quality in an automobile industryAssessment of indoor air quality in an automobile industry
Assessment of indoor air quality in an automobile industryeSAT Publishing House
 

Viewers also liked (20)

Mathematical Model of Skin Color for Face Detection
Mathematical Model of Skin Color for Face DetectionMathematical Model of Skin Color for Face Detection
Mathematical Model of Skin Color for Face Detection
 
A Proposed Framework for Robust Face Identification System
A Proposed Framework for Robust Face Identification SystemA Proposed Framework for Robust Face Identification System
A Proposed Framework for Robust Face Identification System
 
Automated Face Detection System
Automated Face Detection SystemAutomated Face Detection System
Automated Face Detection System
 
Reminiscing cloud computing technology
Reminiscing cloud computing technologyReminiscing cloud computing technology
Reminiscing cloud computing technology
 
Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...
Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...
Influence of alkaline substances (carbonates and bicarbonates of sodium) in w...
 
Analysis of dual bell rocket nozzle using
Analysis of dual bell rocket nozzle usingAnalysis of dual bell rocket nozzle using
Analysis of dual bell rocket nozzle using
 
Evaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam forEvaluation of performance of intake tower dam for
Evaluation of performance of intake tower dam for
 
Review of facial expression recognition system and
Review of facial expression recognition system andReview of facial expression recognition system and
Review of facial expression recognition system and
 
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
Evaluation the affects of mimo based rayleigh network cascaded with unstable ...
 
Transfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interfaceTransfer of ut information from fpga through ethernet interface
Transfer of ut information from fpga through ethernet interface
 
A study of region based segmentation methods for
A study of region based segmentation methods forA study of region based segmentation methods for
A study of region based segmentation methods for
 
Green vehicle
Green vehicleGreen vehicle
Green vehicle
 
Effect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rateEffect of mobile phone and bts radiation on heart rate
Effect of mobile phone and bts radiation on heart rate
 
A survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and userA survey on ranking sql queries using skyline and user
A survey on ranking sql queries using skyline and user
 
Securing the cloud computing systems with matrix vector and multi-key using l...
Securing the cloud computing systems with matrix vector and multi-key using l...Securing the cloud computing systems with matrix vector and multi-key using l...
Securing the cloud computing systems with matrix vector and multi-key using l...
 
Mathematical model study on solvent extraction of
Mathematical model study on solvent extraction ofMathematical model study on solvent extraction of
Mathematical model study on solvent extraction of
 
Vibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using feaVibration analysis of a torpedo battery tray using fea
Vibration analysis of a torpedo battery tray using fea
 
Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...Design and implementation of an ancrchitecture of embedded web server for wir...
Design and implementation of an ancrchitecture of embedded web server for wir...
 
Monitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communicationMonitoring wind turbine using wi fi network for reliable communication
Monitoring wind turbine using wi fi network for reliable communication
 
Assessment of indoor air quality in an automobile industry
Assessment of indoor air quality in an automobile industryAssessment of indoor air quality in an automobile industry
Assessment of indoor air quality in an automobile industry
 

Similar to Efficient Face Detection Using Integrated Color Models

Region based elimination of noise pixels towards optimized classifier models ...
Region based elimination of noise pixels towards optimized classifier models ...Region based elimination of noise pixels towards optimized classifier models ...
Region based elimination of noise pixels towards optimized classifier models ...IJERA Editor
 
A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...
A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...
A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...iosrjce
 
DETECTION OF LESION USING SVM
DETECTION OF LESION USING SVMDETECTION OF LESION USING SVM
DETECTION OF LESION USING SVMadeij1
 
A New Algorithm for Human Face Detection Using Skin Color Tone
A New Algorithm for Human Face Detection Using Skin Color ToneA New Algorithm for Human Face Detection Using Skin Color Tone
A New Algorithm for Human Face Detection Using Skin Color ToneIOSR Journals
 
Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...
Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...
Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...IJERA Editor
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
Face skin color based recognition using local spectral and gray scale features
Face skin color based recognition using local spectral and gray scale featuresFace skin color based recognition using local spectral and gray scale features
Face skin color based recognition using local spectral and gray scale featureseSAT Journals
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPHIRJET Journal
 
Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images IJECEIAES
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 
Detection of skin diasease using curvlets
Detection of skin diasease using curvletsDetection of skin diasease using curvlets
Detection of skin diasease using curvletseSAT Publishing House
 
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...IOSR Journals
 
IRJET- Face Counter using Matlab
IRJET-  	  Face Counter using MatlabIRJET-  	  Face Counter using Matlab
IRJET- Face Counter using MatlabIRJET Journal
 
Segmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture FeaturesSegmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture FeaturesIJERA Editor
 
Enhanced Skin Colour Classifier Using RGB Ratio Model
Enhanced Skin Colour Classifier Using RGB Ratio Model  Enhanced Skin Colour Classifier Using RGB Ratio Model
Enhanced Skin Colour Classifier Using RGB Ratio Model ijsc
 
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODELENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODELijsc
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET Journal
 
Human Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew AlgorithmHuman Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew AlgorithmIOSRjournaljce
 

Similar to Efficient Face Detection Using Integrated Color Models (20)

Region based elimination of noise pixels towards optimized classifier models ...
Region based elimination of noise pixels towards optimized classifier models ...Region based elimination of noise pixels towards optimized classifier models ...
Region based elimination of noise pixels towards optimized classifier models ...
 
B017310612
B017310612B017310612
B017310612
 
A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...
A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...
A New Skin Color Based Face Detection Algorithm by Combining Three Color Mode...
 
DETECTION OF LESION USING SVM
DETECTION OF LESION USING SVMDETECTION OF LESION USING SVM
DETECTION OF LESION USING SVM
 
A New Algorithm for Human Face Detection Using Skin Color Tone
A New Algorithm for Human Face Detection Using Skin Color ToneA New Algorithm for Human Face Detection Using Skin Color Tone
A New Algorithm for Human Face Detection Using Skin Color Tone
 
Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...
Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...
Multi-View Algorithm for Face, Eyes and Eye State Detection in Human Image- S...
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
Face skin color based recognition using local spectral and gray scale features
Face skin color based recognition using local spectral and gray scale featuresFace skin color based recognition using local spectral and gray scale features
Face skin color based recognition using local spectral and gray scale features
 
IRJET - Facial Recognition based Attendance System with LBPH
IRJET -  	  Facial Recognition based Attendance System with LBPHIRJET -  	  Facial Recognition based Attendance System with LBPH
IRJET - Facial Recognition based Attendance System with LBPH
 
Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images Extracted features based multi-class classification of orthodontic images
Extracted features based multi-class classification of orthodontic images
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
Detection of skin diasease using curvlets
Detection of skin diasease using curvletsDetection of skin diasease using curvlets
Detection of skin diasease using curvlets
 
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
Human Skin Cancer Recognition and Classification by Unified Skin Texture and ...
 
IRJET- Face Counter using Matlab
IRJET-  	  Face Counter using MatlabIRJET-  	  Face Counter using Matlab
IRJET- Face Counter using Matlab
 
Segmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture FeaturesSegmentation and Classification of Skin Lesions Based on Texture Features
Segmentation and Classification of Skin Lesions Based on Texture Features
 
Enhanced Skin Colour Classifier Using RGB Ratio Model
Enhanced Skin Colour Classifier Using RGB Ratio Model  Enhanced Skin Colour Classifier Using RGB Ratio Model
Enhanced Skin Colour Classifier Using RGB Ratio Model
 
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODELENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
ENHANCED SKIN COLOUR CLASSIFIER USING RGB RATIO MODEL
 
IRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: ReviewIRJET- Facial Expression Recognition: Review
IRJET- Facial Expression Recognition: Review
 
Human Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew AlgorithmHuman Face Detection Systemin ANew Algorithm
Human Face Detection Systemin ANew Algorithm
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Efficient Face Detection Using Integrated Color Models

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 348 SKIN SEGMENTATION USING DIFFERENT INTEGRATED COLOR MODEL APPROACHES FOR FACE DETECTION Mrunmayee V. Daithankar1 , Kailash J. Karande2 1 ME Student, Electronics and Telecommunication Engineering Department, SKN Sinhgad College of Engineering, Pandharpur, Maharashtra, India 2 Principal, Electronics and Telecommunication Engineering Department, SKN Sinhgad College of Engineering, Pandharpur, Maharashtra, India Abstract This paper presents an efficient skin segmentation algorithm which depends on integration of different color models. Among different low level features such as edge, shape, color, texture; color processing is computationally fast and easy to implement. Color constancy is the ability of human vision system to resolve object colors in a scene independent of the illuminant. Skin color is one of the powerful and effective features to detect the face. To represent skin color different color models are presents which are having luminance and chrominance components like YCbCr, YCgCr and HSI. Though geographically, people of different country has different skin color. This difference lies in their intensity not on their chrominance. Study and Analysis of these color models motivates us to combine the uncommon features of these color models for efficient skin segmentation. As the skin color is highly affected by illumination changes due to luminance i.e. brightness part of color models, we have avoided this component in feature’s combination. Integration of color models contains combination of only chrominance components which will be helpful in handling illumination affects. After skin segmentation, morphological operations such as dilation which adds pixels to the boundary of objects in image and erosion which removes pixels from object’s boundaries are used to get more smooth results. To locate face, face region is detected by checking either 4-point or 8- point connectivity as per requirement and bounded by a rectangle. This process gives us efficient face detection system with 100% face detection rate. This efficient face detection system may results in better final system such as face recognition system, human computer interface system, video surveillance, etc. where face detection is initial and important step. Keywords: Skin Segmentation, Color Models, Integration of color models, Face Detection, Face localization --------------------------------------------------------------------***---------------------------------------------------------------------- 1. INTRODUCTION Improvement at the stage of detection of face region from images becomes necessary to reach at higher efficient final systems such as video surveillance systems, face recognition systems, HCI systems, etc. where face detection is first and important step. This necessity leads to active research area of biometrics for researchers. Different techniques used for face detection with advantages and disadvantages now become scope for advancement to achieve efficiency in locating face region perfectly. Knowledge based, feature based, template matching based and appearance based methods with different techniques are used for face detection. The comparative analysis of these methods is done by Xiaobo Zhu et al [1], overview is given below: • Knowledge Based Methods: Knowledge-based methods use the knowledge about a basic face, such as the ellipse shape and the triangle feature, to obtain the final region of a face. Knowledge based methods can greatly reduce computational cost, but they are rotation- dependent. • Template Matching Based Methods: Template matching based methods use the similarity between an input image and the template. These methods are easy to implement, but they are scale-dependent, rotation-dependent, and computationally expensive. • Appearance Based Methods: Appearance based or machine learning-based methods have high detection rates, but their accuracy depends on the training samples. Most of these methods focus on frontal faces or faces with fixed orientations. • Feature Based Methods: Feature-based methods use low level features (such as color, edge, shape, and texture) to detect faces. Feature based methods are scale independent, rotation independent, and fast. Many authors found that skin color, which is scale independent and rotation independent, can greatly reduce computational cost of face detection. Face detection is challenging area of research due to the variability of human face with change in skin color, expression, illumination changes, occlusion and pose variation. The processing of color which comes under
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 349 feature based method is more advantageous as compare to other low level facial feature analysis [2]. Fattah Alizadeh et al [3] explain the two approaches for face detection using skin color. First approach is Pixel-Based Model, which is based on processing the pixels for all parts of the human skin color. In this approach each pixel is processed independently, and its final status, i.e. it is skin color or not, will be determined. Then, based on facial structure or other options, it will be decided that set of points that were marked as skin, it belong to face or not. The second approach is based on the status of region of the image. In this approach at first, the necessary attempt is done to segregate the region that may produce a face within the given image. And then using the previous information and knowledge it will be decided that specifies if the region belongs to face or not. 1.1 Skin Color Segmentation Among various low facial features such as edge, shape, skin color and texture; skin color is prominent tool for extracting face region due to its fast processing and ease of implementation. Although color processing is advantageous but sensitive to following conditions which are discussed by Ukil Yan et al. [4] and Nidhi Tiwari et al. [5]: • Illumination conditions: A change in the spectral distribution and the illumination level of light source (indoor, outdoor, highlights, shadows, color temperature of lights) • Camera characteristics: The color reproduced by a CCD camera is dependent on not only the illumination conditions but also the spectral sensitivities of a camera sensor. • Ethnicity: Skin color varies according to ethnic groups. • Individual characteristics: Individual characteristics such as age, sex and body parts affect the skin color. • Other factors: Different factors such as makeup, glasses, background colors, shadows and motion affect the skin color. The skin color is defined by different color models like RGB, CMY, YUV, YIQ, YPbPr, YCbCr, YCgCr, YDbDr, HSV and CIE-XYZ. Comparative study and analysis of these models is done by Jose M. Chaves-Gonzalez et al. [6] and Manuel et al. [7]. The results of this study and analysis tell us that YCbCr, YCgCr and HSI models gives most promising results for skin segmentation and becomes most popular among others. Introduction to these color models is given under next point. 1.2 Color Models 1.2.1. YCbCr Model: In this color model, Y represents luminance component i.e. light intensity and Cb, Cr represents blue difference of the chromaticity component and red difference of the chromaticity component respectively. The chrominance components are not depends on luminance component [8]. 1.2.2. YCgCr Model: In the YCgCr color space, a human skin color model can be concentrated in a small region of the Cg-Cr plane. This color space includes information about green difference instead of blue difference, which can be more useful for skin color detection [9]. 1.2.3 HSI Model: In this color model, H-Hue describes the main color i.e. depth of color, S-saturation gives purity of the color and I- Intensity indicates the brightness of the shade. HSI color model has been used for image processing because it can separate the chromaticity from the intensity of the image [10]. So our interest is in combining features of these color models to get efficient face detection system. 2. FLOW OF PROPOSED WORK The flow for our proposed work is given in Fig.1. The first step of dissertation is to take RGB image as input to system. This image is pre-processed by converting from RGB to appropriate color models. After this conversion, we have segmented image in two parts as skin region and non skin region by applying thresholds for each channel of model. The threshold values come from experimentation of histograms. Thus skin region is segmented. For smooth skin area, morphological operations such as erosion and dilation are used. The 4-point and 8-point connectivity is checked on white pixels to segment face region from image. To bound face in image with rectangle, height to width ratio is applied. This ratio avoids false detections. At last, image of face with bounding box is displayed. Fig-1 Flow of proposed work Input image YCbCr model Integrated model- Combinations of chrominance components- Cb, Cg, Cr, H, S Skin segmentation Detection of Face Region Morphological operations Face Localization YCgCr model HSI model
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 350 2.1 Integration of Color Models Different combinations of chrominance components of most popular color models and their threshold values which are used for skin segmentation, shown in Table -1. These threshold values are calculated from histogram processing. Table -1: Integrated color models with threshold values Combination of color models Proposed integrated models Threshold values for each channel 1] YCbCr, YCgCr and HSI 1] HSCbCgCr 0.4 < H < 0.8, 0.4 < S < 0.6, 82 < Cb < 160, 110 < Cg < 125, 125 < Cr < 165 2] YCgCr and HSI 1] HSCgCr 2] HCgCr 0.4 < H < 0.8, 0.4 < S < 0.6, 110 < Cg < 125, 125 < Cr < 130 3] YCbCr and YCgCr 1] CbCgCr 82 < Cb < 160, 110 < Cg < 125, 125 < Cr < 165 4] YCbCr and HSI 1] HSCbCr 2] HCbCr 0.4 < H < 0.8, 0.12 < S < 0.3, 82 < Cb < 160, 125 < Cr < 165 3. EXPERIMENTAL RESULTS /DISCUSSIONS The integrated color models are implemented with the help of MATLAB software. The experimentation is carried out on randomly collected 50 images from internet. These images are with different backgrounds, various pose and illumination changes. Each designed integrated model for skin segmentation is compared to get best combination of chrominance components. Due to illumination changes and complex background, some non-skin area also marked as skin region by white pixels. The segmented skin area becomes smoother when we apply morphological operations like dilation and erosion on image. After that, checking of white pixels connectivity either by 4-point or 8-point and applying height to width ratio, we reached to efficient face region detection and localization. 3.1 Results of HSCbCgCr Color Model The HSCbCgCr integrated color model is combination of YCbCr, YCgCr and HSI color models. The RGB input image is first transferred in these three color models and using threshold values from Table-1, skin region is segmented to locate face area. The face detection rate of this model is 84%. This process is shown in Fig-2: (a) Input image (b) Skin segmentation (c) Face detection Fig-2 Implementation of HSCbCgCr integrated color model 3.2 Results of HSCgCr Color Model: This is integration of chrominance components of HSI and YCgCr color models. Hue and saturation are taken from HSI model while green and red chrominance components are part of YCgCr model. The skin segmentation and face detection results of HSCgCr are shown in Fig-3. The face detection rate is 84%. (a) Input image (b) Skin segmentation (c) Face detection Fig-3 Implementation of HSCgCr integrated color model 3.3 Results of HCgCr Color Model: The implementation of integrated model HCgCr is done with the help of combination of YCgCr and HSI color models. The avoidance of saturation component does not affect on efficiency of face detection. It has same face detection rate as of previous one i.e. 84%. This implementation is shown in Fig-4: (a) Input image (b) Skin segmentation (c) Face detection Fig-4 Implementation of HSCgCr integrated color model 3.4 Results of CbCgCr Color Model: The Combination of YCbCr and YCgCr resulted in an integrated approach CbCgCr. Threshold values are taken from Table-1. Fig-5 shows skin segmentation and face detection results. CbCgCr got 84% efficiency in face detection.
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 351 (a) Input image (b) Skin segmentation (c) Face detection Fig-5 Implementation of CbCgCr integrated color model 3.5 Results of HSCbCr Color Model: The color models YCbCr and HSI are combined together and implemented this integrated approach whose face detection rate is 90%. These results are efficient than previously discussed models. The skin segmented and face detected result for this model is shown in Fig.6: (a) Input image (b) Skin segmentation (c) Face detection Fig-6 Implementation of HSCbCr integrated color model 3.6 Results of HCbCr Color Model: This integrated approach is also implemented by combining YCbCr and HSI color models but the difference between previous model and HCbCr is avoidance of saturation component. Thus, skin segmentation is smoother than other implemented integrated approaches. This is resulted in more efficient face detection with 100% face detection rate. The skin segmented and face detected results with this model are shown in Fig-7: (a) Input image (b) Skin segmentation (c) Face detection Fig-7 Implementation of HCbCr integrated color model Table-2: Face detection rate for integrated models Integrated color models Face detection rate 1] HSCbCgCr 84% 2] HSCgCr 84% 3] HCgCr 84% 4] CbCgCr 84% 5] HSCbCr 90% 6] HCbCr 100% More results of integrated approaches with the help of images are shown in Table-3. Table-3: Results for integrated approaches Integrated Color Models Images with detected face 1] HSCbCgCr 2] HSCgCr
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 352 4. CONCLUSIONS This paper gives new skin segmentation algorithm based on integration of different skin color models. The integrated approaches are combination of uncommon features of YCbCr, YCgCr and HSI color models. The experimental results shows that, combination of green chrominance channel of YCgCr model with other channels of both YCbCr and HSI models does not provide satisfactory results. Integration of YCbCr and HSI color models gives better results than other combinations. Avoidance of saturation component shows smoother skin segmentation in HCbCr model whose face detection rate is 100%. This algorithm provides robustness and efficiency than surveyed algorithms. REFERENCES [1] Xiaobo Zhu, Dong Ren , Zhenyu Jing, Lin Yan and Shuanghui Lei, “Comparative Research of the Common Face Detection Methods,” IEEE 2nd International Conference on Computer Science and Network Technology, pp.1528-1533, 2012. [2] Hewa Majeed Zangana and Imad Fakhri A Shaikhli, “A new algorithm for human face detection using skin color tone,” IOSR Journal of Computer Engineering, vol.11, issue.6, pp. 31-38, June 2013. [3] Fattah Alizadeh, Saeed Nalousi and Chiman Savari, “Face Detection in Color Images using Color Features of Skin,” World Academy of Science, Engineering and Technology52, pp.223-229, 2011. [4] Ukil Yang, Bongjoe Kim and Kwanghoon Sohn, “Illumination Invariant Skin Color Segmentation,” ICIEA IEEE, pp. 636-641, 2009. [5] Nidhi Tiwari, N. K. Mittal and S. G. Kerhalker, “Automatic face detection in frontal face color images,” International Journal of Scientific Engineering and Technology, vol. 2, issue.7, pp. 670-674, July 2013. [6] Jose M. Chaves-González , Miguel A. Vega- Rodríguez, Juan A. Gómez-Pulido and Juan M. Sánchez-Pérez, “Detecting skin in face recognition systems: A color spaces study,” Digital Signal Processing, vol.20 , pp. 806–823, 2010. [7] Manuel C. Sanchez-Cuevas, Ruth M. Aguilar-Ponce and J. Luis Tecpanecatl- Xihuitl, “A Comparison of Color Models for Color Face Segmentation,” Procedia Technology, vol.7, pp.134 -141, 2013. [8] Kailash J. Karande, “Localized Spatiotemporal Modular ICA for Face Recognition,” IEEE Symposium on Computational Intelligence in Biometrics and Identity Management (CIBIM), pp.66-70, April 2013. [9] Kamarul Hawari Bin Ghazali, Jie Ma, Rui Xiao and Solly Aryza lubis, “An innovative face detection based on YCgCr color space,” International conference on solid state devices and materials science, vol.25, pp.2116-2124, 2012. [10] Yogesh Tayal, Ruchika Lamba and Subhransu Padhee, “Automatic face detection using color based segmentation,” International Journal of Scientific 3] HSCbCr 4] HCgCr 5] HCbCr 6] CbCgCr
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 08 | Aug-2014, Available @ http://www.ijret.org 353 and Research Publications, vol.2, issue.6, pp.1-7, June 2012. BIOGRAPHIES Mrunmayee V. Daithankar has completed B.E. (Electronics and Telecommunication Engineering) from SVERI’s college of engineering, Pandharpur. India. Now she is student of ME –Electronics in SKN Sinhgad College of Engineering, Pandharpur, India. Dr.Karande Kailash Jagannath has completed his Ph.D in Electronics and Telecommunication from S. R.T.M University, Nanded, India. He has total 18 Publications in International and National Journals and Conferences. He is member of ISTE and IETE. Currently he is working as Principal at SKN Sinhgad College of Engineering, Pandharpur, India.