digital image processing image enhancement in the spatial domain

110
Digital Image Processing Image Enhancement in the Spatial Domain

Upload: opal-powell

Post on 13-Jan-2016

234 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Digital Image Processing Image Enhancement in the Spatial Domain

Digital Image Processing

Image Enhancement in the Spatial Domain

Page 2: Digital Image Processing Image Enhancement in the Spatial Domain

2

Contrast EnhancementExample

Original image with low contrast Enhanced image

Page 3: Digital Image Processing Image Enhancement in the Spatial Domain

3

Contrast EnhancementExample

before after

Iris Recognition

Page 4: Digital Image Processing Image Enhancement in the Spatial Domain

4

Contrast EnhancementExample

before after

Page 5: Digital Image Processing Image Enhancement in the Spatial Domain

5

Contrast EnhancementExample

before after

Microarray Techniques

Page 6: Digital Image Processing Image Enhancement in the Spatial Domain

6

Image Enhancement

EnhancementTechniqueInput

Image

Better LookingImage

Application specific

No general theory

Page 7: Digital Image Processing Image Enhancement in the Spatial Domain

7

Principle Objective of Enhancement

• Process an image so that the result will be more suitable than the original image for a specific application.

• The suitableness is up to each application.

• A method which is quite useful for enhancing an image may not necessarily be the best approach for enhancing another image

Page 8: Digital Image Processing Image Enhancement in the Spatial Domain

8

Approaches• Spatial Domain: (image plane)

– Techniques are based on direct manipulation of pixels in an image

• Transform Domain: (Fourier or Wavelets) – Techniques are based on modifying the transform

coefficients of an image

• There are some enhancement techniques based on various combinations of methods from the two categories, such as Multiscale techniques.

Page 9: Digital Image Processing Image Enhancement in the Spatial Domain

9

Page 10: Digital Image Processing Image Enhancement in the Spatial Domain

10

Good Images?

• For human visual– The visual evaluation of image quality is a highly

subjective process.– It is hard to standardize the definition of a good image.

• For machine perception– The evaluation task is easier.– A good image is one which gives the best machine

recognition results.

• A certain amount of trial and error usually is required before a particular image enhancement approach is selected.

Page 11: Digital Image Processing Image Enhancement in the Spatial Domain

11

Spatial Domain

• Procedures that operate directly on pixels.

g(x,y) = T[f(x,y)]g(x,y) = T[f(x,y)]where

– f(x,y) f(x,y) is the input image

– g(x,y) g(x,y) is the processed image

– T T is an operator on f f defined over some neighborhood of point (x,y)(x,y)

Page 12: Digital Image Processing Image Enhancement in the Spatial Domain

12

Mask/Filter

• Neighborhood of a point (x,y) can be defined by using a square/rectangular (common used) or circular subimage area centered at (x,y)

• The center of the subimage is moved from pixel to pixel starting at the top of the corner

•(x,y)

Page 13: Digital Image Processing Image Enhancement in the Spatial Domain

13

Point Processing

• Neighborhood = 1×1 Mask

• gg depends on only the value of ff at (x,y)(x,y)• TT = gray level (or intensity or mapping)

transformation functions = T(r)s = T(r)

where

rr = gray level of f(x,y)f(x,y)ss = gray level of g(x,y)g(x,y)

Page 14: Digital Image Processing Image Enhancement in the Spatial Domain

14

Contrast Stretching

• Produce higher contrast than the original by – darkening the levels

below m in the original image

– Brightening the levels above m in the original image

Page 15: Digital Image Processing Image Enhancement in the Spatial Domain

15

• Produce a two-level (binary) image

Thresholding

Page 16: Digital Image Processing Image Enhancement in the Spatial Domain

16

Mask Processing or Filtering• NBHD is bigger than 1x1 pixel• Use a function of the values of f in a

predefined NBHD of (x,y) to determine the value of g at (x,y)

• The value of the mask coefficients determine the nature of the process

• Used in techniques– Image Sharpening – Image Smoothing

Page 17: Digital Image Processing Image Enhancement in the Spatial Domain

17

Three basic gray-level transformations

• Linear Transformation– Negative– identity

• Logarithm Transformation– Log– inverse-log (exp)

• Power-law function– nth power– nth root transformationsInput gray level, r

Ou

tpu

t g

ray level,

s

Negative

Log

nth root

Identity

nth power

Inverse Log

Page 18: Digital Image Processing Image Enhancement in the Spatial Domain

18

Identity Function

• Output intensities identical to input intensities.

• Included in the graph for completeness, only

Input gray level, r

Ou

tpu

t g

ray level,

s

Negative

Log

nth root

Identity

nth power

Inverse Log

Page 19: Digital Image Processing Image Enhancement in the Spatial Domain

19

Image Negatives• An image with gray level in the

range [0, L-1][0, L-1] where L = 2L = 2nn ; n = 1, 2,…

• Negative transformation :

s = L – 1 –rs = L – 1 –r

• Reversing the intensity levels of an image.

• Suitable for enhancing white or gray detail embedded in dark regions of an image, especially when the black area dominants in size.

Input gray level, r

Ou

tpu

t g

ray level,

s

Negative

Log

nth root

Identity

nth power

Inverse Log

Page 20: Digital Image Processing Image Enhancement in the Spatial Domain

20

Digital Negative

xLy

L x0

L

Page 21: Digital Image Processing Image Enhancement in the Spatial Domain

21

Example of Negative Images

Original mammogram showing a small lesion

Negative Image : a better vision to analyze

the mage

Page 22: Digital Image Processing Image Enhancement in the Spatial Domain

22

Logarithmic Transformations (Nonlinear Stretching)

s = c log (1+r)s = c log (1+r)• c is a constant and r 0• Log curve maps a narrow

range of low gray-level values in the input image into a wider range of output levels.

• Used to expand the values of dark pixels in an image while compressing the higher-level values.

Page 23: Digital Image Processing Image Enhancement in the Spatial Domain

23

Log Transformations

• Compressing the dynamic range of images with large variations in pixel values– Stretches dark region, suppresses bright region

• Example of image with dynamic range: Fourier spectrum image– It can have intensity range from 0 to 106 or higher.

– We can not see the significant degree of detail as it will be lost in the display.

Page 24: Digital Image Processing Image Enhancement in the Spatial Domain

24

Example of Log Image

Result after apply the log transformation with c = 1, range = 0 to 6.2

Fourier Spectrum with range = 0 to 1.5 x 106

Page 25: Digital Image Processing Image Enhancement in the Spatial Domain

25

Range Compression

)1(log10 xcy

L x0

c=100

y

Page 26: Digital Image Processing Image Enhancement in the Spatial Domain

26

Inverse Logarithm Transformations (exp)

• Do opposite to the Log Transformations– Expanding bright regions– Compressing the darker-level values.

Page 27: Digital Image Processing Image Enhancement in the Spatial Domain

27

Popular Nonlinear Stretching Functions

Page 28: Digital Image Processing Image Enhancement in the Spatial Domain

28

Power-Law Transformations

s = crs = cr

• c and are positive constants

• Power-law curves with fractional values of map a narrow range of dark input values into a wider range of output values, with the opposite being true for higher values of .

• c = = 1 Identity functionInput gray level, r

Ou

tpu

t g

ray level,

s

Plots of s = crs = cr for various values of

(c = 1 in all cases)

Page 29: Digital Image Processing Image Enhancement in the Spatial Domain

29

Gamma Correction

• Cathode ray tube (CRT) devices have an intensity-to-voltage response that is a power function, with varying from 1.8 to 2.5

• The picture becomes darker.

• Gamma correction is done by preprocessing the image before displaying it in the monitor with s = crs = cr1/1/

Monitor

Monitor

Gammacorrection

= 2.5

=1/2.5 = 0.4

Page 30: Digital Image Processing Image Enhancement in the Spatial Domain

30

Gamma Correction: MRI(a) a magnetic resonance image of an

upper human spine with a fracture dislocation and spinal cord impingement (اصابت)– The picture is predominately dark– An expansion of gray levels are

desirable needs < 1(b) result after power-law

transformation with = 0.6, c=1(c) transformation with = 0.4

(best result)(d) transformation with = 0.3

(under acceptable level)

a b

c d

Page 31: Digital Image Processing Image Enhancement in the Spatial Domain

31

Effect of Decreasing Gamma

• When the is reduced too much, the image begins to reduce contrast to the point where the image started to have very slight “wash-out” look, especially in the background. – Why background?

Page 32: Digital Image Processing Image Enhancement in the Spatial Domain

32

Another example

(a) image has a washed-out appearance, it needs a compression of gray levels needs > 1

(b) correction with = 3.0 (suitable)

(c) correction with = 4.0(suitable)

(d) correction with = 5.0(high contrast, the image has areas that are too dark, some detail is lost)

a b

c d

Original image

Page 33: Digital Image Processing Image Enhancement in the Spatial Domain

33

Linear Stretching

Page 34: Digital Image Processing Image Enhancement in the Spatial Domain

34

Illustration of Linear Stretching

Page 35: Digital Image Processing Image Enhancement in the Spatial Domain

35

Piecewise Linear Stretching

Page 36: Digital Image Processing Image Enhancement in the Spatial Domain

36

Piecewise-Linear Transformation Functions

• Advantage:– The form of piecewise functions can be arbitrarily

complex

• Disadvantage:– Their specification requires considerably more

user specified inputs (parameters)

Page 37: Digital Image Processing Image Enhancement in the Spatial Domain

37

Contrast Stretching• (a) increase the dynamic range

of the gray levels in the image• (b) a low-contrast image: result

from poor illumination, lack of dynamic range in the imaging sensor, or even wrong setting of a lens aperture of image acquisition

• (c) result of contrast stretching: (r1,s1) = (rmin,0) and

(r2,s2) = (rmax,L-1)• (d) result of thresholding

r1=r2 and s1=0 and s2=L-1

Page 38: Digital Image Processing Image Enhancement in the Spatial Domain

38

Contrast Stretching

Lxbybx

bxayax

axx

y

b

a

)(

)(

0

L x0 a b

ya

yb

200,30,1,2,2.0,150,50 ba yyba

y

Page 39: Digital Image Processing Image Enhancement in the Spatial Domain

39

Clipping

Lxbab

bxaax

ax

y

)(

)(

00

L x0 a b

2,150,50 ba

Page 40: Digital Image Processing Image Enhancement in the Spatial Domain

40

Gray-level slicing

• Highlighting a specific range of gray levels in an image– Display a high value of

all gray levels in the range of interest and a low value for all other gray levels

• (a) transformation highlights range [A,B] of gray level and reduces all others to a constant level

• (b) transformation highlights range [A,B] but preserves all other levels

Brighten in the range

Page 41: Digital Image Processing Image Enhancement in the Spatial Domain

41

Bit-plane slicing

• Highlighting the contribution made to total image appearance by specific bits

• Suppose each pixel is represented by 8 bits

• Higher-order bits contain the majority of the visually significant data

• Useful for analyzing the relative importance played by each bit of the image

Bit-plane 7(most significant)

Bit-plane 0(least significant)

One 8-bit byte

Page 42: Digital Image Processing Image Enhancement in the Spatial Domain

42

Example

• The (binary) image for bit-plane 7 can be obtained by processing the input image with a thresholding gray-level transformation.– Map all levels between

0 and 127 to 0

– Map all levels between 129 and 255 to 255

An 8-bit fractal image

Page 43: Digital Image Processing Image Enhancement in the Spatial Domain

43

Eight-bit Planes

Bit-plane 7 Bit-plane 6

Bit-plane 5

Bit-plane 4

Bit-plane 3

Bit-plane 2

Bit-plane 1

Bit-plane 0

Page 44: Digital Image Processing Image Enhancement in the Spatial Domain

44

Summary of Point Operations

• So far, we have discussed various forms of f(x) that leads to different enhancement results

• The natural question is: How to select an appropriate f(x) for an arbitrary image?

• One systematic solution is based on the histogram information of an image

Page 45: Digital Image Processing Image Enhancement in the Spatial Domain

45

How to Enhance the Contrast

• Low contrast– image values concentrated near a narrow range (mostly dark, or

mostly bright, or mostly medium values)

• Contrast enhancement– change the image value distribution to cover a wide range

• Contrast of an image can be revealed by its histogram

Page 46: Digital Image Processing Image Enhancement in the Spatial Domain

46

Histogram Based Enhancement

Histogram of an image represents the relative frequency of occurrence of various gray levels in the image

0 50 100 150 2000

500

1000

1500

2000

2500

3000

MATLAB function >imhist(x)

Page 47: Digital Image Processing Image Enhancement in the Spatial Domain

47

Why Histogram?

Histogram information reveals that image is under-exposed

0 50 100 150 200 250

0

0.5

1

1.5

2

2.5

3

3.5

4

x 104

It is a baby in the cradle!

Page 48: Digital Image Processing Image Enhancement in the Spatial Domain

48

Another Example

0 50 100 150 200 250

0

1000

2000

3000

4000

5000

6000

7000

Over-exposed image

Page 49: Digital Image Processing Image Enhancement in the Spatial Domain

49

Histogram Processing

• Histogram of a digital image with gray levels in the range [0,L-1] is a discrete function

h(rh(rkk) = n) = nkk

where – rk: the kth gray level– nk: the number of pixels in the image having gray

level rk

– h(rk): histogram of a digital image with gray levels rk

Page 50: Digital Image Processing Image Enhancement in the Spatial Domain

50

Normalized Histogram

• Dividing each of histogram at gray level rrkk by the total number of pixels in the image, nn

p(rp(rkk) = n) = nk k / n/ n• For k = 0,1,…,L-1

• p(rp(rkk)) gives an estimate of the probability of occurrence of gray level rrkk

• The sum of all components of a normalized histogram is equal to 1

Page 51: Digital Image Processing Image Enhancement in the Spatial Domain

51

Histogram• Histogram of an image with L possible gray levels, f

= 0, 1, …, L-1.– P(1) = nl / n

• n1 is the number of pixels with gray level l.

• n is the total number of pixels in the image.

Page 52: Digital Image Processing Image Enhancement in the Spatial Domain

52

Examples of Histograms

Page 53: Digital Image Processing Image Enhancement in the Spatial Domain

53

Histogram Processing Applications

• Basic for numerous spatial domain processing techniques

• Used effectively for image enhancement

• Information inherent in histograms also is useful in image compression and segmentation

Page 54: Digital Image Processing Image Enhancement in the Spatial Domain

54

Example

Dark image

Bright image

Components of histogram are concentrated on the low side of the gray scale.

Components of histogram are concentrated on the high side of the gray scale.

Page 55: Digital Image Processing Image Enhancement in the Spatial Domain

55

ExampleLow-contrast image

High-contrast image

histogram is narrow and centered toward the middle of the gray scale

histogram covers broad range of the gray scale and the distribution of pixels is not too far from uniform, with very few vertical lines being much higher than the others

Page 56: Digital Image Processing Image Enhancement in the Spatial Domain

56

Histogram Equalization

• As the low-contrast image’s histogram is narrow and centered toward the middle of the gray scale, if we distribute the histogram to a wider range the quality of the image will be improved.

• We can do it by adjusting the probability density function of the original histogram of the image so that the probability spreads equally

Page 57: Digital Image Processing Image Enhancement in the Spatial Domain

57

Histogram Equalization

Page 58: Digital Image Processing Image Enhancement in the Spatial Domain

580 1r

k

sk= T(rk)

s

r

T(r)

Histogram Transformation

s = T(r)s = T(r)• Where 0 r 1• T(r) satisfies

– (a). T(r) is single-valued and monotonically increasingly in the interval 0 r 1

– (b). 0 T(r) 1 for 0 r 1

Page 59: Digital Image Processing Image Enhancement in the Spatial Domain

59

Two Conditions of T(r)

• Single-valued (one-to-one relationship) guarantees that the inverse transformation will exist

• Monotonicity condition preserves the increasing order from black to white in the output image thus it won’t cause a negative image

• 0 T(r) 1 for 0 r 1 guarantees that the output gray levels will be in the same range as the input levels.

• The inverse transformation from s back to r is

r = T r = T -1-1(s) ; 0 (s) ; 0 s s 1 1

Page 60: Digital Image Processing Image Enhancement in the Spatial Domain

60

The probability density function (pdf or shortly called density function) of random variable x is defined as the derivative of the cdf:

Random Variables

dx

)x(dF)x(p

Page 61: Digital Image Processing Image Enhancement in the Spatial Domain

61

Random Variables

The pdf satisfies the following properties:

Page 62: Digital Image Processing Image Enhancement in the Spatial Domain

62

• If a random variable x is transformed by a monotonic transformation function T(x) to produce a new random variable y, the probability density function of y can be obtained from knowledge of T(x) and the probability density function of x, as follows:

Random Variables

dy

dx)x(p)y(p xy

Valid if T(x) is an increasing or decreasing monotonic function.

Page 63: Digital Image Processing Image Enhancement in the Spatial Domain

63

Random Variables

• A function T(x) is monotonically increasing if T(x1) < T(x2) for x1 < x2, and

• A function T(x) is monotonically decreasing if T(x1) > T(x2) for x1 < x2.

• The preceding equation is valid if T(x) is an increasing or decreasing monotonic function.

Page 64: Digital Image Processing Image Enhancement in the Spatial Domain

64

Applied to an Image• Let

– pprr(r)(r) denote the PDF of random variable r

– pps s (s)(s) denote the PDF of random variable s

• If pprr(r)(r) and T(r)T(r) are known and TT-1-1(s)(s) satisfies condition

(a) then ppss(s)(s) can be obtained using a formula :

ds

dr(r) p(s) p rs

• The PDF of the transformed variable s is determined by the gray-level

PDF of the input image r and by the chosen transformation function

Page 65: Digital Image Processing Image Enhancement in the Spatial Domain

65

r

r dw)w(p)r(Ts0

Transformation function

• A transformation function is a cumulative distribution function (CDF) of random variable r :

Note: T(r) depends on pr(r)

Page 66: Digital Image Processing Image Enhancement in the Spatial Domain

66

Cumulative Distribution function

• CDF is an integral of a probability function (always positive) is the area under the function

• Thus, CDF is always single valued and monotonically increasing

• Thus, CDF satisfies the condition (a)• We can use CDF as a transformation

function

Page 67: Digital Image Processing Image Enhancement in the Spatial Domain

67

Finding ps(s) from given T(r)

)r(p

dw)w(pdr

d

dr

)r(dT

dr

ds

r

r

r

0

10 where1

1

s

)r(p)r(p

ds

dr)r(p)s(p

rr

rs

Substitute and yield

Page 68: Digital Image Processing Image Enhancement in the Spatial Domain

68

ps(s)

• As ps(s) is a probability function, it must be zero outside the interval [0,1] in this case because its integral over all values of s must equal 1.

• ps(s): a uniform probability density functiona uniform probability density function

• ps(s) is always uniform and independent of the form of pr(r)

Page 69: Digital Image Processing Image Enhancement in the Spatial Domain

69

r

r dw)w(p)r(Ts0

A random variable s characterized by

a uniform probability function

yields

0

1

s

Ps(s)

Page 70: Digital Image Processing Image Enhancement in the Spatial Domain

70

Histogram Equalization

Page 71: Digital Image Processing Image Enhancement in the Spatial Domain

71

Discrete Transformation Function

• The probability of occurrence of gray level in an image is approximated by

• The discrete version of transformation

k

j

j

k

jjrkk

, ..., L-, where kn

n

)r(p)r(Ts

0

0

110

110 , ..., L-, where k n

n)r(p k

kr

Page 72: Digital Image Processing Image Enhancement in the Spatial Domain

72

Histogram Equalization

• Thus, an output image is obtained by mapping each pixel with level rrkk in the input image into a corresponding pixel with level sskk in the output image

• In discrete space, it cannot be proved in general that this discrete transformation will produce the discrete equivalent of a uniform probability density function, which would be a uniform histogram

Page 73: Digital Image Processing Image Enhancement in the Spatial Domain

73

Example

before after Histogram equalization

Page 74: Digital Image Processing Image Enhancement in the Spatial Domain

74

Histogram Comparison

before after

0 50 100 150 2000

500

1000

1500

2000

2500

3000

0 50 100 150 200 250 3000

500

1000

1500

2000

2500

3000

Page 75: Digital Image Processing Image Enhancement in the Spatial Domain

75

Examplebefore after Histogram

equalization

The quality is not improved much because the original image already has a broaden gray-level scale

Page 76: Digital Image Processing Image Enhancement in the Spatial Domain

76

Example

4242

5323

3424

2332

4x4 image

Gray scale = [0,9]histogram

0 1

1

2

2

3

3

4

4

5

5

6

6

7 8 9

No. of pixels

Gray level

Page 77: Digital Image Processing Image Enhancement in the Spatial Domain

Gray

Level(j)0 1 2 3 4 5 6 7 8 9

No. of pixels

0 0 6 5 4 1 0 0 0 0

0 0 6 11 15 16 16 16 16 16

0 06/

16

11 /

16

15 /

16

16 /

16

16 /

16

16 /

16

16 /

16

16 /

16

{s×(9-0) /(1-0)} +0

0 03.3

3

6.1

6

8.4

89 9 9 9 9

k

jjn

0

k

j

j

n

ns

0

Page 78: Digital Image Processing Image Enhancement in the Spatial Domain

78

Example

3 6 6 3

8 3 8 6

6 3 6 9

3 8 3 8

Output image

Gray scale = [0,9]

Histogram equalization

0 1

1

2

2

3

3

4

4

5

5

6

6

7 8 9

No. of pixels

Gray level

4242532334242332Original

Page 79: Digital Image Processing Image Enhancement in the Spatial Domain

79

NOTE!• It is clearly seen that

– Histogram equalization distributes the gray level to reach the maximum gray level (white) because the cumulative distribution function equals 1 when 0 r L-1

– If the cumulative numbers of gray levels are slightly different, they will be mapped to little different or same gray levels as we may have to approximate the processed gray level of the output image to integer number

– Thus the discrete transformation function can not guarantee the one to one mapping relationship.

Page 80: Digital Image Processing Image Enhancement in the Spatial Domain

80

SUMMARY: Discrete Histogram Equalization

• Given an image of M×N with maximum gray level being L–1:

• 1. Obtain the histogram H(k), k = 0, 1, …, L-1• 2. Compute the cumulative normalized histogram

T(k):– T(k) =

• 3. Compute the transformed intensity:– gk = (L-1) * T(k).

• 4. Scan the image and set the pixel with the intensity k to gk.

Page 81: Digital Image Processing Image Enhancement in the Spatial Domain

81

Histogram Equalization:Example

Page 82: Digital Image Processing Image Enhancement in the Spatial Domain

82

Histogram Equalization:Example

Histogram

CumulativeNormalized Histogram

Page 83: Digital Image Processing Image Enhancement in the Spatial Domain

83

Histogram Equalization:Example

transformed intensitygk = (L-1) * T(k).To encompass the whole dynamic range.

Page 84: Digital Image Processing Image Enhancement in the Spatial Domain

84

Histogram Equalization

Page 85: Digital Image Processing Image Enhancement in the Spatial Domain

85

1

2

3

4

Page 86: Digital Image Processing Image Enhancement in the Spatial Domain

86

Histogram Matching (Specification)

• Histogram equalization has a disadvantage which is that it can generate only one type of output image.

• With Histogram Specification, we can specify the shape of the histogram that we wish the output image to have.

• It doesn’t have to be a uniform histogram

Page 87: Digital Image Processing Image Enhancement in the Spatial Domain

87

Histogram Matching (Specification)

• Given a desired histogram, the goal is to transform the image intensity such that the transformed image has a histogram matches the desired histogram.

• Let the initial image histogram be pr, the desired image histogram be pz.

• Let T be the function that equalizes the original image and G be the function that equalizes the desired image.

• – r: The initial image intensity.• – s: The image intensity after equalization• – z: The image intensity of the desired image.• – v: The image intensity after equalization of the desired

image.

Page 88: Digital Image Processing Image Enhancement in the Spatial Domain

88

Consider the continuous domain

Let pr(r) denote continuous probability density function of gray-level of input image, rLet pz(z) denote desired (specified) continuous probability density function of gray-level of output image, z

Let s be a random variable with the property

r

r dw)w(p)r(Ts0

Histogram equalizationof initial image

Page 89: Digital Image Processing Image Enhancement in the Spatial Domain

89

Next, we define a random variable z with the property

s = T(r) = G(z)

We can map an input gray level r to output gray level z

thus

0

( ) ( )z

zG z p t dt s Histogram equalizationOf Desired image

Therefore, z must satisfy the condition

z = G-1(s) = G-1[T(r)]

Assume G-1 exists and satisfies the condition (a) and (b)

Page 90: Digital Image Processing Image Enhancement in the Spatial Domain

90

Procedure Conclusion

1. Obtain the transformation function T(r) by calculating the histogram equalization of the input image

2. Obtain the transformation function G(z) by calculating histogram equalization of the desired density function

r

r dw)w(p)r(Ts0

sdt)t(p)z(Gz

z 0

Page 91: Digital Image Processing Image Enhancement in the Spatial Domain

91

Procedure Conclusion

3. Obtain the inversed transformation function G-1

4. Obtain the output image by applying the processed gray-level from the inversed transformation function to all the pixels in the input image

z = G-1(s) = G-1[T(r)]

Page 92: Digital Image Processing Image Enhancement in the Spatial Domain

92

ExampleAssume an image has a gray level probability density function pr(r) as shown.

0 1 2

1

2

Pr(r)

elsewhere; 0

1r;0 22r)r(pr

10

r

r dw)w(p

r

Page 93: Digital Image Processing Image Enhancement in the Spatial Domain

93

ExampleWe would like to apply the histogram specification with the desired probability density function pz(z) as shown.

0 1 2

1

2

Pz(z)

z

elsewhere; 0

1z;0 2z)z(pz

10

z

z dw)w(p

Page 94: Digital Image Processing Image Enhancement in the Spatial Domain

94

Step 1:

rr

ww

dw)w(

dw)w(p)r(Ts

r

r

r

r

2

2

22

2

0

2

0

0

Obtain the transformation function T(r)

0 1

1

s=T(r)

r

One to one mapping function

Page 95: Digital Image Processing Image Enhancement in the Spatial Domain

95

Step 2:

2

0

2

0

2 zzdw)w()z(Gz

z

Obtain the transformation function G(z); Equalization of the desired pdf

Page 96: Digital Image Processing Image Enhancement in the Spatial Domain

96

Step 3:

2

22

2

2

rrz

rrz

)r(T)z(G

Obtain the inversed transformation function G-1

We can guarantee that 0 z 1 when 0 r 1

Page 97: Digital Image Processing Image Enhancement in the Spatial Domain

97

Discrete Formulation

1210 0

L,...,,,ks)z(p)z(G k

k

iizk

1210 0

0

L,...,,,kn

n

)r(p)r(Ts

k

j

j

k

jjrkk

1210 1

1

L,...,,,ksG

)r(TGz

k

kk

Page 98: Digital Image Processing Image Enhancement in the Spatial Domain

98

The Mechanism Behind the Histogram Specification

Page 99: Digital Image Processing Image Enhancement in the Spatial Domain

102

Some Notes

• Potential difficulties with histogramspecification include– G^-1 may not be unique– Determine the desired histogram

• Solutions to the potential difficulties:– 1. Assign the value that matches the histogram better.– 2. Interactively specify a desired PDF (Probability Density

Function) and discretize it.

Page 100: Digital Image Processing Image Enhancement in the Spatial Domain

103

Histogram Specification

Page 101: Digital Image Processing Image Enhancement in the Spatial Domain

104

Example

Image is dominated by large, dark areas, resulting in a histogram characterized by a large concentration of pixels in pixels in the dark end of the gray scale

Image of Mars moon

Page 102: Digital Image Processing Image Enhancement in the Spatial Domain

105

Image Equalization

Result image after

histogram equalizationTransformation function

for histogram equalization

Histogram of the result image

The histogram equalization doesn’t make the result image look better than the original image. Consider the histogram of the result image, the net effect of this method is to map a very narrow interval of dark pixels into the upper end of the gray scale of the output image. As a consequence, the output image is light and has a washed-out appearance.

Page 103: Digital Image Processing Image Enhancement in the Spatial Domain

106

Histogram Equalization

Histogram Specification

Solve the problemSince the problem with the transformation function of the histogram equalization was caused by a large concentration of pixels in the original image with levels near 0

a reasonable approach is to modify the histogram of that image so that it does not have this property

Page 104: Digital Image Processing Image Enhancement in the Spatial Domain

107

Histogram Specification

• (1) the transformation function G(z) obtained from

• (2) the inverse transformation G-1(s)

1210

0

L,...,,,k

s)z(p)z(G k

k

iizk

Page 105: Digital Image Processing Image Enhancement in the Spatial Domain

108

Result image and its histogram

Original image

The output image’s histogram

Notice that the output histogram’s low end has shifted right toward the lighter region of the gray scale as desired.

After applied the histogram equalization

Page 106: Digital Image Processing Image Enhancement in the Spatial Domain

109

Result image and its histogram

Page 107: Digital Image Processing Image Enhancement in the Spatial Domain

110

Note

• Histogram specification is a trial-and-error process

• There are no rules for specifying histograms, and one must resort to analysis on a case-by-case basis for any given enhancement task.

Page 108: Digital Image Processing Image Enhancement in the Spatial Domain

111

Note

• Histogram processing methods are global processing, in the sense that pixels are modified by a transformation function based on the gray-level content of an entire image.

• Sometimes, we may need to enhance details over small areas in an image, which is called a local enhancement.

Page 109: Digital Image Processing Image Enhancement in the Spatial Domain

112

Local Enhancement

• define a square or rectangular neighborhood and move the center of this area from pixel to pixel.

• at each location, the histogram of the points in the neighborhood is computed and either histogram equalization or histogram specification transformation function is obtained.

• another approach used to reduce computation is to utilize non-overlapping regions, but it usually produces an undesirable checkerboard effect.

a) Original image (slightly blurred to reduce noise)

b) global histogram equalization (enhance noise & slightly increase contrast but the construction is not changed)

c) local histogram equalization using 7x7 neighborhood (reveals the small squares inside larger ones of the original image.

(a) (b) (c)

Page 110: Digital Image Processing Image Enhancement in the Spatial Domain

113

Explain the result in (c)

• Basically, the original image consists of many small squares inside the larger dark ones.

• However, the small squares were too close in gray level to the larger ones, and their sizes were too small to influence global histogram equalization significantly.

• So, when we use the local enhancement technique, it reveals the small areas.

• Note also the finer noise texture is resulted by the local processing using relatively small neighborhoods.