Jump to content

Watershed segmentation algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Andreas Kaufmann (talk | contribs) at 20:41, 11 July 2008 (Removed category "Algorithms"; Quick-adding category "Image processing" (using HotCat)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A Watershed segmentation algorithm is an algorithm which utilizes watershed segmentation to segment images. [1] [2]

Method

  1. Invert and filter the data
  2. Segment the data.
  3. Measure the attributes of each region.
  4. Select regions based on their attributes.
  5. Reiterate the algorithm (If necessarily).

Uses

Watershed segmentation has countless uses. The list provided here is just an example of functions, and is by no means exhaustive.

  • Analysis of aerial photo's from disaster area's to detect building collapses. [3]
  • Analysis of medical images to differentiate tumors from regular body tissue

References