Figure 8: (6) PROPOSED: Parabola fit (0.7787s).
ing time for each run was attributed to background
tasks in Windows XP operating system. (The standard
deviations of the processing times were negligible.)
The computational times indicate that the proposed
method offers a good trade-off between accuracy and
speed compared to the alternatives examined in this
study.
The accuracy of method 6 closely matches that of
the proposed method, however we have found that in
certain circumstances the proposed technique is bet-
ter than method 6. We generated 10 non-uniform
backgrounds of size 200 by 200 pixels. For each
background a dark ring was placed in the centre as
a foreground object. The proposed technique and
the B-spline method were both used to segment the
ring from the image. The accuracy was estimated by
calculating the number of pixels misclassified by the
methods.
Ten rings of constant thickness (30 pixels) with
increasing inner radius were created and placed one
at a time in the centre of the background. The inner
radii of the circles, expressed as a percentage of the
image width, were 5%, 10%, ..., 50%. For images
with inner radius less than 5% to 40%, the proposed
method was better than the B-spline method while at
radii 45% and 50% the B-spline method was better.
Figure 6 demonstrates why the proposed method
works better than the B-spline method. Subplot (a)
shows the generated image with a dark ring. Subplot
(b) shows only the generated background. Subplot (c)
shows the estimated background using B-spline. The
proposed method can also estimate the background
of the generated image; this is shown in subplot (d).
Notice that the foreground has pulled the background
estimate of method 6 towards lower intensity values
however the proposed method ignores these low in-
tensity values creating an adequate background esti-
mate.
5 CONCLUSIONS
A segmentation method is proposed which models
uneven background in microscopy images by a set of
horizontal and vertical parabolas. The method out-
performs five standard segmentation techniques on a
collection of test images at a competitive computa-
tional speed. This approach is an automated one as
apposed to morphological closing that requires man-
ually selecting a structuring element.
The number of parameters that are tuned for the
proposed method far exceeds those of the standard
methods and this is why a better segmentation is
found. Manual thresholding requires only 1 param-
eter. Fitting three gaussians each with a centre and
standard deviation requires 6 parameters. Fitting a
quadratic function entails tuning 6 parameters for the
coefficients of the function. Clustering in RGB space
uses 27 parameters, each of the three clusters has a
centre in three dimensions and an associated covari-
ance matrix. The covariance matrix contains 9 values
but due to the symmetry only 6 of these are indepen-
dent. The B-spline method uses a mesh of size 5x5 as
the control points for the surface, hence 25 parameters
are used. The proposed method uses 3 coefficients of
a parabola fitted to each mean row and column. In
our example we used 15 parabolas for the horizontal
fit and 19 for the vertical fit, which results in 102 pa-
rameters.
The segmentation offered by the B-spline method
is in most cases as accurate as the one obtained by
the proposed method. However, the proposed method
takes a fraction of the time the B-spline method needs.
ACKNOWLEDGEMENTS
The EPSRC CASE grant Number CASE/CNA/05/18
is acknowledged with gratitude.
REFERENCES
Asada, N., Amano, A., and Baba, M. (1996). Photometric
calibration of zoom lens systems. IEEE International
Conference on Patter Recognition, pages 186–190.
Cinque, L., Foresti, G., and Lombardi, L. (2004). A cluster-
ing fuzzy approach for image segmentation. Pattern
Recognition, 37(9):1797–1807.
Gonzalez, R. C., Woods, R. E., and Eddins, S. L. (2004).
Digital Image Processing Using Matlab. Pearson Ed-
ucation, Inc.
Leong, F., Brady, M., and McGee, J. (2003). Correction of
uneven illumination (vignetting) in digital microscopy
BACKGROUND SEGMENTATION IN MICROSCOPY IMAGES
143