Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

Behavior of skin color under varying illumination seen by different

cameras at different color spaces


J. Birgitta Martinkauppi*a, Maricor N. Sorianob, Mika H. Laaksonenc
a
Machine Vision and Media Processing Unit, University of Oulu, Finland
b
National Institute of Physics, University of the Philippines, Quezon City, Philippines
c
Nokia Mobile Phones, Oulu, Finland

ABSTRACT

The appearance of skin colors in the images depends among other things, on the camera, the calibration of the camera, and the
illumination under which the image was taken. In this study, we investigate how the skin colors appear in the chromaticity
coordinates of different color spaces like HSV/HSL, normalized rgb, YES and TSL. For this purpose, we have taken images
of faces under 16 different illumination/camera calibration conditions using simulated illuminants (Horizon, A, fluorescent
TL84 and daylight) with different RGB cameras (1CCD web cameras and a 3CCD camera). In the making of this series of 16
images, first the selected camera was calibrated to one of the four light sources and an image was taken. After that the light
source was changed to the other light sources and at each time the person was imaged. The process was repeated to the other
two light sources. The same procedure was done for all four light sources and for each cameras. The skin regions were extract-
ed from these images and this skin data was then converted to different color spaces. We inspected how the chromaticities of
different skin color groups in these color spaces overlap in images taken in all 16 different cases and only in those cases in
which the selected camera was calibrated to the current illuminant. These investigations were also made between different
cameras. In addition to this, we examined the overlapping of all skin chromaticities from the different skin color groups be-
tween cameras.

Keywords: color spaces, skin color, skin locus, varying illumination, RGB camera

1. INTRODUCTION

Skin color has been used increasingly for detecting faces and hands in images and image sequences taken under varying im-
aging conditions because the color is a powerful and often computationally inexpensive cue. It is also robust towards changes
in orientation and scaling and can tolerate well occlusion. A disadvantage of the color cue is its sensitivity to illumination color
changes and, especially in the case of RGB, sensitivity to illumination intensity. One way to increase tolerance toward inten-
sity changes in images is to transform the image RGB into a color space whose intensity and chromaticity are separate and use
only chromaticity part for detection.

Such procedure has been followed in many papers; the range of skin color has been modelled as a probability distribution in
Tint-Saturation-Lightness (TSL), Normalized Color Coordinates (NCC), Hue-Saturation-Value (HSV), Luminance-Inphase-
Quadrature (YIQ - also called as NTSC color space) or YES eg. 1,2,3,4,5. In all cases, the illumination color change is assumed
to be mildeg. 1,2,3,4,5. Störring and coworkers considered a wider range of illumination color variation and defined the range
of possible skin colors in NCC they called “skin locus”6. We have demonstrated in several tracking experiments that the skin
locus can be used in robust skin detection as a chromaticity constraint to select pixels for adapting skin color histogram to
illumination changes7,8.

In this study, we map image RGB of skin areas to the chromaticity coordinates of 17 different color spaces to determine the
range of skin color. Facial images where captured under four calibration conditions from four light sources whose color tem-
peratures range from 2300K to 6500K. Under such conditions, skin color seen by a camera can change drastically from reddish
to bluish9. Color spaces are evaluated on the basis of: (1) how different skin color groups (Asian, Caucasian) overlap, when
while the camera is calibrated to one illuminant, the current illuminant color temperature changes, and (2) how big the area of
skin color histogram is compared to the size of the whole space. If the skin locus in a color space occupies a contiguous region
*Correspondence: Email: jbm@ee.oulu.fi; WWW: http://www.ee.oulu.fi/EE/Info.Laboratory/; Tel. 358 8 553 2809; Fax: 358 8 553 2612
and at the same time shows very good overlap within skin groups, then that color space is potentially useful for adaptive skin
color-based tracking.

2. METHODS

2.1. Data

Images of faces were captured and saved in RGB format (RAW BMP) under 16 different illumination/camera calibration con-
ditions using simulated illuminants (Horizon sunlight, Incandescent A, Fluorescent TL84 and Daylight D65) with different
cameras: 1CCD web cameras (Alaris, Nogatech and Winnov) and a 3CCD camera (Sony). In the creation of this 16-image
series9, the selected camera was first calibrated to one of the four light sources and an image was taken. While keeping the
calibration to the first illuminant, the current light source is changed and another image is taken. This is repeated for all illu-
minants. The camera is then calibrated to the next illuminant and the above steps are repeated until all illuminants have been
used to calibrate the camera. Examples of images may be seen at http://www.ee.oulu.fi/research/imag/color.

For Sony camera, ten Asians and Caucasians were imaged9 whereas for the other three cameras, images of only one person
for each of these groups were taken. Skin areas of these images were extracted manually by using defined polygons around
skin regions. The RGB data was transformed then to different color spaces.

2.2. Color spaces

The color spaces in this study may be divided into two groups: (1) those which can be obtained by a linear transform from
RGB, and (2) those which follow a nonlinear transform of RGB. The color spaces which are a linear transform from RGB are
I1I2I3 (Ohta’s features), YES, YIQ, YUV, YCrCb1 (Rec 601-5), and YCbCr2 (Rec 709). The nonlinear transforms are NCC
rgb or Normalized Color Coordinates rgb, modified rgb, ln-chromaticity (referred in this paper as log-chroma color space),
P1P2, l1l2l3, ratio between channels (G/R, B/R and B/G), HSV, HSL, modified ab, TSL and Yuv. Before transformations, the
RGB data was scaled between 0 and 1 except in the case of logchroma in which case the range was 0-255. Some transformation
needed special handle for certain RGB values: 1. pixels with 0 intensity - a special handling was needed for transformation to
NCC rgb and these pixels were removed before transformation to modified rgb, P1P2, uv and modified ab; 2. pixels with ach-
romatic color - transformations to HSV and HSL needed special handle for calculating output for achromatic colors and it was
necessary to remove these pixels before making transformation to l1l2l3; 3. pixels with 0 green channel - they were removed
before transformation to modified ab color space and 4. one or more channel have 0 value - for transformation to logchroma
space these pixels were removed. After the transformation, in most of the cases, the data was quantized approximately 1%
accuracy of the full range.

I1I2I3 or Ohta’s features10 (Eqs. 1-3) were first introduced for segmentation as optimized color features.
(R + G + B) (1)
I 1 = -----------------------------
3
I 2′ = ( R – B ) (2)
( 2G – R – B ) (3)
I 3′ = --------------------------------
2

YES space (Eqs. 4-6) is a standard made by Xerox.


Y = 0.253R + 0.684G + 0.063B (4)
E = 0.500R – 0.500B + 0.000B (5)
S = 0.250R + 0.250G – 0.500B (6)

YIQ space (Eqs. 7-9) which is derived from YUV can be used optionally by the NTSC composite TV standard.
Y = 0.30R + 0.59G + 0.11B (7)
I = 0.60R – 0.28G + 0.31B (8)
Q = 0.21 – 0.52G + 0.31B (9)
YUV space (Eqs.10-12) is the basic format for composite color television standard for NTSC, PAL and SECAM. uv space
(Eqs. 13-14) has been presented as luminance normalized UV color information.
Y = 0.299R + 0.587G + 0.114B (10)
U = – 0. 147R – 0.289G + 0.437B (11)
V = 0.615R – 0.515 G – 0.100B (12)
u = U⁄Y (13)
v = V ⁄Y (14)

General formulae for calculating YCbCr is shown in Eqs. 15-17 and specific coefficients for different standards are in Table 1.
Y = c R+c G+c B (15)
1 2 3
B–Y
Cb = ------------------ (16)
2 – 2c
3
R–Y (17)
Cr = ------------------
2 – 2c
1
Table 1: Coefficients for two YCbCr standards

Standard Red coefficient c1 Green coefficient c2 Blue coefficient c3


Rec.601 0.2989 0.5866 0.1145
Rec 709 0.2126 0.7152 0.0722
The NCC chromaticity coordinates (Eqs. 18-19)are obtained by normalizing the RGB with intensity I11
I = R+G+B (18)
X
x = ---- (19)
I
where x=r,g,b and X=R, G, B respectively.
In modified rgb space12 (Eqs. 19-20), the definition of intensity differs from the one of the NCC. These equations are applied
in this study for each pixel.
(20)
2 2 2
I = R +G +B
Log-chromaticity space13 has been applied to image indexing. (21)
R
r g = ln ---- = ln R – ln G
G
(22)
(R ⋅ G)
rg b = ln ----------------- = ln R + ln G – 2 ln B
B2
P1P2 color space14 has been used for making of chromaticity Fourier spectrum. (23)
1 G–R
P = ------- ------------------------
1 2R + G + B (24)
1 2B – R – G
P = ------- ---------------------------
2 6 R+G+B
l1l2l3 color space15 has been used for color-based object recognition.
2 (25)
(R – G)
l = ------------------------------------------------------------------------------
1 2 2 2
(R – G) + (R – B) + (G – B)
2 (26)
(R – B)
l = ------------------------------------------------------------------------------
2 2 2 2
(R – G) + (R – B) + (G – B)
2 (27)
(G – B)
l = ------------------------------------------------------------------------------
3 2 2 2
(R – G) + (R – B) + (G – B)
HSV16 (Eqs. 28-30 show one of the possible transformation methods) like HSL are intuitive for humans.
V = max ( R, G, B ) (28)
max ( R, G, B ) – min ( R, G, B )
 -----------------------------------------------------------------------
-, max ( R, G, B ) ≠ 0
S =  max ( R, G, B ) (29)

 0, max ( R, G, B ) = 0
0.5 ( ( R – G ) + ( R – B ) ) (30)
H = acos --------------------------------------------------------------------------------------
( R – G)( R – G) + ( R – B)(G – B)
and in the case if B>G, then H=360-H. (31)
HSL16 (Eqs. 32-33) color space differs from HSV on how S and L are defined:
max ( R, G, B ) + min ( R, G, B )
L = ------------------------------------------------------------------------ (32)
2
max ( R , G , B ) – min ( R, G, B )
 ------------------------------------------------------------------------ , L ≤ 0.5
 max ( R, G, B ) + min ( R, G, B )
S =  (33)
max ( R, G, B ) – min ( R, G, B )
 -------------------------------------------------------------------------------------
-, L > 0.5
î 2 – ( max ( R, G, B ) + min ( R, G, B ) )
Modified ab space (Eqs. 3417-35) is derived from NCC rg-chromaticities (Note: in ab space17: b=((31/2)/2)*g).
g
a = r + --- (34)
2
3 (35)
b = -------
2g
TSL (Tint - Saturation - Lightness) color space1 is also derived from NCC rg-chromaticities (Eqs. 36-38).
r′ = r – 1 ⁄ 3
(36)
g′ = g – 1 ⁄ 3

 arc tan  ----
r′  1
⁄ ( 2π ) + --- , g′ > 0
  g′ 4
 (37)
T =   r′  ⁄ ( 2π ) + 3--- , g′ < 0
 arc tan  ----
g′ 4

 0, g′ = 0
î
1⁄2 (38)
S = ( [ 9 ⋅ ( r′ + g′ ) ⁄ 5 ] )
2 2

2.3. Calculation of overlap

The overlap computation was based on the bins which skin colors occupied. The overlap is percentage of the number of skin
color pixel common for both group divided by the amount of all bins with skin colors. The overlap was calculated for (1) all
4 calibrated cases (exception was Nogatech camera in which it was done only for 3 calibrated cases because under daylight
illumination the calibration was not successful) and (2) all 16 cases.

2.4. Modelling of locus and size of the color space

The skin locus in each color space can be described by one or more functions which define a region showing the range of
possible skin colors. However, the skin locus is only partially occupied at any one time with high probability when only one
person is considered. The skin locus is NOT a skin color model which changes during tracking. The skin locus can be used as
a chromaticity constraint in selecting pixels for training an adaptive skin color model.

Size of the color space was determined from the upper and lower boundary value of chromaticity coordinates of the color space
assuming uniformly distributed bins. It should be noted however that chromaticities of TSL space does not fill the whole area
and the modified ab space itself is nonuniform.
3. RESULTS

3.1. Effect of the brightness control

Alaris and Nogatech have a brightness (or gain) control whereas Sony and Winnov do not. Therefore it is possible due to the
lack of the brightness control that one channel have very low values. The results can be seen from Fig.1: very low values in
one channel increases the size of the locus. Therefore we must either use the whole locus in order to be able to track under
these illumination intensity and color changes or limit the tracking only certain illumination intensity range. Although here the
brightness control can help to track under wider range of illumination intensity change, it can also cause tracking failure if the
background is very bright (colors bleach).

Winnov − NCC rgb Winnov − NCC rgb


1 1

0.8 0.8

0.6 0.6
g

g
0.4 0.4

0.2 0.2

0 0
0 0.5 1 0 0.5 1
r r
a) b)
Fig.1. Winnov locus in NCC rgb a) original data and b) only data in which each channel value is higher than 25/255.

3.2. Effect of coordinate system

The shape of locus for HSV and HSL are similar because the main difference for calculating their chromaticity coordinates
lies in how the saturation is calculated. A common mistake in displaying HSX distribution (where X=V, L, B or I) is to show
the distribution in cartesian coordinates. In fact, HS space must be viewed in polar coordinates, with H corresponding to angle
and S corresponding to the radius. Otherwise, skin locus in HS represented in cartesian coordinates will appear difficult to
model as shown in Figure 2.a whereas skin locus presented in the polar coordinates (Fig. 2.b) is easier to describe.

Alaris − HSV Alaris − HSV


90 1 1
120 60

0.5 0.8
150 30

0.6
180 0
S

0.4
210 330
0.2
240 300
270
0
0 100 200 300
H H
a) b)
Fig.2 HSV in a) polar coordinates and b) cartesian coordinates.
3.3. Uniformity of chromaticity space
Chromaticity coordinates of HSV and HSL are not uniform in cartesian coordinate system. In TSL color spaces, there can be
nonuniformity present even in the cases where the camera was calibrated to the light sources (Fig. 3 a) but this is not so obvious
with all 16 cases.

Alaris − TS Alaris − TS
1 1

0.8 0.8

0.6 0.6
S

S
0.4 0.4

0.2 0.2

0 0
0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1
T T
a) b)
Fig. 3. TSL color spaces: a) only calibrated cases and b) all 16 different combinations.

3.4. Images of skin locus in other color spaces

The skin colors are presented in Fig. 4 in several different color spaces: YCbCr, l1l2l3, logchroma, ratio, P1P2, I1I2I3 (Ohta),
YES, modified rgb, NCC rb and gb, YIQ, YUV, Yuv, and modified ab. The skin colors are from all 16 cases for both Asian
and Caucasian persons as perceived by the Nogatech. For some color spaces, like log-chroma the input data range is basically
limited due to the definition of color space coordinates. Based on these images, we make a suggestion for functions which can
be used for modelling the skin locus (Table 3.).

4. a) 4. b) 4. c)
4. d) 4. e) 4. f)

4. g) 4. h) 4. i)

4. j) 4. k) 4. l)

4. m) 4. n) 4. o)
4. p) 4. q) 4. r)
Fig.4: a) locus of YCbCR. The two different versions of YCbCr produced similar locus.; b) locus of l1l2 chromaticity coordi-
nates which is also similar for the other combinations l1l2l3 chromaticity coordinates.; c) the locus of logchroma color space;
4d) locus of P1P2; 4e)-4g) loci of different chromaticity coordinates of ratio space; 4h) locus of Ohta’s I1I2I3; 4i)-k) loci of
different chromaticity coordinates of modified rgb; 4l) locus of NCC rb; 4m) locus of NCC gb; 4n) locus of YES; 4o) locus
of YIQ; 4p) locus of YUV; 4q) locus of Yuv; and 4r) locus of modified ab.

3.5. Overlap between the data of different skin color groups and size of skin locus in color space

The percentage of the overlap between skin colors extracted from images of Asian and Caucasian subjects taken with different
cameras is shown in Table 2. From this table, it can be seen that l1l2l3 give quite high results for almost every cases but on
the other hand the skin locus fulfils big part of the whole space (Table 3) in the Sony camera and therefore range modelling is
difficult.

3.6. Overlap between cameras, modelling the skin locus

In the Table 3. we investigate how much the different cameras overlap. The overlapness of all four cameras was not very big,
but when we make the comparison between cameras with and without brightness control, the overlapness increases. Next we
considered with what functions the skin chromaticity constraint can be defined; the results are also shown in Table 3.
Table 2: overlapping percentage between different skin group

Calibrated cases in [%] All 16 cases in [%]


Color space
Alaris Nogatech Winnov Sony Alaris Nogatech Winnov Sony
TSL 57.1 49.3 65.6 69.6 75.8 67.3 72.7 88.7
mod. ab 52.8 49.2 59.8 70.4 68.2 56.1 65.0 78.7
HSV 47.2 51.8 69.3 66.8 72.1 69.1 67.2 89.9
HSL 49.3 50.5 67.6 69.2 74.3 67.9 69.7 88.0
YES 60.9 60.6 72.3 72.9 76.0 65.0 74.3 83.1
YIQ 62.5 60.1 73.7 72.2 75.6 64.4 74.2 83.5
YUV 58.9 58.4 70.2 74.2 75.2 64.4 72.6 83.5
Yuv 53.2 49.7 62.6 72.3 65.6 58.1 69.1 79.6
P1P2 56.6 46.6 61.9 71.9 73.8 58.5 76.1 83.0
YCbCr1 62.3 61.6 70.8 70.1 76.8 64.6 74.6 82.9
YCbCr2 62.4 59.4 73.7 71.8 74.3 64.9 75.9 82.5
NCC rg 61.0 47.9 62.9 72.2 74.6 59.1 79.1 82.4
NCC rb 63.1 49.1 64.7 73.5 74.5 59.7 79.6 84.8
NCC gb 60.7 46.9 61.2 73.2 74.9 59.8 78.4 83.0
mod. rg 58.0 54.7 72.3 70.6 67.9 65.4 72.1 83.1
mod. rb 58.2 49.8 63.8 70.5 74.5 61.9 75.4 84.2
mod. bg 56.3 48.2 62.6 72.9 78.6 60.1 75.9 84.8
logchroma 60.9 43.3 58.6 69.2 72.6 54.3 77.6 78.8
ratio g/r_b/r 70.6 58.1 69.0 63.9 53.7 63.7 74.6 64.1
ratio g/r_b/g 64.3 60.0 65.6 66.4 63.5 64.4 75.3 68.3
ratio b/r_b/g 66.7 65.2 68.0 65.1 57.9 67.5 70.7 64.0
I1I2I3_I2I3 (Ohta) 62.4 58.9 69.0 71.9 74.6 64.7 73.5 82.9
l1l2l3_l1l2 58.9 76.9 79.6 71.4 87.5 95.3 87.9 99.4
l1l2l3_l1l3 67.4 79.4 79.2 77.0 89.4 96.4 87.7 98.8
l1l2l3_l2l3 59.2 70.4 75.8 68.5 89.3 95.6 85.3 98.8
Table 3: Overlapping between cameras, size of skin locus in the color space and modelling

Overlapping [%] Total size in [%]


Color space All 4 Alaris and Sony and Modelling for Nogatech
Sony
cameras Nogatech Winnov
TSL 17.7 59.3 53.1 25.8 no
mod. ab 13.2 53.4 43.0 45.2 2 quadratic curves
HSV 17.2 60.6 47.8 55.6 in polar coordinates: 2 quadratic curves
HSL 17.6 59.6 50.1 44.2 in polar coordinates: 2 quadratic curves
YES 17.6 57.2 32.5 15.8 1 straight line and 1 quadratic curve
YIQ 17.6 57.4 32.3 12.7 1 straight line and 1 quadratic curve
YUV 14.1 56.3 27.4 14.3 1 straight line and 1 quadratic curve
Yuv 14.6 53.2 47.0 28.6 1 straight line and 1 quadratic curve
P1P2 17.3 55.5 57.9 13.0 1 straight line and 1 quadratic curve
YCbCr1 17.9 56.2 33.4 15.0 1 straight line and 1 quadratic curve
YCbCr2 17.7 56.5 32.9 15.5 1 straight line and 1 quadratic curve
NCC rg 17.4 55.5 57.4 14.2 2 quadratic curves
NCC rb 18.3 56.9 59.2 14.0 1 straight line and 1 quadratic curve
NCC gb 17.9 56.4 58.6 14.0 2 straight line
mod. rg 18.9 55.0 51.9 23.2 2 quadratic curves
mod. rb 20.0 58.7 56.5 25.9 1 straight line and 1 quadratic curve
mod. bg 20.6 59.2 64.8 31.0 2 quadratic curves and 1 straight line
logchroma 10.2 51.6 52.4 8.1 1 straight line and 1 quadratic curve
ratio g/r_b/r 7.3 39.2 21.6 0.0 2 quadratic curves
ratio g/r_b/g 10.5 43.5 32.2 0.0 1 straight line and 1 quadratic curve
ratio b/r_b/g 7.7 39.3 25.8 0.0 2 quadratic curves
I1I2I3 (Ohta) 17.3 56.7 31.8 15.8 2 quadratic curves
l1l2l3_l1l2 24.0 83.6 49.4 65.1 ellipse
l1l2l3_l1l3 30.3 85.8 56.1 65.1 ellipse
l1l2l3_l2l3 24.7 85.1 50.3 64.5 ellipse

4. Conclusions

The overlap in chromaticity of both Asian and Caucasian skin colors depends on the camera but it is relatively good with all
cameras considered in this study. The overlap can be increased by using brightness control or by rejecting pixels with low
channel values. As can be seen from skin locus images, none of these pixel wise color spaces offer invariance for illumination
color change. Therefore, the skin locus is useful tool for increasing tolerance for illumination color changes and non-uniform-
ity. For most of the color spaces, if the proper coordinate system is used in displaying a chromaticity space, the skin locus may
be modelled by one or two functions of up to quadratic order only.

5. ACKNOWLEDGEMENTS

This research was partially sponsored by Finnish Graduate school in Electronics, Telecommunications and Automation (GE-
TA)
6. REFERENCES

[1]. J.-C. Terrillon, M.N. Shirazi, H. Fukamachi and S. Akamatsu, "Comparative performance of different skin chrominance
models and chrominance spaces for the automatic detection of human faces in color images", Proc. of the fourth
international conference on automatic face and gesture recognition, IEEE Computer Society, Grenoble, France, pp.
54-61, 2000.
[2]. B.D. Zarit, B.J. Super, and F.K.H.Quek, "Comparison of five color models in skin pixel classification", Proc. of Int.
Workshop on Recognition, Analysis, and Tracking of Faces and Gestures in Real-Time Systems, IEEE Computer
Society, Corfu, Greece, pp. 58-63, 1999.
[3]. D. Comaniciu, and V. Ramesh, “Robust detection and tracking of human faces with an active camera”, Proc. Third IEEE
International Workshop on Visual Surveillance, IEEE Computer Society, Dublin, Ireland, pp. 11 -18, 2000.
[4]. J. Yang, and A. Waibel, “A real-time face tracker”, Proc. the Third IEEE workshop on Applications of Computer Vision,
IEEE Computer Society, pp.142-147, Florida, USA, 1996.
[5]. E. Saber, and A.M. Tekalp, “Face detection and facial feature extraction using color, shape and symmetry-based cost
function”, Proc. the 13th Int. Conf. Pattern recognition Vol. 3 Track C: Applications and robotic systems, 3, Vienna,
Austria, pp. 654-658, 1996.
[6]. M. Störring, H. Andersen, and E. Granum, “Skin color detection under changing lighting condition”, 7th Symposium of
Intelligent Robotics Systems, pp. 187-195, Coimbra, Portugal, 1999.
[7]. M. Soriano, B. Martinkauppi, S. Huovinen, and M. Laaksonen, “Using the skin locus to cope with changing illumination
conditions in color-based face tracking”. Proc. IEEE Nordic Signal Processing Symposium (NORSIG),Kolmården,
Sweden, pp. 383-386, 2000.
[8]. M. Soriano, B. Martinkauppi, S. Huovinen, and M. Laaksonen, “Skin detection in video under changing illumination
conditions”, Proc. 15th International Conference on Pattern Recognition, pp. 839-842, Barcelona, Spain, 2000.
[9]. E. Marszalec, B. Martinkauppi, M. Soriano, and M. Pietikäinen, "Physics-based face database for color research", J.
Electronic Imaging, 9(1), pp. 32-38, 2000.
[10]. Y.-I. Ohta, T. Kanade, and T. Sakai, “Color information for region segmentation”, Computer Graphics and Image
Processing, 13(3), pp. 222-241, July 1980.
[11]. G. Wyszecki, and W.S. Stiles, Color Science: Concepts and Methods, Quantitative Data and Formulae, 2nd edn, John
Wiley, New York, 1982.
[12]. S. Tominaga, “Illuminant estimation of natural scenes from color images”, Int. Conf. Color in Graphics and Image
processing, Cépaduès-éditions, Saint-Etienne, France, pp.35-40, 2000.
[13]. J. Berens, and G.D. Finlayson, “Log-opponent chromaticity coding of colour space”, 15th Int. Conf. Pattern Recognition
Vol. 1. Computer Vision and Image Analysis,1, pp.206-211, Barcelona, Spain, 2000.
[14]. C. Vertan, M. Ciuc, and N. Boujemaa, “On the introduction of a chrominance spectrum and its applications”, Int. Conf.
Color in Graphics and Image processing, Cépaduès-éditions, pp. 214-218, Saint-Etienne, France, 2000.
[15]. T. Gevers, and A.W.M. Smeulders, “Color-based object recognition”, Pattern Recognition, 32(3), pp. 453-464, 1999.
[16]. J.D. Foley, A. van Dam, S.K. Feiner, and J.F. Hughes, “Second edition in C computer graphics principles and practice”,
Addison-Wesley, New York, 1996.
[17]. S. Kawato, and J. Ohya, "Real-time detection of nodding and head-shaking by directly detecting and tracking the between
eyes", Proc. of the 4th international conference on automatic face and gesture recognition, pp. 40-45, Grenoble,
France, 2000.

You might also like