1 / 13

Image Segmentation Algorithms

Image Segmentation Algorithms. Otsu (1979) Fisher (1936) Kittler and Illingworth (1986) Vincent and Soille (1991) Besag, Chen, Dubes (1986, 1991). Image Lenna and Its Histogram. Illustration of Bayes vs. ML (2). Application to Image Segmentation. ICM Segmentation Algorithm.

asasia
Download Presentation

Image Segmentation Algorithms

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. Image Segmentation Algorithms • Otsu (1979) • Fisher (1936) • Kittler and Illingworth (1986) • Vincent and Soille (1991) • Besag, Chen, Dubes (1986, 1991)

  2. Image Lenna and Its Histogram

  3. Illustration of Bayes vs. ML (2)

  4. Application to Image Segmentation

  5. ICM Segmentation Algorithm 1. Given an image Y, initialize a labeling X 2. For t=1:mxn X(t)←g0 if Pr(X(t)=g0|XN(t),Y) > Pr(X(t)=g|XN(t),Y) for g,g0 3. Repeat step 2 until “convergence” (6 runs) 4. X is the required labeling Chaur-Chin Chen and Richard C. Dubes Environmental Studies and ICM Segmentation Algorithm, Journal of Information Science and Engineering, Vol. 6, 325-337, 1990.

  6. Gonzalez vs. Otsu Segmentation

  7. Image Segmentation: ICM vs. Otsu

  8. Image Segmentation: ICM vs. Otsu

  9. Image Segmentation: ICM vs. Otsu

  10. Matlab Code for Segmentation • Gonzalez (2002) • graythresh(f) (M-file) • Otsu

More Related