Image Segmentation, Representation & Description
Image Segmentation, Representation & Description
Image Segmentation, Representation & Description
Description
By
Sachin Chavan
Assistant Professor,
Department of Computer Engineering,
MPSTME, Shirpur Campus
Using above equations we draw four lines in parameter space ab, each
representing a point from the xy plane.
a. is a connected set,
b. .
• Here, is a logical predicate defined over the points in set , and is the
null set.
• The symbol and represent set union and intersection, respectively.
• Two regions are said to be adjacent if their union forms a connected
set.
10/15/2021 Image Segmentation, Representation & Description 23
Region Growing
• As its name implies, region growing is a procedure that groups pixels or
sub-regions into larger regions based on predefined criteria for growth.
• The basic approach is to start with a set of “seed” points and from these
grow regions by appending to each seed those neighboring pixels that
have predefined properties similar to the seed (such as specific ranges
of intensity or color).
• Selecting a set of one or more starting points often can be based on the
nature of the problem.
• When a priori information is not available, the procedure is to compute
at every pixel the same set of properties that ultimately will be used to
assign pixels to regions during the growing process.
• If the result of these computations shows clusters of values, the pixels
whose properties place them near the centroid of these clusters can be
used as seeds.
10/15/2021 Image Segmentation, Representation & Description 24
Region Growing
• The selection of similarity criteria depends not only on the problem under
consideration, but also on the type of image data available.
• For example, the analysis of land-use satellite imagery depends heavily on the
use of color.
• This problem would be significantly more difficult, or even impossible, to solve
without the inherent information available in color images.
• When the images are monochrome, region analysis must be carried out with a set
of descriptors based on intensity levels and spatial properties (such as moments
or texture).
• Descriptors alone can yield misleading results if connectivity properties are not
used in the region-growing process.
• For example, visualize a random arrangement of pixels with only three distinct
intensity values.
• Grouping pixels with the same intensity level to form a “region” without paying
attention to connectivity would yield a segmentation result that is meaningless in
the context of this discussion.
10/15/2021 Image Segmentation, Representation & Description 25
Region Growing
• Another problem in region growing is the formulation of a stopping rule.
• Region growth should stop when no more pixels satisfy the criteria for
inclusion in that region.
• Criteria such as intensity values, texture, and color are local in nature and
do not take into account the “history” of region growth.
• Additional criteria that increase the power of a region-growing algorithm
utilize the concept of size, likeness between a candidate pixel and the
pixels grown so far (such as a comparison of the intensity of a candidate
and the average intensity of the grown region), and the shape of the region
being grown.
• The use of these types of descriptors is based on the assumption that a
model of expected results is at least partially available.
5 6 6 6 7 7 6 6
• Where th is threshold. In this case let the
6 7 6 7 5 5 4 7
threshold be 3.
6 6 4 4 3 2 5 6
5 4 5 4 2 3 4 6
• We assume 4-connectivity. Let us start
0 3 2 3 3 2 4 7
with seed pixel 6 (highlighted red). 0 0 0 0 2 2 5 6
1 1 0 1 0 3 4 4
1 0 1 0 2 3 4 5
5 6 6 6 7 7 6 6
• Similarly all pixels of satisfy the same condition. 6 7 6 7 5 5 4 7
6 6 4 4 3 2 5 6
5 4 5 4 2 3 4 6
0 3 2 3 3 2 4 7
0 0 0 0 2 2 5 6
1 1 0 1 0 3 4 4
1 0 1 0 2 3 4 5