Free Essay

A Fusion Approach for EffiCient Human Skin Detection

In:

Submitted By 3431801361
Words 5432
Pages 22
138

IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 8, NO. 1, FEBRUARY 2012

A Fusion Approach for Efficient
Human Skin Detection
Wei Ren Tan, Chee Seng Chan, Member, IEEE, Pratheepan Yogarajah, and Joan Condell

Abstract—A reliable human skin detection method that is adaptable to different human skin colors and illumination conditions is essential for better human skin segmentation. Even though different human skin-color detection solutions have been successfully applied, they are prone to false skin detection and are not able to cope with the variety of human skin colors across different ethnic.
Moreover, existing methods require high computational cost. In this paper, we propose a novel human skin detection approach that combines a smoothed 2-D histogram and Gaussian model, for automatic human skin detection in color image(s). In our approach, an eye detector is used to refine the skin model for a specific person. The proposed approach reduces computational costs as no training is required, and it improves the accuracy of skin detection despite wide variation in ethnicity and illumination.
To the best of our knowledge, this is the first method to employ fusion strategy for this purpose. Qualitative and quantitative results on three standard public datasets and a comparison with state-of-the-art methods have shown the effectiveness and robustness of the proposed approach.
Index Terms—Color space, dynamic threshold, fusion strategy, skin detection.

I. INTRODUCTION

W

ITH the progress of information society today, images have become more and more important. Among them, skin detection plays an important role in a wide range of image processing applications from face tracking, gesture analysis, content-based image retrieval systems to various human–computer interaction domains [1]–[6]. In these applications, the search space for objects of interests, such as hands, can be reduced through the detection of skin regions. One of the simplest and commonly used human skin detection methods is to define a fixed decision boundary for different color space components
[7]–[9]. Single or multiple ranges of threshold values for each color space components are defined and the image pixel values

Manuscript received March 31, 2011; revised July 20, 2011, August 26,
2011; accepted September 13, 2011. Date of publication October 18, 2011; date of current version January 20, 2012. This work was supported by the
University of Malaya HIR under Grant UM.C/625/1/HIR/037, J0000073579.
Paper no. TII-11-181.
W. R. Tan and C. S. Chan are with the Centre of Image and Signal Processing, Faculty of Computer Science and Information Technology, University of Malaya, 50603 Kuala Lumpur, Malaysia (e-mail: willtwr@siswa.um.edu.my; cs.chan@um.edu.my). P. Yogarajah and J. Condell are with the School of Computing and Intelligent Systems, University of Ulster (Magee), Northern Ireland, BT48 7JL, U.K.
(e-mail: p.yogarajah@ulster.ac.uk; J.Condell@ulster.ac.uk).
Color versions of one or more of the figures in this paper are available online at http://ieeexplore.ieee.org.
Digital Object Identifier 10.1109/TII.2011.2172451

that fall within these predefined range(s) are selected as skin pixels. In this approach, for any given color space, skin color occupies a part of such a space, which might be a compact or large region in the space. Other approaches are multilayer perceptron [10]–[12], Bayesian classifiers [13]–[15], and random forest [16]. These aforementioned solutions that use single features, although, successfully applied to human skin detection; they still suffer from the following. 1) Low Accuracy: False skin detection is a common problem when there is a wide variety of skin colors across different ethnicity, complex backgrounds and high illumination in image(s). 2) Luminance-invariant space:
Some robustness may be achieved via the use of luminance invariant color space [1], [17]; however, such an approach can withstand only changes that skin-color distribution undergo within a narrow set of conditions and also degrades the performance [18]. 3) Require large training sample: In order to define threshold value(s) for detecting human skin, most of the state-of-the-art work requires a training stage. One must understand that there are tradeoffs between the size of the training set and classifier performance. For example, Jones and Rehg [15] required 2 billion pixels collected from 18 696 web images to achieve optimal performance. In this paper, we propose a novel approach—fusion framework—that uses product rules on two features; the smoothed 2-D histogram and Gaussian model to perform automatic skin detection. First of all, we employ an online dynamic approach as in [19] to calculate the skin threshold value(s). Therefore, our proposed method does not require any training stage beforehand. Second, a 2-D histogram with smoothed densities and a Gaussian model are used to model the skin and nonskin distributions, respectively. Finally, a fusion strategy framework using the product of two features is employed to perform automatic skin detection. To the best of our knowledge, this is the first attempt that employs a fusion strategy to detect skin in color image(s). The image pixels representation in a suitable color space is the primary step in skin segmentation in color images. A better survey of different color spaces (e.g., RGB, YCbCr, HSV, CIE Lab, CIE Luv, and normalized RGB) for skin-color representation and skin-pixel segmentation methods is given by Kakumanu et al. [20].
In our approach, we do not employ the luminance-invariant space. Indeed, we choose the log opponent chromaticity (LO) space [21]. The reasons are twofold: first, color opponency is perceptually relevant as it has been proven that the human visual system uses an opponent color encoding [22], [23]; and second, in this LO color space, the use of logarithms renders illumination change to a simple translation of coordinates.
Most of the aforementioned solutions claimed that illumination variation is one of the contributing factors that degrade the performance of skin detection systems. However, our empirical

1551-3203/$26.00 © 2011 IEEE

TAN et al.: A FUSION APPROACH FOR EFFICIENT HUMAN SKIN DETECTION

139

Fig. 1. Density plots of Asian, African, and Caucasian skin in different color spaces, adopted from [25]. Each row represents different color space and columns from left to right represent Asian, African, and Caucasian, respectively.

results and Jayaram et al. [18] showed that the absents of luminance component do not affect the system performance. The remainder of this paper is structured as follows. Section II gives a brief description of related work in human skin segmentation.
Section III derives our proposed fusion strategy. Section IV presents the experimental results using three different datasets, and Section V concludes this paper with discussions and future work. II. RELATED WORK
Skin detection is the process of finding skin-color pixels and regions in an image or video. In images and videos, skin color is an indication of the existence of humans in media. In one of the early applications, detecting skin-color regions was used to identify nude pictures on the Internet for content filtering.
In another early application, skin detection was used to detect anchors in TV news videos for the sake of video automatic

annotation, archival, and retrieval. Interested readers are encouraged to refer to [20] and [24] for a detailed background review. A skin detector typically transforms a given pixel into an appropriate color space and then uses a skin classifier to label the pixel whether it is skin or nonskin. A skin classifier defines a decision boundary of the skin-color class in the color space based on a training database of skin-color pixels.
For example, Sobottka and Pitas [7] used fixed range values on the HS color space where the pixel values belong to skin and . pixels in the range of
Wang and Yuan [9] used threshold values in space and
HSV space where threshold values are set to be within the range , and to differentiate skin and nonskin pixels. In these approaches, high false skin detection is a common problem when there are a wide variety of skin colors across different ethnicity, complex backgrounds, and high illumination. Fig. 1 shows that the skin color of

140

IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 8, NO. 1, FEBRUARY 2012

Fig. 2. Proposed framework: eye detector, 2-D histogram, Gaussian model, and fusion strategy.

people belongings to Asian, African, and Caucasian groups is different from one another and ranges from white, yellow to dark. Some robustness may be achieved via the use of luminance invariant color spaces [1], [17]; however, such an approach can only cope if the change in skin-color distribution is within a narrow set of conditions [18]. Other approaches are multilayer perceptron [10]–[12], Bayesian classifiers [13]–[15], and random forest [16]. In multilayer perceptron-based skin classification, a neural network is trained to learn the complex class conditional distributions of the skin and nonskin pixels.
Brown et al. [10] proposed a Kohonen network-based skin detector where two Kohonen networks, skin only and skin plus nonskin detectors, were trained from a set of about 500 manually labeled images to obtain an optimal result. Sebe et al.
[13] used a Bayesian network with training data of 60 000 samples for skin modeling and classification. Friedman et al. [14] proposed the use of tree-augmented Naive Bayes classifiers for skin detection. The Bayesian decision rule to minimum cost is a well-established technique in statistical pattern classification.
Jones and Rehg [15] used the Bayesian decision rule with a 3-D histogram model built from 2 billion pixels collected from 18 696 web images to perform skin detection. Readers are encourage to read [20] and [24] for a detailed state-of-the-art review. Although these solutions had been very successful, they suffer from a tradeoff between precision and computational complexity. In summary, our proposed method has two advantages in comparison to the state-of-the-art solutions. First of all, our proposed skin detection method employs an online dynamic threshold approach. With this, a training stage can be eliminated. Second, we select a fusion strategy for our skin detector. To the best of our knowledge, this is the first attempt that employs a fusion strategy to detect skin in color image(s).

III. OUR METHOD
Fig. 2 shows the proposed framework for automatic skin detection. First, an approach similar to that of Fusel et al.
[26] is adopted to obtain the face(s) in a given image.
Second, a dynamic method is employed to calculate the skin threshold value(s) on the detected face(s) region. Third, two features—the 2-D histogram with smoothed densities and
Gaussian model—are introduced to represent the skin and nonskin distributions, respectively. Finally, a fusion framework that uses the product rule on the two features is employed to obtain better skin detection results. In this paper, the RGB color space is converted to the LO space [21] to mimic visual human perception [22].
A. Preprocessing where In the preprocessing steps, for any given image(s), is the number of images, we first locate human eyes as Fusel et al. [26]. Then, an elliptical mask model as illustrated in Fig. 3 is used to generate the elliptical face reis the center of the ellipse as gion in the image(s). Here, well as the eyes symmetry point. Minor and major axes of the and , respectively, where ellipse are represented by is the distance between two eyes. For a more detailed description, interested readers are encouraged to read [26]. The detected face regions include smooth (i.e., skin) and nonsmooth
(i.e., eyes, eye brown, mouth, etc.) textures. As we are only interested in smooth regions, Sobel edge detection is employed to remove nonsmooth regions. The choice of Sobel edge detection method is due to computational simplicity. Then, the detected edge pixels are further dilated using a dilation operation to get the optimal nonsmooth regions. Finally, we obtain a new that only consist(s) of face regions. image(s), TAN et al.: A FUSION APPROACH FOR EFFICIENT HUMAN SKIN DETECTION

Fig. 3. Elliptical mask model generated using eye coordinates.

141

Fig. 4. (a) and (b) Histograms of 1-D and 2-D: (a) as only one channel with frequency at axis and (b) has two different channels of the same color space on axis and axis.

B. Color Space
It is well established that the distribution of colors in an image is often a useful cue. An image can be represented in a
, HSV [1], number of different color space models (i.e.,
[27]). These are some color space models available in image processing. Therefore, it is important to choose the appropriate color space for modeling human skin color. In this paper, we propose the use of the LO color space [28]; the reason is twofold: first, color opponency is perceptually relevant as it has been proved that the human visual system uses an opponent color encoding [22], [23]; and second, in this color space, the use of logarithms renders illumination change to a simple translation of coordinates.
1) LO Space: The theory of opponent colors was first studied by Hering [22] in 1892. He observed that certain colors are never perceived together in the human visual system. For instance, we never see yellowish-blue or reddish-green. Based on this theory, the LO is a representation of color information by applying logarithms to the opponency model so that it is simple to model illumination changes. As illumination changes, log component chromaticity distributions undergo a simple translation.
These distributions are coded by using means and first -moments found using principle component analysis [21].
C. Skin Detection
1) Dynamic Threshold With Smoothed 2-D Histogram:
Human skin color varies greatly between different ethnicity
[25]. Nonetheless, skin appearance in color image(s) can also be affected by illumination, background image, camera characteristic, etc. Therefore, a fixed or prelearned threshold for detecting skin boundaries is not a feasible solution. In our approach, we employ an online dynamic approach as to [19] to calculate the skin threshold value(s) on the face images,
. The assumption is that the face and body of a person always share the same colors. However, instead of using the
1-D histogram, as illustrated in Fig. 4(a); we introduce a 2-D histogram [see Fig. 4(b)] with smoothing densities [29]. In this paper, the feature vector for the smoothed 2-D histogram, ,
. The smoothed is represented by the combination of and
, at pixel is
2-D histogram-based skin segmentation, given as

Fig. 5. Gaussian model.

2) Gaussian Model: The Gaussian model is a sophisticated model that is capable of describing complex-shaped distributions and is popular for modeling skin-color distributions. The threshold skin-color distribution in the 2-D histogram is modeled through elliptical Gaussian joint probability distribution functions defined as
(2)
is the color vector of where is the mean vector, and is the diagonal covariance matrix, refers to the mixing weights, which satisfy the respectively. constraint
. The result of Gaussian model-based skin detection,
, can be obtained by using Fig. 5. is the center of the Gaussian model, while is the angle between axis and line . Let be the coordinate of pixel and is positioned on the red dot along line . Distance of and angle are calculated as follows:
(3)

(1)

(4)

142

IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 8, NO. 1, FEBRUARY 2012

Fig. 7. Comparison using ETHZ dataset [31]. Columns from left to right represent original images, [32] method, [19] method, and our proposed method, respectively. Fig. 6. Comparison using Pratheepan dataset [19]. Column from left to right represent original images, [32] method, [19] method, and our proposed methods, respectively. matching results produced by the smoothed 2-D histogram and Gaussian model
, respectively. The combined using the fusion rules can be obtained matching results as follows:
(9)

where and are the distances between and center, at axis and axis, respectively. and are the coordinate of at axis and axis, respectively. Distance between the boundary and center of the Gaussian model at axis and axis, and at given angle, are as follows:
(5)
(6) where and are the variance of axis and
Gaussian model. Distance is represented as

axis for
(7)

Therefore,

is given as

where is the selected fusion rule, which represents the product
. In order to make the fusion issue tractable, the individual features are assumed to be independent of each other.
IV. EXPERIMENTS
In this section, the performance of the proposed approach under different conditions, such as fusion strategy, color spaces, and a comparison with the state-of-the-art methods in terms of qualitative and quantitative performance. We only perform quantitative analysis on the Stottinger dataset [30] as ground truth videos are only available for this dataset.
A. Datasets

(8)
D. Fusion Strategy
In order to increase the effectiveness and robustness of the skin detection algorithm, a fusion strategy is proposed by integrating the two incoming single features into a combined single representation. Both models will vote for classification of skin and nonskin pixels. This can be done by using product rule to and denote the both models. Let

Experiments are conducted using three public databases:
Pratheepan’s dataset [19]; ETHZ PASCAL dataset [31], and the Stottinger dataset [30]. The Pratheepan’s dataset [19] consists of a set of images downloaded randomly from Google.
These random images are captured with a range of different cameras using different color enhancements and under different illuminations. The ETHZ PASCAL dataset [31] consists of 549 images from PASCAL VOC 2009. The dataset consists mainly of amateur photographs with difficult illuminations and low image quality, and finally, the Stottinger dataset [30] consists

TAN et al.: A FUSION APPROACH FOR EFFICIENT HUMAN SKIN DETECTION

143

Fig. 8. Comparison between results from different color space.

of popular public video clips from web platforms. These are chosen from the community (top-rated) and cover a large variety of different skin colors, illuminations, image quality, and difficulty levels.

B. Results and Analysis
The detection results for each dataset are illustrated in
Figs. 6–9, respectively. When there is no face detected on

144

IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 8, NO. 1, FEBRUARY 2012

TABLE I
COMPARISON BETWEEN DIFFERENT COLOR SPACES IN
STOTTINGER DATASETS [30]

Fig. 9. Stottinger dataset [30]. Columns from left to right represent original images, [32] method, [19] method, and our proposed method, respectively.

the image, it will return a blank image (black). Therefore, for testing purposes, we assumed that true face(s) are detected in the image. Conclusions are drawn as follows. First, qualitatively, the proposed method has better detection accuracy in comparison to [32] and [19]. For instance, in the image sample
(row 4) of Figs. 6 and 7, respectively, both the [19] and [32] methods fail to detect the skin region accurately. One can notice from both images that the particular image sample in Fig. 7 is a fairly complex environment with high illuminations and comprises of humans from different ethnicity. However, our proposed approach is still able to capture almost all skin regions and has the least noise. Second, the proposed approach has better robustness in terms of illumination, background image, camera characteristic, and different ethnicity. The images in the
Pratheepan dataset [19] are captured with a range of different cameras using different color enhancements. However, it can be qualitatively noticed that our proposed approach has the least effects on these factors. Nonetheless, in other datasets that are highly complex and illumination, our approach also achieves a better discrimination power than that in [19] and [32]. Finally, the proposed approach does not require any training stage and, hence, is more effective in terms of computational cost as opposed to approaches listed in [16].

Fig. 10. (a) Original Image. (b) 2-D histogram’s result. (c) Gaussian model’s result. (d) Fusion approach’s result.

true positive rate and lower false negative rate than HS. Also, it has been proven that the human visual system uses an opponent color coding.

C. Comparison Between Different Color Spaces

D. Fusion Strategy Results

In this section, we analyze seven different combinations of feature vectors:
, and
. The results for each feature vector are presented in Fig. 8 using images from Pratheepan and ETHZ datasets. It can be noticed that shows better true positive rate than the rest. Further, a better quantitative analysis result is shown in Table I using Stottinger dataset as this dataset only contains ground-truth. It can be seen from Table I that the results from and HS are comparable. as our color space as it shows higher
However, we selected

In this section, we show the comparison results of using single feature—smoothed 2-D histograms (s2D) or Gaussian mixture models (GMM) only, and multiple features (the fusion of s2D and GMM). The results are illustrated in Fig. 10 and Table II.
Fusion Approach has the highest accuracy and F-score. Moreover, it can also be visualized that the fusion strategy has lower false positive rate compared to the single feature approach. For instance, the smoothed 2-D histogram is able to detect most of the skin regions, but it is highly occluded with noise. The

TAN et al.: A FUSION APPROACH FOR EFFICIENT HUMAN SKIN DETECTION

145

TABLE II
COMPARISON BETWEEN OUR PROPOSED FUSION AND NONFUSION APPROACH
COLOR SPACE USING STOTTINGER DATASET [30]
IN

Fig. 12. Comparisons between random forest and our method using Pratheepan dataset [19] and ETHZ dataset [31]. Row from top to bottom represent original image, result from random forest, and result from our method, respectively.

TABLE III
COMPARISON BETWEEN CLASSIFIER PERFORMANCE IN STOTTINGER DATASET
COLOR SPACE
[30] USING

Fig. 11. Plot of time in minutes taken for 15 trees for offline training.

Gaussian model in the meantime has very high false positive rate (i.e., clothing which is classified as skin region).
E. Quantitative Analysis
Table III shows comparisons between our method and other state-of-the-art methods on the Stottinger dataset [30]. Apart from random forest [16], other methods do not include training.
A total of 2985 frames were extracted from seven videos for our experiment. For random forest [16], 1990 image frames are randomly chosen for training and remaining images are used for testing. From those 1990 images, around 3 million pixels were randomly chosen and 15 tress were trained. Each tree extracts 70% of the pixels, respectively, for training. Fig. 11 shows the time in minutes required for 15 trees to be trained in random forest solutions. It took around 17 min for 15 trees to be trained. Fig. 12 shows the comparisons between random forest and our method using the Pratheepan dataset [19]. Here, random forest [16] is trained with Stottinger dataset and tested with Pratheepan dataset [19]. It shows that random forest does not work well. In order to increase the accuracy of random forest on this dataset, huge training samples and/or more trees will be needed. This will cause higher computational power as number trees increases and time consuming during training.
Our method is able to maintain quality on skin segmentation.
A quantitative analysis is shown in Table III using Stottinger

Fig. 13. Column from left to right represent original images, skin detection using [19], [32], and our proposed method, respectively.

dataset. The accuracy is a score that uses the sum of true positive and true negative as measurement. While, -score is the product of Precision and Recall. Table III shows that our proposed method has an acceptable score as compared to random forest [16], even no training stage is required. Nonetheless, it is able to cope with large variable of illumination and complex backgrounds variations.
F. Discussions
In our experiments, we noticed that the final result of our work depends greatly on the outcome of the preprocessing phase (the eye detector [26]). If the algorithm detects a false face region, poor result will be returned. Fig. 13 shows the result of skin segmentation for false face region detected. When a false face region is obtained, false dynamic thresholds will be generated.
Therefore, false classifications will be processed, where nonskin regions are classified as skin regions. In our future work,

146

IEEE TRANSACTIONS ON INDUSTRIAL INFORMATICS, VOL. 8, NO. 1, FEBRUARY 2012

we will investigate the face detector algorithm to overcome this problem. V. CONCLUDING REMARKS
In this paper, a fusion framework based on smoothed 2-D histogram and Gaussian model has been proposed to automatic detect human skin in image(s). As exhibited in experiments, the proposed method outperforms state-of-the-art methods in terms of accuracy in different conditions: background model, illumination, and ethnicity. With this, it shows the potential to be applied to a range of applications such as gesture analysis. One drawback of the proposed approach is that its success relies on eye detector algorithms. However, this is the general problem faced by all other researchers who work in this domain. Our future work is focused on building a better preprocessing method, to use field-programmable gate arrays to implement a hardware scheme. REFERENCES
[1] P. Vadakkepat, P. Lim, L. De Silva, L. Jing, and L. L. Ling, “Multimodal approach to human-face detection and tracking,” IEEE Trans.
Ind. Electron., vol. 55, no. 3, pp. 1385–1393, Mar. 2008.
[2] C. S. Chan, H. Liu, and D. J. Brown, “Recognition of human motion from qualitative normalised templates,” J. Intell. Robot. Syst., vol. 48, no. 1, pp. 79–95, 2007.
[3] N. Kubota and K. Nishida, “Perceptual control based on prediction for natural communication of a partner robot,” IEEE Trans. Ind. Electron., vol. 54, no. 2, pp. 866–877, Apr. 2007.
[4] O. Linda and M. Manic, “Fuzzy force-feedback augmentation for manual control of multi-robot system,” IEEE Trans. Ind. Electron., vol. 58, no. 8, pp. 3213–3220, Aug. 2010.
[5] C. S. Chan, H. Liu, and D. J. Brown, “Human arm-motion classification using qualitative normalized templates,” Lecture Notes Artif. Intell., vol. 4251, no. Part I, pp. 639–646, 2006.
[6] G. Pratl, D. Dietrich, G. P. Hancke, and W. T. Penzhorn, “A new model for autonomous, networked control systems,” IEEE Trans. Ind.
Informat., vol. 3, no. 1, pp. 21–32, Feb. 2007.
[7] K. Sobottka and I. Pitas, “A novel method for automatic face segmentation, facial feature extraction and tracking,” Signal Process.: Image
Commun., vol. 12, no. 3, pp. 263–281, 1998.
[8] H. Bae, S. Kim, B. Wang, M. H. Lee, and F. Harashima, “Flame detection for the steam boiler using neural networks and image information in the ulsan steam power generation plant,” IEEE Trans. Ind. Electron., vol. 53, no. 1, pp. 338–348, Feb. 2005.
[9] Y. Wang and B. Yuan, “A novel approach for human face detection from color images under complex background,” Pattern Recognit., vol.
34, no. 10, pp. 1983–1992, 2001.
[10] D. Brown, I. Craw, and J. Lewthwaite, “A SOM based approach to skin detection with application in real time systems,” in Proc. Brit. Mach.
Vis. Conf., 2001, pp. 491–500.
[11] M.-J. Seow, D. Valaparla, and V. K. Asari, “Neural network based skin color model for face detection,” in Proc. Appl. Image Pattern Recognit.
Workshop, 2003, pp. 141–145.
[12] S. L. Phung, D. Chai, and A. Bouzerdoum, “A universal and robust human skin colour model using neural network,” in Proc. Int. Joint
Conf. Neural Netw., 2001, vol. 4, pp. 2844–2849.
[13] N. Sebe, I. Cohen, T. S. Huang, and T. Gevers, “Skin detection: A
Bayesian network approach,” in Proc. Int. Conf. Pattern Recognit.,
2004, pp. 903–906.
[14] N. Friedman, D. Geiger, and M. Goldszmidt, “Bayesian network classifiers,” Mach. Learn., vol. 29, pp. 131–163, Nov. 1997.
[15] M. J. Jones and J. M. Rehg, “Statistical color models with application to skin detection,” Int. J. Comput. Vision, vol. 46, no. 1, pp. 81–96,
2002.
[16] R. Khan, A. Hanbury, and J. Stoettinger, “Skin detection: A random forest approach,” in Proc. Int. Conf. Image Process., Hong Kong, 2010, pp. 4613–4616.

[17] U. Yang, B. Kim, and K. Sohn, “Illumination invariant skin color segmentation,” in Proc. 4th IEEE Int. Conf. Ind. Electron. Appl., May
2009, pp. 636–641.
[18] S. Jayaram, S. Schmugge, M. C. Shin, and L. V. Tsap, “Effect of colorspace transformation, the illuminance component, and color modeling on skin detection,” in Proc. IEEE Comput. Soc. Conf. Comput.
Vis. Pattern Recognit., 2004, vol. 2, pp. 813–818.
[19] P. Yogarajah, A. Cheddad, J. Condell, K. Curran, and P. McKevitt, “A dynamic threshold approach for skin segmentation in color images,” in
Proc. Int. Conf. Image Process., 2010, pp. 2225–2228.
[20] P. Kakumanua, S. Makrogiannisa, and N. Bourbakis, “A survey of skin-color modeling and detection methods,” Pattern Recognit., vol.
40, no. 3, pp. 1106–1122, 2007.
[21] J. Berens and G. Finlayson, “Log-opponent chromaticity coding of colour space,” in Proc. Int. Conf. Pattern Recognit., Barcelona, Spain,
2000, vol. 1, pp. 206–211.
[22] E. Hering, Outlines of a Theory of the Light Sense. Cambridge, MA:
Havard Univ. Press, 1964.
[23] L. M. Hurvich and D. Jameson, “An opponent-process theory of color vision,” Psychol. Rev., vol. 64, pp. 384–404, Nov. 1957.
[24] S. Mitra and T. Acharya, “Gesture recognition: A survey,” IEEE Trans.
Syst., Man, Cybern., C: Appl. Rev., vol. 37, no. 3, pp. 311–324, May
2007.
[25] A. M. Elgammal, C. Muang, and D. Hu, “Skin detection,” in Encyclopedia of Biometrics. Germany, Berlin: Springer, 2009, pp.
1218–1224.
[26] I. Fasel, B. Fortenberry, and J. Movellan, “A generative framework for real time object detection and classification,” Comput. Vis. Image
Underst., vol. 98, pp. 182–210, Apr. 2005.
[27] C. Kumar and A. Bindu, “An efficient skin illumination compensation model for efficient face detection,” in Proc. 32nd IEEE Annu. Conf.
Ind. Electron., 2006, pp. 3444–3449.
[28] D. A. Forsyth and M. M. Fleck, “Automatic detection of human nudes,”
Int. J. Comput. Vis., vol. 32, pp. 63–77, Aug. 1999.
[29] P. H. Eilers and J. J. Goeman, “Enhancing scatterplots with smoothed densities,” Bioinformatics, vol. 20, no. 5, pp. 623–628, 2004.
[30] J. Stottinger, A. Hanbury, C. Liensberger, and R. Khan, “Skin paths for contextual flagging adult video,” in Proc. Int. Symp. Visual Comput.,
2009, pp. 903–906.
[31] M. Everingham, L. Van Gool, C. K. I. Williams, J. Winn, and A. Zisserman, “The pascal visual object classes challenge 2009 (VOC2009),”
2009.
[32] A. Cheddad, J. Condell, K. Curran, and P. McKevitt, “A skin tone detection algorithm for an adaptive approach to steganography,” J. Signal
Process., vol. 89, pp. 2465–2478, 2009.

Wei Ren Tan received the B.Sc. (Hons) degree in computer science, majoring in artificial intelligence from the University of Malaya, Kuala Lumpur,
Malaysia, in 2010, where he is currently working towards the M.S. degree at the Faculty of Computer
Science and Information Technology.
He previously visited the University of Ulster
(Magee), Northern Ireland, U.K., as a Visiting
Researcher. His research interests include computer vision, image processing, and evolutionary computation.

Chee Seng Chan (S’05–M’09) received the
Ph.D. degree from the University of Portsmouth,
Portsmouth, U.K., in 2008.
He is currently a Senior Lecturer at the Faculty of
Computer Science and Information Technology, University of Malaya, Kuala Lumpur, Malaysia. He previously held appointments in the University of Ulster and the University of Portsmouth. His research interests include fuzzy qualitative reasoning, computer vision, machine learning, cognitive science, in particular, human motion recognition in images and video, biomedical image analysis, compositionality, and graphical models.
Dr. Chan was the recipient of 2010 IET (Malaysia Chapter) Young Engineer
Award.

TAN et al.: A FUSION APPROACH FOR EFFICIENT HUMAN SKIN DETECTION

Pratheepan Yogarajah received the B.Sc. (Hons) degree in computer science from the University of
Jaffna, Jaffna, Sri Lanka, in 2001, and the M.Phil. degree in computer vision from the Oxford Brookes
University, Oxford, U.K., in 2006.
He is currently a Research Associate at the School of Computing and Intelligent Systems, University of Ulster (Magee), Northern Ireland. His research interests include biometrics, computer vision, image processing, steganography and digital watermarking, and machine learning.

147

Joan Condell received the Ph.D. degree in computing and math from the University of Ulster,
Northern Ireland, in 2002, with the research theme in motion tracking in digital images.
She is currently a Lecturer at the University of
Ulster (Magee), Northern Ireland. Her achievements include winning and managing European Framework projects and commercialization projects. She has patents filed and has published more than 130 papers in international conferences, books, and journals.
Her research interests include steganography, image processing, biometrics and vision for robotics, and multimedia.

Similar Documents

Premium Essay

Reflection Analysis Of Hand Gesture Recognition

... natural, user friendly way of interaction with the computer which is more familiar to the human beings. Gesture Recognition has a wide area of application including human machine interaction, sign language, immersive game technology etc. By keeping in mind the similarities of human hand shape with four fingers and one thumb, this paper aims to present a real time system for hand gesture recognition on the basis of detection of some meaningful shape based features like orientation, centre of mass (centroid), status of fingers, thumb in terms of raised or folded fingers of hand and their respective location in image. The approach introduced in this paper is totally depending on the shape parameters of the hand gesture. It does not consider any other mean of hand gesture recognition like skin color, texture because these image based features are extremely variant to different light conditions and other influences. To implement this approach we have utilized a simple web cam which is working on 20 fps with 7 mega pixel intensity. On having the input sequence of images through web cam it uses some pre-processing steps for removal of background noise and employs K-means clustering for segmenting the hand object from rest of the background, so that only segmented significant cluster or hand object is to be processed in order to calculate shape based features. This simple shape based approach to hand gesture recognition can identify around 45 different gestures on the bases of 5 bit...

Words: 3301 - Pages: 14

Premium Essay

Biometrics

...in order to investigate how different physiological or behavioral human characteristics can be used as identity evidence to prove the individuality of each person. Some of these characteristics are: face, eyes, ears, teeth, fingers, hands, feet, veins, voice, signature, typing style and gait. Since the first biometric security systems appeared in the market, an increasing demand for novel techniques that will cover all different scenarios, has been observed. Every new method appears to outmatch some of its competitors but, at the same time, presents disadvantages compared to others. However, there is still no method that consists a single panacea to all different scenarios and demands for security. This is the reason for which researchers are on a continuous effort for more efficient and generic biometric modalities that can be used in various applications. In this chapter, emerging biometric modalities that appeared in the last years in order to improve the performance of biometric recognition systems, are presented. The presented methods are divided in two major categories, intrusive and non-intrusive ones, according to the level of user nuisance that each system sets off. 1 Introduction Biometric recognition is a well-known research area that aims to provide more efficient solutions to everyday growing human need for security. Biometrics refers to methods that can be used for uniquely recognizing humans based upon one or more intrinsic physical or behavioral characteristics...

Words: 12845 - Pages: 52

Premium Essay

Nanotechnology Applications for Clean Water Solutions for Improving

...NaNotechNology applicatioNs for cleaN Water Micro & NaNo TechNologies series editor: Jeremy ramsden Professor of Nanotechnology Microsystems and Nanotechnology Centre, Department of Materials Cranfield University, United Kingdom the aim of this book series is to disseminate the latest developments in small scale technologies with a particular emphasis on accessible and practical content. these books will appeal to engineers from industry, academia and government sectors. for more information about the book series and new book proposals please contact the publisher, Dr. Nigel hollingworth at nhollingworth@williamandrew.com. http://www.williamandrew.com/MNt NaNotechNology applicatioNs for cleaN Water edited by Nora savage Office of Research and Development, US Environmental Protection Agency and (in alphabetical order) Mamadou Diallo Materials and process simulation center, Division of chemistry and chemical engineering, california institute of technology Jeremiah Duncan Nanoscale Science and Engineering Center, University of Wisconsin-Madison anita street Office of Research and Development, US Environmental Protection Agency and Center of Advanced Materials for the Purification of Water with Systems, University of Illinois at Urbana-Champaign richard sustich N o r w i c h , N Y, U S A copyright © 2009 by William andrew inc. No part of this book may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying...

Words: 90139 - Pages: 361

Premium Essay

Microbiology Made Ridiculously Simple

...Preface A well-developed knowledge of clinical microbiology is critical for the practicing physician in any medical field. Bacteria, viruses, and protozoans have no respect for the distinction between ophthalmology, pediatrics, trauma surgery, or geriatric medicine. As a physician you will be faced daily with the concepts of microbial disease and antimicrobial therapy. Microbiology is one of the few courses where much of the "minutia" is regularly used by the practicing physician. This book attempts to facilitate the learning of microbiology by presenting the information in a clear and entertaining manner brimming with memory aids. Our approach has been to: 4) Create a conceptual, organized approach to the organisms studied so the student relies less on memory and more on logical pathophysiology. The text has been updated to include current information on rapidly developing topics, such as HIV and AIDS (vaccine efforts and all the new anti-HIV medications), Ebola virus, Hantavirus, E. coli outbreaks, Mad Cow Disease, and brand-new antimicrobial antibiotics. The mnemonics and cartoons in this book do not intend disrespect for any particular patient population or racial or ethnic group but are solely presented as memory devices to assist in the learning of a complex and important medical subject. We welcome suggestions for future editions. 1) Write in a conversational style for rapid assimilation. 2) Include numerous figures serving as "visual memory tools" and summary charts...

Words: 117402 - Pages: 470

Premium Essay

Kao Strategy Business

...CHAPTER I INTRODUCTION 1.1 Background Cost management information consists of financial information about costs and revenues, and nonfinancial information about customer retention, productivity, quality, and other key success factors for the organization. Cost management is the development and use of cost management information. A strategic understanding of cost management is so important that many senior financial managers are coming back to school to learn more about strategy, competitive analysis, and new cost management techniques. Knowing how to do the accounting alone, no matter how well you do it, is by itself no longer sufficient. 1.2 Purpose of Writing The general purpose of writing is to complete the final task of the subject of Cost Management—module assignment—in the fifth semester. It shows how well and how far we have understood this subject. 1.3 Methodology * The method used in the process of completing this module assignment report is qualitative methods: analysis and assumption. I directly received the information from the annual report and website of Dell Inc. * I also used the theory from the text book of Cost Management – A Strategic Emphasis Sixth Edition by Blocher. Then, I compare the information that Ireceived with the theory that I know from the text book. 1.4 Systemization The format of our module assignment is as follows: * Chapter I is Introduction which consists of four major sub-chapters: Background, Purpose of Writing...

Words: 10426 - Pages: 42

Free Essay

Artificial Neural Network for Biomedical Purpose

...ARTIFICIAL NEURAL NETWORKS METHODOLOGICAL ADVANCES AND BIOMEDICAL APPLICATIONS Edited by Kenji Suzuki Artificial Neural Networks - Methodological Advances and Biomedical Applications Edited by Kenji Suzuki Published by InTech Janeza Trdine 9, 51000 Rijeka, Croatia Copyright © 2011 InTech All chapters are Open Access articles distributed under the Creative Commons Non Commercial Share Alike Attribution 3.0 license, which permits to copy, distribute, transmit, and adapt the work in any medium, so long as the original work is properly cited. After this work has been published by InTech, authors have the right to republish it, in whole or part, in any publication of which they are the author, and to make other personal use of the work. Any republication, referencing or personal use of the work must explicitly identify the original source. Statements and opinions expressed in the chapters are these of the individual contributors and not necessarily those of the editors or publisher. No responsibility is accepted for the accuracy of information contained in the published articles. The publisher assumes no responsibility for any damage or injury to persons or property arising out of the use of any materials, instructions, methods or ideas contained in the book. Publishing Process Manager Ivana Lorkovic Technical Editor Teodora Smiljanic Cover Designer Martina Sirotic Image Copyright Bruce Rolff, 2010. Used under license from Shutterstock.com First published March, 2011 Printed in...

Words: 43079 - Pages: 173

Premium Essay

Irobot

...A Helping Hand for Europe: The Competitive Outlook for the EU Robotics Industry Authors: Simon Forge and Colin Blackman Editors: Marc Bogdanowicz and Paul Desruelle EUR 24600 EN - 2010 The The mission of the JRC-IPTS is to provide customer-driven support to the EU policymaking process by developing science-based responses to policy challenges that have both a socio-economic as well as a scientific/technological dimension. European Commission Joint Research Centre Institute for Prospective Technological Studies Contact information Address: Edificio Expo. c/ Inca Garcilaso, 3. E-41092 Seville (Spain) E-mail: jrc-ipts-secretariat@ec.europa.eu Tel.: +34 954488318 Fax: +34 954488300 http://ipts.jrc.ec.europa.eu http://www.jrc.ec.europa.eu Legal Notice Neither the European Commission nor any person acting on behalf of the Commission is responsible for the use which might be made of this publication. The report reflects the views of the authors and does not necessarily reflect those of the European Commission Europe Direct is a service to help you find answers to your questions about the European Union Freephone number (*): 00 800 6 7 8 9 10 11 (*) Certain mobile telephone operators do not allow access to 00 800 numbers or these calls may be billed. A great deal of additional information on the European Union is available on the Internet. It can be accessed through the Europa server http://europa.eu/ JRC 61539 EUR 24600 EN ISBN 978-92-79-17657-9 ISSN 1018-5593...

Words: 50200 - Pages: 201

Premium Essay

Ib Biology Guide

...Biology guide First assessment 2016 Biology guide First assessment 2016 Diploma Programme Biology guide Published February 2014 Published on behalf of the International Baccalaureate Organization, a not-for-profit educational foundation of 15 Route des Morillons, 1218 Le Grand-Saconnex, Geneva, Switzerland by the International Baccalaureate Organization (UK) Ltd Peterson House, Malthouse Avenue, Cardiff Gate Cardiff, Wales CF23 8GL United Kingdom Website: www.ibo.org © International Baccalaureate Organization 2014 The International Baccalaureate Organization (known as the IB) offers four high-quality and challenging educational programmes for a worldwide community of schools, aiming to create a better, more peaceful world. This publication is one of a range of materials produced to support these programmes. The IB may use a variety of sources in its work and checks information to verify accuracy and authenticity, particularly when using community-based knowledge sources such as Wikipedia. The IB respects the principles of intellectual property and makes strenuous efforts to identify and obtain permission before publication from rights holders of all copyright material used. The IB is grateful for permissions received for material used in this publication and will be pleased to correct any errors or omissions at the earliest opportunity. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted...

Words: 43724 - Pages: 175

Premium Essay

Antiretrovirals

...Antiretroviral Therapy Guidelines for HIV-Infected Adults and Adolescents Including Post-exposure Prophylaxis May 2007 NACO Ministry of Health & Family Welfare Government of India Assessment and Management of HIV-Infected Person No Is HIV infection confirmed? Send to ICTC for confirmation of HIV status Yes       Perform history taking and physical examination (see p 9 ) Evaluate for signs and symptoms of HIV infection or OIs and WHO clinical staging (see p 10) Provide appropriate investigations/treatment of OIs (see p 13 ) If pregnant, refer to PPTCT Screen for TB Screen for STI Identify need for:   CTX prophylaxis (see p 16 ) ART (see p 18 ) No Pre ART care (see p 15 ) Yes        Give patient education on treatment and adherence (see p 54 ) Arrange psychosocial, nutrition and community support (see p 56) Start ART, (see p 19 ) Arrange follow-up + monitoring (see p 25 ) Assess adherence every visit Provide positive prevention advice and condoms Provide patient information sheet on the ART regimen prescribed (see annex 7, 8) Antiretroviral Therapy Guidelines for HIV-Infected Adults and Adolescents Including Post-exposure Prophylaxis May 2007 NACO National AIDS Control organisation Ministry of Health and Family Welfare Government of India with support from CDC . Clinton Foundation . WHO TAble of T A b l e o f Acronyms and Abbreviations Introduction....... ..........................................................................................

Words: 42414 - Pages: 170

Premium Essay

New Medical Devices in the Us

...New Medical Devices in the US August 13 2010 Table of Contents 1. Introduction……………………………………………………………………………………………………………………………………2 2. Background and Framework……………………………………………………………………………………………………………4 2.1 Priority Medical Devices for the Netherlands…..……………………………………………………………………4 2.2 The US Vision: From see and treat to predict and prevent……………………………………………………6 2.3 Conclusions…………………………………………………………………………………………………………………………..7 3. Medical device sector in the US………………………………………………………………………………………………………8 3.1 Economic Impact…..………………………………………………………………………………………………………………8 3.2 The Sector by State…..…………………………………………………………………………………………………………10 3.3 Key Institutes: Patent Applications in the Cluster Areas…..………………………………………………….13 3.4 Conclusions…..…………………………………………………………………………………………………………………….20 4. Turning research into novel medical devices………………………………………………………………………………….22 4.1 The Medical Device Development Process…..……………………………………………………………………..22 4.2 CIMIT: A Structure for Medical Device Innovation…..………………………………………………………….23 4.3 Stanford Biodesign: Innovation as a Discipline…..………………………………………………………………..26 4.4 Conclusions and Recommendations…..……………………………………………………………………………….28 5. Summary and Conclusions…………………………………………………………………………………………………………….30 6. Acknowledgements……………………………………………………………………………………………………………………….32 7. References…………………………………………………………………………………………………………………………………….33 Appendices A1 Selection of Key Institutes A2 Results Patent Analysis A3 Research...

Words: 34578 - Pages: 139

Free Essay

La Singularidad

...Bookmarks tab on the left side of this window. ***************************************************** We are the last. The last generation to be unaugmented. The last generation to be intellectually alone. The last generation to be limited by our bodies. We are the first. The first generation to be augmented. The first generation to be intellectually together. The first generation to be limited only by our imaginations. We stand both before and after, balancing on the razor edge of the Event Horizon of the Singularity. That this sublime juxtapositional tautology has gone unnoticed until now is itself remarkable. We're so exquisitely privileged to be living in this time, to be born right on the precipice of the greatest paradigm shift in human history, the only thing that approaches the importance of that reality is finding like minds that realize the same, and being able to make some connection with them. If these books have influenced you the same way that they have us, we invite your contact at the email addresses listed below. Enjoy, Michael Beight, piman_314@yahoo.com Steven Reddell, cronyx@gmail.com Here are some new links that we’ve found interesting: KurzweilAI.net News articles, essays, and discussion on the latest topics in technology and accelerating intelligence. SingInst.org The Singularity Institute for Artificial Intelligence: think tank devoted to increasing Humanity’s odds of experiencing a safe, beneficial Singularity. Many interesting articles on such...

Words: 237133 - Pages: 949

Free Essay

Nit-Silchar B.Tech Syllabus

...NATIONAL INSTITUTE OF TECHNOLOGY SILCHAR Bachelor of Technology Programmes amï´>r¶ JH$s g§ñWmZ, m¡Úmo{ à VO o pñ Vw dZ m dY r V ‘ ñ Syllabi and Regulations for Undergraduate PROGRAMME OF STUDY (wef 2012 entry batch) Ma {gb Course Structure for B.Tech (4years, 8 Semester Course) Civil Engineering ( to be applicable from 2012 entry batch onwards) Course No CH-1101 /PH-1101 EE-1101 MA-1101 CE-1101 HS-1101 CH-1111 /PH-1111 ME-1111 Course Name Semester-1 Chemistry/Physics Basic Electrical Engineering Mathematics-I Engineering Graphics Communication Skills Chemistry/Physics Laboratory Workshop Physical Training-I NCC/NSO/NSS L 3 3 3 1 3 0 0 0 0 13 T 1 0 1 0 0 0 0 0 0 2 1 1 1 1 0 0 0 0 4 1 1 0 0 0 0 0 0 2 0 0 0 0 P 0 0 0 3 0 2 3 2 2 8 0 0 0 0 0 2 2 2 2 0 0 0 0 0 2 2 2 6 0 0 8 2 C 8 6 8 5 6 2 3 0 0 38 8 8 8 8 6 2 0 0 40 8 8 6 6 6 2 2 2 40 6 6 8 2 Course No EC-1101 CS-1101 MA-1102 ME-1101 PH-1101/ CH-1101 CS-1111 EE-1111 PH-1111/ CH-1111 Course Name Semester-2 Basic Electronics Introduction to Computing Mathematics-II Engineering Mechanics Physics/Chemistry Computing Laboratory Electrical Science Laboratory Physics/Chemistry Laboratory Physical Training –II NCC/NSO/NSS Semester-4 Structural Analysis-I Hydraulics Environmental Engg-I Structural Design-I Managerial Economics Engg. Geology Laboratory Hydraulics Laboratory Physical Training-IV NCC/NSO/NSS Semester-6 Structural Design-II Structural Analysis-III Foundation Engineering Transportation Engineering-II Hydrology &Flood...

Words: 126345 - Pages: 506

Premium Essay

Blood Work

...Essentials Ruth E. McCall, BS, MT (ASCP) Retired Program Director and Instructor Central New Mexico Community College Albuquerque, New Mexico President, NuHealth Educators, LLC Faculty, Emeritus Phoenix College Phoenix, Arizona Fifth Edition Cathee M. Tankersley, BS, MT (ASCP) Acquisitions Editor: Peter Sabatini Product Manager: Meredith L. Brittain Marketing Manager: Shauna Kelley Designer: Holly McLaughlin Production Services: Aptara, Inc. Fifth Edition Copyright © 2012, 2008 by Lippincott Williams & Wilkins, a Wolters Kluwer business. Two Commerce Square 2001 Market Street Philadelphia, PA 19103 351 West Camden Street Baltimore, MD 21201 Printed in China All rights reserved. This book is protected by copyright. No part of this book may be reproduced or transmitted in any form or by any means, including as photocopies or scanned-in or other electronic copies, or utilized by any information storage and retrieval system without written permission from the copyright owner, except for brief quotations embodied in critical articles and reviews. Materials appearing in this book prepared by individuals as part of their official duties as U.S. government employees are not covered by the above-mentioned copyright. To request permission, please contact Lippincott Williams & Wilkins at Two Commerce Square, 2001 Market Street, Philadelphia, PA 19103, via email at permissions@lww.com, or via website at lww.com (products and services). 9 8 7 6 5 4 3 2 1 Library of Congress...

Words: 129902 - Pages: 520

Free Essay

Fundamentals of Heat and Mass Transfer 7th Edition

...This page intentionally left blank SEVENTH EDITION Fundamentals of Heat and Mass Transfer THEODORE L. BERGMAN Department of Mechanical Engineering University of Connecticut ADRIENNE S. LAVINE Mechanical and Aerospace Engineering Department University of California, Los Angeles FRANK P. INCROPERA College of Engineering University of Notre Dame DAVID P. DEWITT School of Mechanical Engineering Purdue University JOHN WILEY & SONS VICE PRESIDENT & PUBLISHER EXECUTIVE EDITOR EDITORIAL ASSISTANT MARKETING MANAGER PRODUCTION MANAGER PRODUCTION EDITOR DESIGNER EXECUTIVE MEDIA EDITOR PRODUCTION MANAGEMENT SERVICES Don Fowley Linda Ratts Renata Marchione Christopher Ruel Dorothy Sinclair Sandra Dumas Wendy Lai Thomas Kulesa MPS Ltd. This book was typeset in 10.5/12 Times Roman by MPS Limited, a Macmillan Company and printed and bound by R. R. Donnelley (Jefferson City). The cover was printed by R. R. Donnelley (Jefferson City). Founded in 1807, John Wiley & Sons, Inc. has been a valued source of knowledge and understanding for more than 200 years, helping people around the world meet their needs and fulfill their aspirations. Our company is built on a foundation of principles that include responsibility to the communities we serve and where we live and work. In 2008, we launched a Corporate Citizenship Initiative, a global effort to address the environmental, social, economic, and ethical challenges we face in our business. Among the issues we are addressing...

Words: 55208 - Pages: 221

Free Essay

P&G Report

...Designed to Lead 2009 Annual Report Contents A.G. Lafley Letter to Shareholders Bob McDonald Letter to Shareholders Touching Lives P&G Brands — Designed to Be Leaders Billion- and Half-Billion Dollar Brands Improving Life P&G Leaders — Built from Within Corporate Officers Board of Directors P&G at a Glance Financial Contents Shareholder Information 11-Year Financial Summary 1 5 8 10 12 16 18 24 25 26 27 72 73 Financial Highlights FINANCIAL SUMMARY (UNAUDITED) Amounts in millions, except per share amounts 2009 2008 2007 2006 2005 Net Sales Operating Income Net Earnings Net Earnings Margin from Continuing Operations Diluted Net Earnings per Common Share from Continuing Operations Diluted Net Earnings per Common Share Dividends per Common Share $79,029 16,123 13,436 14.3% $ 3.58 4.26 1.64 $81,748 16,637 12,075 14.4% $ 3.56 3.64 1.45 $74,832 15,003 10,340 13.4% $ 2.96 3.04 1.28 $66,724 12,916 8,684 12.7% $ 2.58 2.64 1.15 $55,292 10,026 6,923 12.0% $ 2.43 2.53 1.03 NET SALES (in billions of dollars) DILUTED NET EARNINGS (per common share) 05 06 07 08 09 $55.3 $66.7 $74.8 $81.7 $79.0 05 06 07 08 09 $2.53 $2.64 $3.04 $3.64 $4.26 OPERATING CASH FLOW (in billions of dollars) 05 06 07 08 09 $8.6 $11.4 $13.4 $15.0 $14.9 Note: Previous period results have been amended to exclude the results of the Folgers coffee business from continuing operations. For more information refer to Note 12 on page 71. The Procter & Gamble Company ...

Words: 43458 - Pages: 174