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:
“Surrealism is not a school of poetry but a movement of liberation.... A way of rediscovering the language of innocence, a renewal of the primordial pact, poetry is the basic text, the foundation of the human order. Surrealism is revolutionary because it is a return to the beginning of all beginnings.”
—Octavio Paz (b. 1914)
“Jesus abolished the very concept of guiltMhe denied any cleavage between God and man. He lived this unity of God and man as his glad tidings ... and not as a prerogative!”
—Friedrich Nietzsche (18441900)
“Let us not succumb to nature. We will marshall the clouds and restrain tempests; we will bottle up pestilent exhalations; we will probe for earthquakes, grub them up, and give vent to the dangerous gas; we will disembowel the volcano, and extract its poison, take its seed out. We will wash water, and warm fire, and cool ice, and underprop the earth. We will teach birds to fly, and fishes to swim, and ruminants to chew the cud. It is time we looked into these things.”
—Henry David Thoreau (18171862)
“Its my feeling that God lends you your children until theyre about eighteen years old. If you havent made your points with them by then, its too late.”
—Betty Ford (b. 1918)