David A. Bader
Email address protected by JavaScript.
Please enable JavaScript to contact me.
Professor
College of Computing
Georgia Tech
Atlanta, GA
30332
This
paper presents efficient and portable implementations
of a useful image enhancement process, the Symmetric
Neighborhood Filter (SNF), and an image segmentation
technique which makes use of the SNF and a variant of
the conventional connected components algorithm which
we call delta-Connected Components. Our general framework
is a single-address space, distributed memory programming
model. We use efficient techniques for distributing and
coalescing data as well as efficient combinations of
task and data parallelism. The image segmentation algorithm
makes use of an efficient connected components algorithm
which uses a novel approach for parallel merging. The
algorithms have been coded in Split-C and
run on a variety of platforms, including the Thinking
Machines CM-5, IBM SP-1 and SP-2, Cray Research T3D,
Meiko Scientific CS-2, Intel Paragon, and workstation
clusters. Our experimental results are consistent with
the theoretical analysis (and provide the best known
execution times for segmentation, even when compared
with machine-specific implementations.) Our test data
include difficult images from the Landsat Thematic Mapper
(TM) satellite data. More efficient implementations of Split-C will
likely result in even faster execution times.
Publication
History
Versions
of this paper appeared as:
University
of Maryland CS-TR-3449, UMIACS-TR-95-44
D.
A. Bader, J. JáJá , D. Harwood, and L.S.
Davis. ``Parallel Algorithms for Image Enhancement and
Segmentation by Region Growing with an Experimental Study,'' The
Journal of Supercomputing , 10(2):141-168, 1996.
D.
A. Bader, J. JáJá , D. Harwood, and L.S.
Davis. ``Parallel Algorithms
for Image Enhancement and Segmentation by Region Growing
with an Experimental Study ,'' Presented at the 10th International
Parallel Processing Symposium (IPPS 96) Conference,
Honolulu, HI, pp. 414-423, April 15-19, 1996.
Last updated:
July 25, 2004
Computational Biology
Parallel Computing
Combinatorics