1 / 4

Watershed Segmentation

Watershed Segmentation. Hang Xiao Jan 25, 2013. Idea. Region-based segmentation approach a landscape or topographic relief which is flooded by water watersheds are the dividing lines of the domains of attraction of rain falling over the region Basins: local minima Watershed lines : dams.

Download Presentation

Watershed Segmentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Watershed Segmentation Hang Xiao Jan 25, 2013

  2. Idea • Region-based segmentation approach • a landscape or topographic relief which is flooded by water • watersheds are the dividing lines of the domains of attraction of rain falling over the region • Basins: local minima • Watershed lines : dams

  3. Algorithm (Vincent and Soile) • Generate a list of all pixels in the image in height order. • Pixels belonging to the minimum are labeled with different identifier and placed into a FIFO queue • Loop until all pixels are visited • Removed the top pixel from the queue and put its unvisited neighbors into the queue • For the top pixel label it • if its neighboring have only one kind of labeled identifier, label it with the same identifier • Else label it with watershed line h = 0 h = 1 h = 2 h = 3

  4. Example

More Related