论文01 - 2001.12.Improved_techniques_for_automatic_image_segmentation
论文01 - 2001.12.Improved_techniques_for_automatic_image_segmentation
Abstract—Mathematical morphology is very attractive for In this paper, we mainly deal with image segmentation, but
automatic image segmentation because it efficiently deals with the techniques are applicable to video signals.
geometrical descriptions such as size, area, shape, or connectivity
that can be considered as segmentation-oriented features. This
paper presents an image-segmentation system based on some II. SEGMENTATION STRATEGIES
well-known strategies. The segmentation process is divided into
three basic steps, namely: simplification, marker extraction, A. Watershed Algorithm and Its Extension to Deal With
and boundary decision. Simplification, which makes use of area Markers
morphology, removes unnecessary information from the image to
make it easy to segment. Marker extraction identifies the presence Several techniques have been developed for image segmen-
of homogeneous regions. A new marker-extraction design is tation. The watershed algorithm, which is an important mor-
proposed in this paper. It is based on both luminance and color phological tool for image segmentation, has been widely used
information. The goal of boundary decision is to precisely locate in recent years [3]–[5]. The watershed technique [6] is a re-
the boundary of regions detected by the marker extraction. This
gion-growing algorithm that analyzes an image as a topographic
decision is based on a region-growing algorithm which is a modi-
fied watershed algorithm. A new color distance is also defined for surface. It detects minima of the gradients of the gray-level
this algorithm. In both marker extraction and boundary decision, image and grows these minima according to the gradient values.
color measurement is used to replace grayscale measurement and It can be viewed as a flooding process. Points of contact between
L a b color space is used to replace the more straightforward the propagation originating from different minima are defined as
spaces such as the RGB color space and YUV color space.
the boundaries of the regions and are used to create the final par-
Index Terms—Image segmentation, marker extraction, mor- tition. However, the watershed algorithm often leads to extreme
phology. over segmentation [6]. There are two approaches to reduce this
problem. The first approach involves merging adjacent regions
I. INTRODUCTION according to some criteria after the use of the watershed algo-
rithm. Some recent articles such as [3]–[5] belong to this ap-
Authorized licensed use limited to: Huawei Technologies Co Ltd. Downloaded on March 07,2023 at 09:45:47 UTC from IEEE Xplore. Restrictions apply.