1 / 52

Intensity Transformations (Chapter 3)

Intensity Transformations (Chapter 3). CS474/674 – Prof. Bebis. Spatial Domain Methods. f(x,y). g(x,y). Point Processing. g(x,y). f(x,y). Area/Mask Processing. Point Processing Transformations. Convert a given pixel value to a new pixel value based on some predefined function. .

odell
Download Presentation

Intensity Transformations (Chapter 3)

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. Intensity Transformations (Chapter 3) CS474/674 – Prof. Bebis

  2. Spatial Domain Methods f(x,y) g(x,y) Point Processing g(x,y) f(x,y) Area/Mask Processing

  3. Point Processing Transformations • Convert a given pixel value to a new pixel value based on some predefined function.

  4. Identity Transformation

  5. Negative Image • O(r,c) = 255-I(r,c)

  6. Contrast Stretching or Compression • Stretch gray-level ranges where we desire more information (slope > 1). • Compress gray-level ranges that are of little interest (0 < slope < 1).

  7. Thresholding • Special case of contrast compression

  8. Intensity Level Slicing • Highlight specific ranges of gray-levels only. Same as double thresholding!

  9. Bit-level Slicing • Highlighting the contribution made by a specific bit. • For pgm images, each pixel is represented by 8 bits. • Each bit-plane is a binary image

  10. Logarithmic transformation • Enhance details in the darker regions of an image at the expense of detail in brighter regions. compress stretch

  11. Exponential transformation • Reverse effect of that obtained using logarithmic mapping. stretch compress

  12. Histogram Equalization • A fully automatic gray-level stretching technique. • Need to talk about image histograms first ...

  13. Image Histograms • An image histogram is a plot of the gray-level frequencies (i.e., the number of pixels in the image that have that gray level).

  14. Image Histograms (cont’d) • Divide frequencies by total number of pixels to represent as probabilities.

  15. Image Histograms (cont’d)

  16. Properties of Image Histograms • Histograms clustered at the low end correspond to dark images. • Histograms clustered at the high end correspond to bright images.

  17. Properties of Image Histograms (cont’d) • Histograms with small spread correspond to low contrastimages (i.e., mostly dark, mostly bright, or mostly gray). • Histograms with wide spread correspond to high contrastimages.

  18. Properties of Image Histograms (cont’d) High contrast Low contrast

  19. Histogram Equalization • The main idea is to redistribute the gray-level values uniformly.

  20. Histogram Equalization (cont’d) • In practice, the equalized histogram might not be completely flat.

  21. Probability - Definitions • Random experiment: an experiment whose result is not certain in advance (e.g., throwing a die) • Outcome: the result of a random experiment • Sample space: the set of all possible outcomes (e.g., {1,2,3,4,5,6}) • Event: a subset of the sample space (e.g., obtain an odd number in the experiment of throwing a die = {1,3,5})

  22. Random Variables - Review • A function that assigns a real number to random experiment outcomes (i.e., helps to reduce space of possible outcomes) X(j) X: # of heads

  23. Random Variables - Example • Consider the experiment of throwing a pair of dice • Define the r.v. X=“sum of dice” • X=x corresponds to the event

  24. Probability density function • The probability density function(pdf) is a real-valued function fX(x) describing the density of probability at each point in the sample space. • In the discrete case, this is just a histogram! Gaussian

  25. Gaussian fX(a)da non-decreasing Probability distribution function • The integral of fX(x) defines the probability distribution functionFX(x) (i.e., cumulative probability) • In the discrete case, simply take the sum: fX(x) FX(x)

  26. Probability distribution function (cont’d)

  27. Uniform Distribution FX(x) fX(x) B_Parvin@lbl.gov

  28. Random Variable Transformations • Suppose Y=T(X) • e.g., Y=X+1 • If we know fX(x), can we find fY(y)? • Yes - it can be shown that:

  29. Transformations of r.v. - Example μ=0, σ=1 0 μ=1, σ=1

  30. Special transformation! Proof:

  31. Histogram Equalization (cont’d) The intensity levels can be viewed as a random variable in [0,1] ps(s) pr(r)

  32. Histogram Equalization (cont’d) For PGM images: L=256 (graylevels) k=0,1,2, …, L-1 (possible graylevels) rk=k/(L-1) (normalized graylevel in [0, 1])

  33. Histogram Equalization (cont’d) then, de-normalize: sk x (L-1)

  34. Histogram Equalization Example 3 bit 64 x 64 image input histogram equalized histogram

  35. Histogram Equalization Examples original images and histograms equalized images and histograms

  36. only desired histogram is known fR(r) fZ(z) fR(a)da fZ(a)da Histogram Specification (Matching) • Histogram equalization yields a uniform pdf only. • What if we want to obtain a histogram other than uniform? so, Q(r)=G-1(T(r))

  37. Histogram Specification (cont’d) • fS(s) and fV(v) are uniform • G(z) can be computed by specifying fZ(z) but I2 and I’2 are unknown! • z=G-1(v) requires that v is a r.v. with uniform pdf • IDEA: use z=G-1(s) instead of z=G-1(v) • s is a r.v. with uniform pdf • The desired transformation is z=G-1(T(r)) fR(a)da fz(a)da

  38. Histogram Specification (cont’d) • Comments • We do not need to apply T( ) and G-1( ) separately! • Combine them: Q=G-1T, thus, z=Q(r) • Histogram specification assumes that we know G-1 (not always easy to find). • G( ) must be in [0,1] and must be non-decreasing. z=G-1(T(r))=Q(r)

  39. Histogram Specification Example 3 bit 64 x 64 image input histogram specified histogram actual histogram

  40. Histogram Specification (cont’d) • Histogram specification might yield superior results than histogram equalization. results of histogram equalization

  41. Histogram Specification (cont’d) results of histogram specification G(z) G-1(z)

  42. Local Histogram Processing • Histogram equalization/specification are global methods. • The intensity transformation is computed using pixels from the entire image. • Global transformations are not appropriate for enhancing little details in an image. • The number of pixels in these areas might be very small, contributing very little to the computation of the transformation.

  43. Local Histogram Processing Idea: Define a transformation function based on the intensity distribution in a neighborhood of every pixel in the image!

  44. Local Histogram Processing (cont’d) 1. Define a neighborhood and move its center from pixel to pixel. 2. At each location, the histogram of the points in the neighborhood is computed. Obtain histogram equalization or histogram specification transformation. 3. Map the intensity of the pixel centered in the neighborhood. 4. Move to the next location and repeat the procedure.

  45. Local Histogram Processing: Example local histogram equalization 3 x 3 neighborhood global histogram equalization

  46. Histogram Statistics Mean (average intensity) n-th moment around mean Variance (2nd moment)

  47. Example: Comparison of Standard Deviation Values σ is useful for estimating image contrast!

  48. Local Histogram Statistics

  49. Using Histogram Statistics for Image Enhancement • Useful when parts of the image might contain hidden features. Task: enhance dark areas without changing bright areas. Idea: Find dark, low contrast areas using local statistics.

More Related