1 / 33

Medical Imaging

Medical Imaging. Dr. Mohammad Dawood Department of Computer Science University of Münster Germany. Recap. Grayscale transformations Linear Logarithmic Power law Point operations Local operators Histogram Equalization Adpative /Local Hist Eq Color space Fourier transform

lori
Télécharger la présentation

Medical Imaging

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. Medical Imaging Dr. Mohammad Dawood Department of Computer Science University of Münster Germany

  2. Recap

  3. Grayscale transformations Linear Logarithmic Power law Point operations Local operators Histogram Equalization Adpative/Local HistEq Color space Fourier transform Spatial filtering

  4. Edge detection

  5. Recognizing the edge * =

  6. Increasing edge thickness - easier to detect and better connected edges * =

  7. Strengthening the edges * =

  8. Edge detection with spatial operators Prewitt operators

  9. Adding operators + =

  10. Derivatives of an image Magnitude of gradient: Angle:

  11. First derivative Forward difference Backward difference Central difference MRI Spine fwbwcdbw_ibw+bw_i

  12. Laplace operator H+V Laplace

  13. Cardiac PET

  14. Gaussian+Gradient * =

  15. Edge detection with spatial operators Sobel operators

  16. + =

  17. Edge detection with spatial operators Scharr operators

  18. Edge detection with spatial operators Roberts operators +

  19. Canny operator Gaussian for noise reduction Calculation of edges (sobel operator) non-maximum suppression, no neighbor should have a higher gradient except in the same direction angle zero: if intensity >the intensities in the N and S directions angle is 90: if intensity >the intensities in the W and E directions angle is 135: if intensity >the intensities in the NE and SW directions angle is 45 degrees: if intensity >the intensities in the NW and SE directions

  20. Canny operator th=0.5 th=0.1

  21. Marr-Hildreth operator Laplace of the Gaussian (LoG)

  22. Marr Hildreth operatorsigma=1 sigma=2

  23. Marr Hildreth operator

  24. Hough Transform

  25. Hough transform for detecting lines A line can be defined as: Take the edge map of the image I Look for the neighbors of a pixel and determine m and b Accumulate the m and b in an accumulator array Find the maxima of the accumulator array Transform them back to image space

  26. Hough transform for detecting lines Alternative definition of lines

  27. Hough transform Similar transforms can be defined for circles, ellipses or other parametric curves

  28. Morphological operations

  29. Morphological operators • Operations are based on Set Theory and require a structure element • Basic morphological operations are: • Erosion • Dilation • Opening • Closing

  30. Erosion If A is an image and B is a structure element then X

  31. Dilation X

  32. Closing Dilation + Erosion

  33. Opening Erosion + Dilation

More Related