Tuesday, July 5, 2011

Region Splitting

The basic idea of region splitting is to break the image into a set of disjoint regions which are coherent within themselves:

  • Initially take the image as a whole to be the area of interest.
  • Look at the area of interest and decide if all pixels contained in the region satisfy some similarity constraint.
  • If TRUE then the area of interest corresponds to a region in the image.
  • If FALSE split the area of interest (usually into four equal sub-areas) and consider each of the sub-areas as the area of interest in turn.

  • This process continues until no further splitting occurs. In the worst case this happens when the areas are just one pixel in size.
  • This is a divide and conquer or top down method.
If only a splitting schedule is used then the final segmentation would probably contain many neighbouring regions that have identical or similar properties.
Thus, a merging process is used after each split which compares adjacent regions and merges them if necessary. Algorithms of this nature are called split and merge algorithms.
To illustrate the basic principle of these methods let us consider an imaginary image.

  • Let tex2html_wrap_inline3572 denote the whole image shown in Fig 35(a).
  • Not all the pixels in tex2html_wrap_inline3572 are similar so the region is split as in Fig 35(b).
  • Assume that all pixels within regions tex2html_wrap_inline3576, tex2html_wrap_inline3578 and tex2html_wrap_inline3580 respectively are similar but those in tex2html_wrap_inline3582 are not.
  • Therefore tex2html_wrap_inline3582 is split next as in Fig 35(c).
  • Now assume that all pixels within each region are similar with respect to that region, and that after comparing the split regions, regions tex2html_wrap_inline3586 and tex2html_wrap_inline3588 are found to be identical.
  • These are thus merged together as in Fig 35(d).
 

No comments:

Post a Comment

This is Good Computer Information Blog.they will give
best information about computer.