morphology must satisfy the extensivity and the anti-
extensivity of the erosion. This is the key property
for defining an edge detector based on the fuzzy mor-
phological gradient. Taking into account that the pair
(T
LK
,I
LK
) is the representative of the configurations
which define fuzzy morphological operators satisfy-
ing all the desirable algebraical properties, this con-
figuration has been widely used to implement the
edge detector of the fuzzy morphology based on t-
norms.
However, the mentioned property is satisfied with
some minimal properties of the structuring element,
the t-norm and the implication. Thus in (Gonz
´
alez-
Hidalgo et al., 2012) many more t-norms and impli-
cations were used to define a morphological gradi-
ent useful to detect edges. There, it was proved that
the pair (T
LK
,I
LK
) was the worst of the 40 considered
configurations, while (T
nM
,I
KD
), where
T
nM
(x,y) =
0 if x + y ≤1,
min{x,y} otherwise,
and I
KD
(x,y) = max{1 −x,y}, was the best configu-
ration generating a notable edge detector.
The aim of this contribution is to perform a sim-
ilar study for the fuzzy morphology based on con-
junctive uninorms. Only some particular uninorms
with their residual implications have been considered
in the fuzzy morphological gradient of this approach,
but similarly to the case of t-norms, many more uni-
norms and fuzzy implications can be chosen to gener-
ate the gradient. Thus we want to determine the best
combination of uninorm and implication to define an
optimal edge detector in this morphology. The re-
sults will be objectively compared using Pratt’s figure
of merit, FoM (Pratt, 2007). To compute this mea-
sure, the edge image must be binarized and thinned
to obtain edges with one-pixel width. This condi-
tions are consistent with Canny’s restrictions, set out
in (Canny, 1986). Therefore, after obtaining the fuzzy
edge image using the fuzzy gradient, this image is
thinned using Non-Maxima Suppression (NMS), a
well-known thinning algorithm proposed by Canny,
and the recently introduced automatic hysteresis al-
gorithm based on determining a “zone of instability”
in the histogram proposed in (Medina-Carnicer et al.,
2011) to binarize the image.
The communication is organized as follows. In
Section 2, we recall the definitions of morphological
operators and fuzzy operators that define them. In
Section 3, we present the considered uninorms and
implications, and the algorithm developed for each
configuration. In the next section, the results are pre-
sented and analysed. Finally, we share the conclu-
sions and future work we want to develop.
2 PRELIMINARIES
Fuzzy morphological operators are defined using
fuzzy operators such as uninorms and implications.
More details on these logical connectives can be
found in (Fodor et al., 1997) and (Baczy
´
nski and Ja-
yaram, 2008), respectively.
Definition 1. A uninorm is a commutative, associa-
tive, non-decreasing function U : [0,1]
2
→ [0, 1] with
neutral element e ∈ (0,1), i.e., U(e,x) = U(x,e) = x
for all x ∈[0, 1].
A uninorm U such that U(0,1) = 0 is called con-
junctive and if U (0,1) = 1, then it is called disjunc-
tive.
Definition 2. A binary operator I : [0, 1]
2
→ [0,1]
is a fuzzy implication if it is decreasing in the first
variable, increasing in the second one and it satisfies
I(0,0) = I(1, 1) = 1 and I(1,0) = 0.
Thus, we can define the basic fuzzy morphologi-
cal operators such as dilation and erosion. From now
on, we will use the following notation: U denotes a
conjunctive uninorm, I an implication, A a gray-level
image, and B a gray-level structuring element.
Definition 3. The fuzzy dilation D
U
(A,B) and the
fuzzy erosion E
I
(A,B) of A by B are the gray-level
images defined by
D
U
(A,B)(y) = sup
x
U(B(x −y), A(x))
E
I
(A,B)(y) = inf
x
I(B(x −y),A(x)).
As we have already mentioned, the following
proposition ensures the extensivity of the fuzzy dila-
tion and the anti-extensivity of the fuzzy erosion with
some minimal properties.
Proposition 1. Let U be a conjunctive uninorm with
neutral element e ∈ (0,1), I an implication that sat-
isfies (NP
e
), i.e., I(e,y) = y for all y ∈ [0, 1] and B
a gray-level structuring element such that B(0) = e.
Then the following inclusions hold:
E
I
(A,B) ⊆ A ⊆ D
U
(A,B).
Thus, as in the case of classical morphology, the
difference between the fuzzy dilation and the fuzzy
erosion of a gray-level image, D
U
(A,B) \E
I
(A,B),
known as fuzzy gradient operator, can be used in edge
detection.
3 CONFIGURATIONS AND
ALGORITHM
According to Proposition 1, any conjunctive uni-
norm with neutral element e ∈ (0, 1) and any impli-
cation that satisfies (NP
e
) are adequate to define the
AComparisonStudyofSomeConfigurationsoftheUninormMorphologicalEdgeDetector
411