Region Growing - Basic Concept of Seed Points

Basic Concept of Seed Points

The first step in region growing is to select a set of seed points. Seed point selection is based on some user criterion (for example, pixels in a certain gray-level range, pixels evenly spaced on a grid, etc.). The initial region begins as the exact location of these seeds.

The regions are then grown from these seed points to adjacent points depending on a region membership criterion. The criterion could be, for example, pixel intensity, gray level texture, or color.

Since the regions are grown on the basis of the criterion, the image information itself is important. For example, if the criterion were a pixel intensity threshold value, knowledge of the histogram of the image would be of use, as one could use it to determine a suitable threshold value for the region membership criterion.

There is a very simple example followed below. Here we use 4-connected neighborhood to grow from the seed points. We can also choose 8-connected neighborhood for our pixels adjacent relationship. And the criteria we make here is the same pixel value. That is, we keep examining the adjacent pixels of seed points. If they have the same intensity value with the seed points, we classify them into the seed points. It is an iterated process until there are no change in two successive iterative stages. Of course, we can make other criteria, but the main goal is to classify the similarity of the image into regions.


Read more about this topic:  Region Growing

Famous quotes containing the words basic, concept, seed and/or points:

    It is a strange fact that freedom and equality, the two basic ideas of democracy, are to some extent contradictory. Logically considered, freedom and equality are mutually exclusive, just as society and the individual are mutually exclusive.
    Thomas Mann (1875–1955)

    Revolution as an ideal concept always preserves the essential content of the original thought: sudden and lasting betterment.
    Johan Huizinga (1872–1945)

    On the whole, my respect for my fellow-men, except as one may outweigh a million, is not being increased these days.... Such do not know that like the seed is the fruit, and that, in the moral world, when good seed is planted, good fruit is inevitable, and does not depend on our watering and cultivating; that when you plant, or bury, a hero in his field, a crop of heroes is sure to spring up. This is a seed of such force and vitality, that it does not ask our leave to germinate.
    Henry David Thoreau (1817–1862)

    Type of the wise, who soar, but never roam—
    True to the kindred points of Heaven and Home!
    William Wordsworth (1770–1850)