and topographic relief, Beucher et al. (Beucher and
Lantujoul, 1979), and more recently Salman (Beucher
and Meyer, 1993; Salman, 2006), have proposed ap-
proaches based on watershed.
Nowadays, many segmentation methods exist and
their optimization is a current challenge. We can men-
tion the orientation of approaches to a specific use, in
our case we focus on the segmentation of tree leaves,
or adding initialization tools such as an input stroke
or a distance map. Concerning the segmentation of
tree leaves, research is emerging from the past fif-
teen years. The existing methods are based either on
analysis on white background (Kumar et al., 2012;
Valliammal and Geethalakshmi, 2012), or on the use
of pairs of images in order to apply a background-
extraction process (Neto et al., 2006; Teng et al.,
2011). There is therefore, to our knowledge, no
method of segmentation of tree leaves, offering anal-
ysis on natural background based on a single image.
In order to propose an original method, Cerutti intro-
duced in (Cerutti et al., 2011) the guided active con-
tour method (denoted by GAC), dedicated to the seg-
mentation of tree leaves on natural background. Re-
garding the initialization tools, the use of new tech-
nologies (smartphones, touch screen, ...), allows the
user to interact with the image to provide additional
informations through input stroke. Another optimiza-
tion is based on the use of color distance map allow-
ing to enhance the contours and identify the various
components of the image. The latter can be based
on Gaussian, linear regression, geodesic distance or
local mean for example. We can also cite an ap-
proach based on minimum barrier distance calcula-
tion (Karsnas et al., 2012; Strand et al., 2013). An-
other interactive method for image segmentation is
Smart Paint, which has been developed for segmen-
tation of medical images (Malmberg et al., 2012).
After this introduction, we detail the support and
the tools used for our comparative study in Section
2. Section 3 is dedicated to the overall results, their
interpretations and illustrations. We conclude this pa-
per on the benefits of the pre-processing tools in the
context of a tree-leaves segmentation.
2 BENCHMARK
Our comparative study is based on the tree
leaves database presented in Grand-Brochier (Grand-
Brochier et al., 2013). Illustrated in Figure 1, this
database is composed of 232 images (from smart-
phones) of tree leaves with ground truth. They are
simple or palmately lobed leaves on plain or natural
background.
Figure 1: Sample images from the database.
To quantify the segmentation (quality, precision,
information extracted, ...), we opt for the analysis
of six observation criteria: The Dice index (or F-
measure) that characterizes the overall quality of the
segmentation area. Based on statistical tests of true
or false positives (respectivily denoted by TP and FP)
and true or false negatives (respectivily denoted by
TN and FN), the Dice index is defined by:
Dice index = 2.0 ×
T P
T P+T N
×
T P
T P+FN
T P
T P+T N
+
T P
T P+FN
;
using these tests, Manhattan (or Matching) index al-
lows to study the similarity rate of the entire image,
and is defined by:
Manhattan index =
T P + FP
T P + FP + T N + FN
.
We also study: the Hamming measure that calculates
the number of disparities between two images; the
Hausdorff distance which can be defined by the max-
imum gap (in pixels) between two segmentations; the
mean absolute distance (denoted by MAD) that ana-
lyzes contour points therefore the shape of the seg-
mentation; and the structural similarity (denoted by
SSIM (Wang et al., 2004)) for the structural informa-
tion extracted.
To highlight the influence of pre-processing tools
on segmentation methods, we have chosen to compare
ten methods, referenced in Table 1. Our study is based
on : a method by Thresholding, a Watershed, two
Snakes including one using B-Splines, two versions
of MeanShift, a Graphcut, a Grabcut, Felzenswalb’s
and GAC’s algorithms. We have chosen two types of
improvement: the use of three color distance maps
and the manual initialization.
2.1 Color Distance Maps
The use of the color distance map allows the user to
enhance the contrast and therefore the contours. This
process is based on two assumptions: the object is in
the center of the image and the background is in the
corners. They are characterized by five seedpoints re-
spectively one for the center and four for the corners.
VISAPP2014-InternationalConferenceonComputerVisionTheoryandApplications
508