A Comprehensive Study of Digital Photo Image Enhancement Techniques
A Comprehensive Study of Digital Photo Image Enhancement Techniques
Techniques:-
Figure 2. Figure
shows basic grey level Transformations
Many different, often elementary and The most basic and simple operation in
heuristic methods are used to improve digital image processing is to compute the
images in some sense. The problem is, of negative of an image. The pixel gray values
course, not well defined, as there is no are inverted to compute the negative of an
objective measure for image quality. Here, image. For example, if an image of size R x
we discuss a few recipes that have shown to C, where R represents number of rows and
be useful both for the human observer C represents number of columns, is
and/or for machine recognition. These represented by I(r, c). The negative N(r, c)
methods are very problem-oriented: a of image I(r, c) can be computed as
method that works fine in one case may be N(r, c) = 255 – I(r, c) where 0 <= r <= R and
completely inadequate for another problem. 0 <= c <= C …………………………(2)
It can be seen that every pixel value from
the original image is subtracted from the
255. The resultant image becomes negative
of the original image. Negative images [3]
are useful for enhancing white or grey detail
embedded in dark regions of an image.
S=log(1+r)………..(5)
We usually set c to 1. Grey levels must be in
the range [0.0, 1.0].
2.4 Logarithmic Transformations
OUTPUT
Enter the value for c==>1
Enter the value for gamma==>1 % for
gamma value EQUALS TO 1
3. Histogram Processing
………………
3.1 Histogram Equalization ……7
Histogram equalization is common 2. Use the specified pdf pz(r) of the output
technique for enhancing the appearance of image to obtain the transformation function:
images. Suppose we have an image which is
predominantly dark. Then its histogram
would be skewed towards the lower end of
the grey scale and all the image detail is ……………
compressed into the dark end of the …..8
histogram. If we could `stretch out' the grey
levels at the dark end to produce a more 3. Find the inverse transformation z = G-1(s)
uniformly distributed histogram then the – the mapping from s to z:
image would become much clearer.
…………………
…..9
References
[1] Bhabatosh Chanda and Dwijest Dutta Majumder, 2002,Digital Image Processing and
Analysis.
[2] R.W.Jr. Weeks,(1996). Fundamental of Electronic Image Processing . Bellingham: SPIE
Press
[3] A. K. Jain, Fundamentals of Digital Image Processing. Englewood Cliffs, NJ: Prentice Hall,
1989.
[4] R.M. Haralick, and L.G. Shapiro, Computer and Robot Vision, Vol-1, Addison Wesley,
Reading, MA, 1992.
[5] R. Jain, R. Kasturi and B.G. Schunck, Machine Vision, McGraw-Hill International Edition,
1995.
[6] W. K. Pratt, Digital image processing, Prentice Hall, 1989.
[7] A.C. Bovik, Digital Image Processing Course Notes, Dept. of Electrical Engineering, U. of
Texas at Austin, 1995.
[8] J.C. Russ, The Image Processing Handbook, CRC Press, Boca Raton, FL., 1992.
[9] R Hummel, “Histogram modification techniques“, Computer Graphics and Image Processing,
Vol. 4, pp. 209-224, 1975.
[10] S. E. Umbaugh, “Computer Vision & Image Processing, “Prentice Hall PTR, 1998
[11] S. M. Pizer, et al., “Adaptive Histogram Equalization and its Variations,” Compute. Vision,
Graphics and Image Processing, Vol. 39, pp. 355-368, 1987.