Next Article in Journal / Special Issue
A Fovea Localization Scheme Using Vessel Origin-Based Parabolic Model
Previous Article in Journal
1 Major Component Detection and Analysis (ℓ1 MCDA) in Three and Higher Dimensional Spaces
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Novel Contrast Enhancement Technique on Palm Bone Images

1
Department of Information Networking Technology, Hsiuping University of Science and Technology, No. 11, Gongye Rd, Dali Dist., Taichung 412, Taiwan
2
Department of Information Management, Hsiuping University of Science and Technology, No. 11, Gongye Rd, Dali Dist., Taichung 412, Taiwan
*
Author to whom correspondence should be addressed.
Algorithms 2014, 7(3), 444-455; https://doi.org/10.3390/a7030444
Submission received: 1 July 2014 / Revised: 17 August 2014 / Accepted: 22 August 2014 / Published: 5 September 2014
(This article belongs to the Special Issue Advanced Data Processing Algorithms in Engineering)

Abstract

:
Contrast enhancement plays a fundamental role in image processing. Many histogram-based techniques are widely used for contrast enhancement of given images, due to their simple function and effectiveness. However, the conventional histogram equalization (HE) methods result in excessive contrast enhancement, which causes natural looking and satisfactory results for a variety of low contrast images. To solve such problems, a novel multi-histogram equalization technique is proposed to enhance the contrast of the palm bone X-ray radiographs in this paper. For images, the mean-variance analysis method is employed to partition the histogram of the original grey scale image into multiple sub-histograms. These histograms are independently equalized. By using this mean-variance partition method, a proposed multi-histogram equalization technique is employed to achieve the contrast enhancement of the palm bone X-ray radiographs. Experimental results show that the multi-histogram equalization technique achieves a lower average absolute mean brightness error (AMBE) value. The multi-histogram equalization technique simultaneously preserved the mean brightness and enhanced the local contrast of the original image.

1. Introduction

Over the last few decades, X-ray images have been widely used in helping physicians make their diagnostic decision. However, the raw X-ray image quality is not always good. Visual image quality has been actively improved using contrast enhancement techniques. The main purpose of image contrast enhancement is to improve the interpretability or perception of information contained in the image for human viewers. Image contrast enhancement is a process that produces an output image that subjectively looks better than the original image by changing the pixel’s intensity of the input image. Image enhancement can be used as a preprocessing step in medical image processing, texture synthesis and many other image/video processing applications [1,2,3,4,5,6,7,8]. These techniques also can be used to improve the visual appearance of an image or to convert an image to a form better suited to the subsequent processing, such as segmentation, feature extraction, detection and recognition.
A considerable amount of research has focused on this subject, and numerous histogram modification techniques have been developed [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]. Generally speaking, histogram modification techniques can be categorized into two classes: global histogram modification [9,10] and local histogram modification [11,12]. The global histogram equalization (GHE) method is one of the most commonly used methods for image contrast enhancement because of its simplicity and effectiveness. The GHE method employs the cumulative density function of the input image as its intensity mapping function. The basic idea of the GHE method is to re-map the intensities of the input image by using the intensity mapping function. Then, the GHE method can stretch the dynamic range of the image histogram to enhance the overall contrast of the original image. The resulting image may have a uniform distribution of intensity [13]. However, the GHE method suffers from some drawbacks, such as over enhancement, an increase in the noise level, loss in detail and a washed-out effect in some almost homogeneous areas [8].
Many researchers have proposed many useful algorithms to solve these problems involved in the global histogram equalization technique [14,15,16,17,18,19,20,21,22,23]. In [14], a brightness preserving bi-histogram equalization (BPBHE) method first separates the input image histogram into two sub-histograms based on the mean of the input image brightness. Then, these two sub-histograms are equalized independently. The mean brightness of the resultant image will lie between the mean brightness and middle grey level of the input image. The BPBHE technique is capable of preserving the original image brightness to a certain extent. In [15], the dualistic sub-image histogram equalization (DSIHE) method also separates the input image histogram into two sub-histograms, but the separation is based on the median value. The minimum mean brightness error bi-histogram equalization (MMBEBHE) is the extension of the brightness-preserving bi-histogram equalization (BPBHE) method. This method separates the image histogram by using the threshold level. The MMBEBHE method yields a minimum brightness difference between the input image and the output image [16]. These methods separate the input image’s histograms into two sub-histograms by using one intensity value as their separating point. Although these methods are simple, they can preserve the mean brightness only to a certain extent [17]. Moreover, other solutions can be found in [18,19,20,21].
The recursive mean-separate histogram equalization (RMSHE) method is another improvement scheme of the brightness-preserving bi-histogram equalization (BPBHE) method [22]. The recursive mean-separate histogram equalization (RMSHE) method recursively divides the image’s histograms into several sub-histograms based on the local mean values. In [23], recursive sub-image histogram equalization (RSIHE) chooses to separate the image’s histograms based on gray level with cumulative probability density equal to 0.5. This method yields better image compensation and provides improving image visual quality. These two recursive methods have improved results compared with previous methods. The mean brightness of the output was similar to that of the input in RMSHE and RSIHE, but the equalization effect was reduced.
In some applications of medical image analysis, local details may be more important than global contrast. For these applications, the global histogram equalization method is inadequate, because it cannot adapt to the local brightness features of the input image. To overcome this drawback, some local histogram equalization methods have been developed. In [24], the dynamic histogram equalization (DHE) technique separates the image’s histograms based on local minima. It assigns specific gray level ranges for sub-histograms before equalizing them separately. These sub-histograms further go through a repartitioning test to ensure the absence of any dominating portions. In [25], the brightness-preserving dynamic histogram equalization (BPDHE) method can produce an output image with the mean intensity almost equal to the mean intensity of the input. Therefore, it fulfills the requirement of preserving the mean brightness of the image. The RMSHE, RSIHE and BPDHE methods divide the input image’s histograms into more than two sub-histograms. Most of these methods are good at preserving the mean brightness, but not much enhancement could be obtained from most of these methods. Furthermore, these methods require more computational power in order to select the separating point properly [22,23,24,25,26].
In this paper, a new multi-histogram equalization technique is proposed to enhance the contrast on palm bone X-ray radiographs. The remaining sections of this paper are organized as follows. The proposed multi-histogram equalization scheme is described in Section 2. The experiment results and discussion are represented in Section 3. Finally, the conclusion is provided in Section 4.

2. The Proposed Multi-Histogram Equalization Scheme

2.1. Global Histogram Equalization (GHE)

For an input image X with L discrete gray levels, the probability density function p ( x k ) is defined as:
p ( x k ) = n k n      for      k = 0 ,   1 ,   2 ,   ...   ,   L 1
where x k represents a specific intensity in the input image and n k represents the number of times that the grey level x k appears in the input image. Additionally, n is the total number of pixels contained in the input image X . Based on the probability density function, the cumulative density function c ( x k ) is defined as:
c ( x k ) = j = 0 k p ( x j )      for      k = 0 ,   1 ,   2 ,   ...   ,   L 1
GHE is a scheme that enhances the input image X by using the cumulative density function as a transform function. Let us define a transform function f ( x k ) based on the cumulative density function as:
c ( x k ) = j = 0 k p ( x j )   f ( x ) k = x 0 + ( x L 1 x 0 ) × c ( x k )      for      k = 0 ,   1 ,   2 ,   ...   ,   L 1
Then, the output image produced by GHE, Y = { y ( i , j ) } , is given by Equation (4), where i denotes the X-coordinate of the input image and j denotes the Y-coordinate of the input image.
Y = f ( X ) = { f ( x ( i , j ) ) | x ( i , j ) X }
Although GHE successfully enhances the contrast in the image, this method does not put any constraint on preserving the mean brightness.

2.2. Multi-Histogram Equalization

In the brightness-preserving bi-histogram equalization (BPBHE) method, the histogram of the input image is separated into two sub-images based on the mean of the histogram of the input image. Then, each sub-image is equalized independently using global histogram equalization, which produces a flatter histogram. In this paper, a multi-histogram equalization technique based on the mean-variance partition method is proposed to enhance the contrast of the input image. The histogram of the input image is separated into multiple subsections based on the mean and standard deviation of the histogram of the input image.
For instance, the histogram of the input image can be separated into four subsections based on the mean and standard deviation of the histogram of the input image. Let μ be the mean and σ be the standard deviation of the image intensities, and 0 μ , σ L 1 . Based on μ and σ , the input image X can be separated into four sub-images, X 1 , X 2 , X 3 and X 4 , as:
X = X 1 X 2 X 3 X 4
X 1 = { x ( i , j ) | x ( i , j ) μ σ , x ( i , j ) X }
X 2 = { x ( i , j ) | μ σ < x ( i , j ) μ , x ( i , j ) X }
X 3 = { x ( i , j ) | μ < x ( i , j ) μ + σ , x ( i , j ) X }
X 4 = { x ( i , j ) | μ + σ < x ( i , j ) , x ( i , j ) X }
The probability density function p l ( x k ) of sub-image X l is defined as:
p l ( x k ) = n l k n l      for      l = 1 ,   2 ,   3 ,   4
where x k represents a specific intensity in the sub-image X l and n l k represents the number of times that the grey level x k appears in the sub-image. Additionally, n l is the total number of pixels contained in the sub-image X l . Based on the probability density function p l ( x k ) , the respective cumulative density function c l ( x k ) is defined as:
c 1 ( x k ) = j = 0 k p 1 ( x j )      for      0 x k μ σ
c 2 ( x k ) = j = 0 k p 2 ( x j )      for      0 x k μ σ
c 3 ( x k ) = j = 0 k p 3 ( x j )      for      μ < x k μ + σ
c 4 ( x k ) = j = 0 k p 4 ( x j )      for      μ + σ < x k L 1
Then, the respective transform function f l ( x k ) based on the respective cumulative density function can be defined as:
f 1 ( x ) k = ( μ σ ) × c 1 ( x k )      for      0 x k μ σ
f 2 ( x ) k = ( μ σ + 1 ) + ( σ 1 ) × c 2 ( x k )      for      μ σ < x k μ
f 3 ( x ) k = ( μ + 1 ) + ( σ 1 ) × c 3 ( x k )      for      μ < x k μ + σ
f 4 ( x ) k = ( μ + σ + 1 ) + ( L μ σ 2 ) × c 4 ( x k )      for      μ + σ < x k L 1
Then, the output image produced by, Y = { y ( i , j ) } , is given by Equation (19).
Y = f ( X ) = { f l ( x ( i , j ) ) | x ( i , j ) X i }      for      l = 1 ,   2 ,   3 ,   4
The histogram of the input image can be separated into six or more than six sections based on the mean and standard deviation of the histogram of the input image. For instance, the histogram of the input image is separated into six sections by the following separate points: μ 2 σ , μ σ , μ , μ + σ , μ + 2 σ . In some application, such as medical image analysis, local details may be more important than global contrast. The global histogram equalization (GHE) method is inadequate as it cannot adapt to the local brightness features of the input image. In this paper, the input image can be separated into multiple sections, and each section is equalized independently. It can flatten and stretch the dynamic range of the sub-image histogram resulting in local contrast improvement.

3. Experimental Results and Discussion

The proposed multi-histogram equalization method was implemented by using the Java programming language. A series of experiments were conducted to test the performance of the proposed method. The original grayscale images used in our experiments and their histograms are listed in Figure 1.
For these input images, global histogram equalization (GHE), mean preserving bi-histogram equalization (BPBHE) and the proposed method are performed. The experimental results, including the output images and their histograms performed by global histogram equalization (GHE), are listed in Figure 2. Additionally, the experimental results, including the output images and their histograms performed by mean preserving bi-histogram equalization (BPBHE) and the proposed method, are listed in Figure 3 and Figure 4, respectively.
Figure 1. The original grayscale images and their histograms.
Figure 1. The original grayscale images and their histograms.
Algorithms 07 00444 g001
Figure 2. The output images and their histograms (global histogram equalization (GHE)).
Figure 2. The output images and their histograms (global histogram equalization (GHE)).
Algorithms 07 00444 g002
Figure 3. The output images and their histograms (brightness preserving bi-histogram equalization (BPBHE)).
Figure 3. The output images and their histograms (brightness preserving bi-histogram equalization (BPBHE)).
Algorithms 07 00444 g003
Figure 4. The output images and their histograms (multi-HE).
Figure 4. The output images and their histograms (multi-HE).
Algorithms 07 00444 g004
To evaluate the performance of the proposed method, we chose a widely used metric, i.e., the absolute mean brightness error (AMBE). The AMBE was utilized to investigate whether the proposed method successfully maintains the input mean brightness. The AMBE is defined as Equation (20).
A M B E = | X m Y m |
The variable X m represents the mean brightness of the output image, and the variable Y m represents the mean brightness of the original image. A good enhancement method that is able to preserve the mean brightness will give a small value of AMBE. The AMBE values performed by GHE, BPBHE and multi-HE are tabulated in Table 1. The average AMBE values taken from the test images are tabulated in Table 2.
Table 1. The absolute mean brightness error (AMBE) value of the output images performed by GHE, BPBHE and multi-HE.
Table 1. The absolute mean brightness error (AMBE) value of the output images performed by GHE, BPBHE and multi-HE.
ImagesGHEBPBHEmulti-HE
173.2810.5410.57
269.945.575.06
362.8611.6910.50
476.359.016.71
572.004.401.05
Table 2. The average AMBE values of the output images.
Table 2. The average AMBE values of the output images.
Contrast Enhance methodAverage AMBE
GHE70.89
BPBHE8.24
multi-HE6.78

4. Conclusions

Contrast enhancement plays a fundamental role in image processing. In this paper, a multi-histogram equalization technique is proposed to enhance the contrast of the palm bone X-ray radiographs. For individual images, the mean-variance analysis method is employed to partition the grey scale image into multiple sub-images. Each sub-image is histogram equalized independently. By using this mean-variance partition method, the proposed multi-histogram equalization technique can achieve contrast enhancement without introducing a significant change in the brightness of the palm bone X-ray radiographs.

Author Contributions

In this paper, a multi-histogram equalization technique based on the mean-variance partition method is proposed to enhance the contrast of the palm bone X-ray radiographs. The proposed multi-histogram equalization method can achieve contrast enhancement without introducing a significant change in the brightness of the palm bone X-ray radiographs.

Conflicts of Interest

The authors declare that there is no conflict of interests regarding the publication of this paper.

References

  1. Shin, F.Y.; Moh, J.; Bourne, H. A neural architecture applied to the enhancement of noisy binary image. Eng. Appl. Artif. Intel. 1992, 5, 215–222. [Google Scholar] [CrossRef]
  2. Oakley, J.P.; Bu, H. Correction of simple contrast loss in color images. IEEE Trans. Image Process. 2007, 16, 511–522. [Google Scholar] [CrossRef] [PubMed]
  3. Zhang, C.J.; Wang, X.D.; Duanmu, C.D. Adaptive typhoon cloud image enhancement using genetic algorithm and non-linear gain operation in undecimated wavelet domain. Eng. Appl. Artif. Intel. 2010, 23, 61–73. [Google Scholar] [CrossRef]
  4. Havasi, L.; Szlavik, Z.; Sziranyi, T. Detection of gait characteristics for scene registration in video surveillance system. IEEE Trans. Image Process. 2007, 16, 503–510. [Google Scholar] [CrossRef] [PubMed]
  5. Chen, C.Y.; Lin, T.M.; Wolf, W.H. A visible/infrared fusion algorithm for distributed smart cameras. IEEE J. Sel. Top. Signal Process. 2008, 514–525. [Google Scholar] [CrossRef]
  6. Chen, D.R.; Chang, R.F.; Chen, C.J.; Ho, M.F.; Kuo, S.J.; Chen, S.T.; Hung, S.J.; Moon, W.K. Classification of breast ultrasound images using fractal feature. Clin. Imaging 2005, 29, 235–245. [Google Scholar] [CrossRef] [PubMed]
  7. Bemmel, C.M.; Wink, O.; Verdonck, B.; Viergever, M.A.; Niessen, W.J. Blood pool contrast-enhanced MRA: improved arterial visualization in the steady state. IEEE Trans. Med. Imaging 2003, 22, 645–652. [Google Scholar] [CrossRef] [PubMed]
  8. Gonzalez, R.C.; Woods, R.E. Digital Image Processing, 2nd ed.; Prentice Hall: New Jersey, NJ, USA, 2002. [Google Scholar]
  9. Abdullah-Al-Wadud, M.; Kabir, M.H.; Dewan, M.A.A.; Chae, O. A dynamic histogram equalization for image contrast enhancement. IEEE Trans. Consum. Electron. 2007, 53, 593–600. [Google Scholar] [CrossRef]
  10. Chen, Z.Y.; Abidi, B.R.; Page, D.L.; Abidi, M.A. Graylevel grouping (GLG): An automatic method for optimized image contrast enhancement-part. ii: the variations. IEEE Trans. Image Process. 2006, 15, 2303–2314. [Google Scholar] [CrossRef] [PubMed]
  11. Kim, J.Y.; Kim, L.S.; Hwang, S.H. An advanced contrast enhancement using partially overlapped sub-block histogram equalization. IEEE Trans. Circuits Syst. Video Technol. 2001, 11, 475–484. [Google Scholar]
  12. Lamberti, F.; Montrucchio, B.; Sanna, A. CMBFHE: A novel contrast enhancement technique based on cascaded multistep binomial filtering histogram equalization. IEEE Trans. Consum. Electron. 2006, 52, 966–974. [Google Scholar] [CrossRef]
  13. Umbaugh, S.E. Computer Vision and Image Processing; Prentice Hall: New Jersey, NJ, USA, 1998. [Google Scholar]
  14. Kim, Y.T. Contrast enhancement using brightness preserving Bi-Histogram equalization. IEEE Trans. Consum. Electron. 1997, 43, 1–8. [Google Scholar]
  15. Wang, Y.; Chen, Q.; Zhang, B. Image enhancement based on equal area dualistic sub-image histogram equalization method. IEEE Trans. on Consum. Electron. 1999, 45, 68–75. [Google Scholar] [CrossRef]
  16. Chen, S.D.; Ramli, Abd. R. Minimum mean brightness error bi-histogram equalization in contrast enhancement. IEEE Trans. Consum. Electron. 2003, 49, 1310–1319. [Google Scholar] [CrossRef]
  17. Wang, C.; Ye, Z. Brightness preserving histogram equalization with maximum entropy: A variational perspective. IEEE Trans. Consum. Electron. 2005, 51, 1326–1334. [Google Scholar] [CrossRef]
  18. Menotti, D.; Najman, L.; Facon, J.; Araujo, A.A. Multi-histogram equalization methods for contrast enhancement and brightness preserving. IEEE Trans. Consum. Electron. 2007, 53, 1186–1194. [Google Scholar] [CrossRef]
  19. Kong, N.S.P.; Ibrahim, H.D. Color image enhancement using brightness preserving dynamic histogram equalization. IEEE Trans. Consum. Electron. 2008, 54, 1962–1968. [Google Scholar] [CrossRef]
  20. Park, G.H.; Cho, H.H.; Choi, M.R. A contrast enhancement method using dynamic range separate histogram equalization. IEEE Trans. Consum. Electron. 2008, 54, 1981–1987. [Google Scholar] [CrossRef]
  21. Kim, T.; Paik, J. Adaptive contrast enhancement using gain-controllable clipped histogram equalization. IEEE Trans. Consum. Electron. 2008, 54, 1803–1810. [Google Scholar] [CrossRef]
  22. Chen, S.D.; Ramli, A.R. Contrast enhancement using recursive mean separate histogram equalization for scalable brightness preservation. IEEE Trans.Consum. Electron. 2003, 49, 1301–1309. [Google Scholar] [CrossRef]
  23. Sim, K.S.; Tso, C.P.; Tan, Y.Y. Recursive sub-image histogram equalization applied to gray scale images. Pattern Recognit. Letters 2007, 28, 1209–1221. [Google Scholar] [CrossRef]
  24. Abdullah-Al-Wadud, M.; Kabir, M.H.; Dewan, M.A.A.; Oksam, C. A dynamic histogram equalization for image contrast enhancement. IEEE Trans. Consum. Electron. 2007, 53, 593–600. [Google Scholar] [CrossRef]
  25. Ibrahim, H.; Kong, N.S.P. Brightness preserving dynamic histogram equalization for image contrast enhancement. IEEE Trans. Consum. Electron. 2007, 53, 1752–1758. [Google Scholar] [CrossRef]
  26. Manpreet, K.; Jasdeep, K.; Jappreet, K. Survey of contrast enhancement techniques based on histogram equalization. Int. J. Adv. Comput. Sci. Appl. 2011, 2, 137–141. [Google Scholar]

Share and Cite

MDPI and ACS Style

Chang, Y.-T.; Wang, J.-T.; Yang, W.-H. A Novel Contrast Enhancement Technique on Palm Bone Images. Algorithms 2014, 7, 444-455. https://doi.org/10.3390/a7030444

AMA Style

Chang Y-T, Wang J-T, Yang W-H. A Novel Contrast Enhancement Technique on Palm Bone Images. Algorithms. 2014; 7(3):444-455. https://doi.org/10.3390/a7030444

Chicago/Turabian Style

Chang, Yung-Tsang, Jen-Tse Wang, and Wang-Hsai Yang. 2014. "A Novel Contrast Enhancement Technique on Palm Bone Images" Algorithms 7, no. 3: 444-455. https://doi.org/10.3390/a7030444

Article Metrics

Back to TopTop