1 / 33

A Seminar on Fundamentals of Image Processing By Alok K. Watve

A Seminar on Fundamentals of Image Processing By Alok K. Watve. Applications of image processing. Gamma ray imaging X-ray imaging Multimedia systems Satellite imagery Flaw detection and quality control And many more……. Fundamental Steps in digital image processing. Image acquisition

leopold
Télécharger la présentation

A Seminar on Fundamentals of Image Processing By Alok K. Watve

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. A Seminar on Fundamentals of Image Processing By Alok K. Watve

  2. Applications of image processing • Gamma ray imaging • X-ray imaging • Multimedia systems • Satellite imagery • Flaw detection and quality control • And many more…….

  3. Fundamental Steps in digital image processing • Image acquisition • Image enhancement(gray or color images) • Wavelet and multi-resolution processing • Compression • Morphological processing • Segmentation • Representation & description • Object recognition Low level processing Medium level processing High level processing

  4. Image enhancement in spatial domain • Binary images • Only two colors • Gray images • A range of colors(not more than 256) from black to white • Color images • Contain several colors(as many as 224)

  5. Definitions • Image : A 2D function represented by • I = f(x,y) • where I = intensity of the point(x,y) • Foreground : Objects of interest in an image • Background : Everything that’s not in foreground

  6. Definitions • Histogram : A graph of frequency(of an intensity) versus intensity. Frequency is expressed as count of pixels • freq(I) = # pixels with intensity I • Spatial resolution : Smallest discernible detail in the image. Depends on the sampling. • Gray-level resolution : smallest discernible change in the gray level change.

  7. Basic gray level transformations Image negatives s = (L – 1) – r Where, s = output intensity* r = input intensity* (L – 1) = Maximum intensity* *These notations will be used throughout the seminar

  8. Basic gray level transformations Original image Negative image All images: courtesy : www.imageprocessingplace.com

  9. Basic gray level transformations Power law transformation s = c. rγ Here, c is a constant

  10. Basic gray level transformations Original image Transformed image (c = 1, γ = 0.3)

  11. Basic gray level transformations Contrast stretching : increases dynamic range L-1 S2 Output intensity S1 0, 0 L1 L2 L-1 Input intensity

  12. Basic gray level transformations Original image Image obtained by contrast stretching

  13. Basic gray level transformations Bit plane slicing

  14. Basic gray level transformations

  15. Basic gray level transformations Histogram equalization Image of mars’ moon histogram

  16. Basic gray level transformations Histogram equalization transformation can be expressed as a monotonically increasing function with domain and range = [0, 1]** Assuming the intensities are normalized in the range [0,1]

  17. Basic gray level transformations A low contrast image and its histogram

  18. Basic gray level transformations Result of histogram equalization

  19. Filtering in spatial domain • Concept of frequency • Modeling filters using convolution in spatial domain • Implementing filters using masks

  20. g(x, y) = ΣsΣt w(s, t).f(x+s,y+t) ΣsΣt w(s, t)

  21. Filtering in spatial domain w(-1,-1) w(-1, 0) w(-1, 1) w(0,-1) w(0, 0) w(0, 1) f(x-1,y-1) f(x-1, y) f(x-1, y+1) w(1,-1) w(1, 0) w(1, 1) f(x,y-1) f(x, y) f(x, y+1) f(x+1,y-1) f(x+1, y) f(x+1, y+1)

  22. Low pass filter Averaging filter Weighted average filter

  23. Median filter A noisy image Filtered image

  24. High pass filter • Computing gradients in spatial domain • Laplacian filter • Other masks (operators) • Roberts • Sobel

  25. High pass filter • Designing high pass filters • Method 1 • g(x, y) = f(x, y) + fhp(x, y) • Method 2 • g(x, y) = f(x, y) – flp(x, y)

  26. Laplacian operators 0 -1 0 -1 -1 -1 -1 5 -1 -1 9 -1 0 -1 0 -1 -1 -1

  27. Sobel Operators -1 -2 -1 -1 0 1 0 0 0 -2 0 2 1 2 1 -1 0 1

  28. Roberts cross gradient operators - 1 0 0 -1 0 1 1 0

  29. High pass filter

  30. To be contd….

  31. References • Digital image processing, second edition - R. C. Gonzalez, R. E. Woods • Fundamental of digital image processing – A. K. Jain • www.imageprocessingplace.com

More Related