does not raise any problems. Finally using (5), the
affine deformation system converges towards solution
in less than 10 iterations.
3.2 Image Preprocessing for Decision
In order to reduce the sensitivity of the decision sys-
tem to variations of illumination, we apply the fol-
lowing image preprocessing to the deformed object
images to compare.
The image preprocessing is performed in 3 steps:
• Histogram equalization:
Histogram equalization is a contrast enhancement
technique with the objective to obtain a new image
with uniform histogram. This method usually in-
creases the local contrast of an image, and reduces
the variability of the grey-scale images represent-
ing the object we have to detect.
• High Pass Filter:
Image low frequency information are usually not
pertinent for the detection using cross-correlation,
that is why we substract from both images to
compare their corresponding blurred images. If
we denote G
1
= g
1
(r) the image G = g(r) filtered
by the high pass filter.
g
1
(r) = g(r) −Blur (g(r))
Blur (g(r)) = g(r) ⊗ w(r, n)
With w(r, n) =
1
4n
if
k
r
k
∞
< n else w(r, n) = 0.
• Sigmoid normalization:
The sigmoid normalization maximises the low
gray scale values, minimises the high ones and
thus standardizes the distribution of grey scale
values of the image, thus increasing the precision
of our detection system (Fig. 5). If G
2
= g
2
(r) is
the normalized image, then:
g
2
(r) = Sig(g
1
(r))
Sig(x) = 1 −
2
1 + e
−ax
The value of a is about 20 in our detection system.
Figure 3: Decision Preprocessing applied to a face image.
From the left to the right, grey-scale face image, histogram
equalization, high pass filter and finally, sigmoid normaliza-
tion.
4 EXPERIMENTAL RESULTS
In this section, we first present results that confirm ro-
bustness in rotation and scale changes of the similar-
ity measure based on affine deformation compensa-
tion and normalized centered cross-correlation. Then
we apply the detection system to faces, using a test
database containing 450 faces and show the improve-
ment brought by the proposed method.
4.1 Affine Deformation Evaluation
The purpose of the affine deformation compensation
is to bring robustness versus rotation, scale changes
and translation to the centered normalized cross-
correlation similarity measure. This section shows
two quantitative results obtained by applying our
affine deformation method to a 35 × 41 pixel face im-
age with a wide variety of pure rotation, and scale
change.
Fig. 4(a) shows centered normalized cross-
correlation score between an input grey-scale face im-
age and the corresponding artificially generated im-
age applying pure rotation. It is clear that until a rota-
tion of about 50
◦
, the affine deformation method con-
verges and the similarity measure is almost invariant
to rotation.
We reproduce the same experiment applying pure
scale change to the artificially generated image. We
can see on Fig. 4(b) that if the affine deformation con-
verges to the optimal solution, the centered normal-
ized cross-correlation value is about 1. The values of
the converged centered normalized cross-correlation
lower than 0.9 are due to local maximum convergence
of the affine deformation optimization algorithm.
4.2 Detection Evaluation
In order to evaluate our system, we apply it to face
detection using a test base containing 450 faces. The
reference database consists of 15 faces Fig. (6), se-
lected in order to obtain a good representation of the
faces space with a minimal set of examples. Fig. 5
shows the relation between the precision (number of
good detections divided by the number of detections)
and the recall (number of good detections divided by
the number of elements to detect). Thus, the better
a detector is, the closer the corresponding roc-curve
is to the upper right corner. We notice the predetec-
tion system is able to detect most of the test database
faces but with poor precision. The decision system
using centered normalized cross-correlation on grey
scale images clearly increases the detection precision.
We notice the relevance of the decision system images
EFFICIENT OBJECT DETECTION ROBUST TO RST WITH MINIMAL SET OF EXAMPLES
183