deviation of a green patch, etc. Pixel features are
value of red and green plane of the image at the
pixel location and their ratio, etc. This technique
also shows promising detection rate with maximum
accuracy of 0.944.
Wu et al. (Wu et al. 2006) introduced an adaptive
detection of blood vessels in the retinal images. At
first the blood vessel enhancement is performed by
adaptive histogram equalization technique. Then
vessels features are extracted using the standard
deviation of Gabor filter responses along different
orientations. Finally, the vessel is traced using
forward detection, backward verification and
bifurcation detection. The overall detection rate is
80.15% while small vessel pixel detection rate 42%
and small vessel detection rate 75%.
Jiang and Mojon (Jiang and Mojon 2003)
presented an adaptive local thresholding technique
by verification-based multithreshold probing to
detect blood vessels in the retinal images. At first,
the original retinal image is converted into binary
image through multiple thresholding by considering
curvilinear structure and width of the vessels. Then
Euclidian distance transformation from candidate
vessel point to background point is performed.
Following that the vessel candidate is pruned by
means of the distance map to only retain centreline
pixels (considering distance of two nearest
background pixel & angle from these two points) of
curvilinear bands. Finally, the curvilinear bands are
reconstructed from their centreline pixels. The
reconstructed curvilinear bands give the part of the
vessel network that is made visible by the particular
threshold. The overall detection rate reported is
86.5%. This technique needs further improvement in
vessel detection and background noise suppression.
Zana and Klein (Zana and Klein 2001) presented
a vessel segmentation algorithm using mathematical
morphology and curvature evaluation. At first the
vessels are highlighted using their morphological
properties (sum of top hats reduces small bright
noise and improve the contrast of all linear part).
After that the cross curvature is evaluated using the
Laplacian operator. Then the alternating filter is
used to produce the final result. The technique is not
sensitive to sudden changes in the global gray level.
However, results in missing pixels of the dilated line
because of surrounding texture.
Hoover et al. (Hoover et al. 2000) proposed an
algorithm for locating blood vessels in retinal
images by piece-wise threshold probing of a
Matched Filter Response (MFR). At first, the
original image is filtered by MFR. Then the filtered
image is thresholded and thinned. Finally, use the
probing technique while the probe examines the
image in pieces (initial threshold is the MFR image
value at the starting pixel, then regions grow using a
conditional paint-fill technique), testing a number of
region based properties (e.g., segment length). If the
probe decides a piece is vessel (if the resulting
region belong to a minimum number of threshold
pixels but less than maximum or connects two
previously probed pieces, then the region is labelled
as vessel), then the constituent pixels are
simultaneously segmented and classified. The
overall detection rate is 90% true positive and 4%
false positive. This technique has limitations on
detecting background or non vessel removal.
3 PROPOSED METHOD
As we mentioned earlier that the automated retinal
segmentation is complicated by the fact that the
local contrast of vessels is unstable, the width of
retinal vessels can vary from very large to very small
especially unhealthy ocular fundus images. We
present a method for the segmentation of blood
vessels in retinal images based on the partial
derivative of intensity image, which gives
information about its topology and also overcome
the problem of image intensity variation. We use
STARE (Hoover 2002) retinal imaging dataset. Our
proposed method performed much better in
detecting both major and minor vessels.
The procedure is as follows: at first we enhance
the contrast of the original retinal image by applying
Adaptive Histogram Equalization method then we
apply the first order directional derivative operator,
normalize it and convert the original image into
gradient image. Each vessel will show up as parallel
edges, which will be segmented by applying
Adaptive region growing algorithm. Since the
contrast of the vessels is unstable it is not viable to
apply a threshold value to segment the edges of a
vessel. Due to the curvilinear structure of the vessels
the gradient direction is also changeable. So, we
apply Adaptive value of gradient magnitude with
region growing process to segment the edges.
Parallel edges are selected considering the gradient
direction of each pixel belonging to the parallel
regions. We can, therefore, segment the vessels and
remove the background noise and other objects.
Finally, we map the vessel pixels from the original
retinal image based on the segmented gradient image
to show the detected vessels.
VISAPP 2007 - International Conference on Computer Vision Theory and Applications
406