SlideShare a Scribd company logo
1 of 5
Download to read offline
ISSN: 2278 – 1323
                     International Journal of Advanced Research in Computer Engineering & Technology
                                                                         Volume 1, Issue 4, June 2012


    A Hybrid Colour Image Enhancement Technique Based on Contrast
           Stretching and Peak Based Histogram Equalization

                                              A Balachandra Reddy, K Manjunath
                                                                        developed or differentiated. The two main types of acute
Abstract: Medical image enhancement technologies have                    leukaemia are Acute Lymphoblastic Leukaemia (ALL) and
attracted much attention since advanced medical                          Acute Myelogenous Leukaemia (AML) [2]. Generally in
equipments were put into use in the medical field.                       leukemia diagnosis, Hematologists will look for the
Enhanced medical images are desired by a surgeon to                      abnormal white blood cells to differentiate the types of
assist diagnosis and interpretation because medical                      leukaemia either ALL or AML. There are several
image qualities are often deteriorated by noise and other                morphological features that can be used to distinguish
data acquisition devices, illumination conditions, etc.                  between ALL and AML such as size and shape of blast [2].
Also targets of medical image enhancement are mainly to                  Leukaemia is of paramount importance in the healthcare
solve problems of low contrast and the high level noise of               industry. Currently, the microscopic investigation to identify
a medical image. Image enhancement plays an important                    the types and maturity of blood cells is performed manually
role in computer vision and image processing. In this                    by Hematologists through visual identification under the
paper, the use of contrast enhancement techniques for                    microscope. Specific type of leukaemia must be classified in
colour images using RGB components is proposed. The                      order to provide the best treatment. However, the manual
histogram equalization (HE) is one of the most popular                   recognition method requires a lot of time and effort. This
methods for image contrast enhancement. However, HE                      method is therefore inappropriate to be utilized in large
algorithm has two main disadvantages. To solve these                     hospitals. Several algorithms and techniques have been
problems, this paper presents an improved image                          developed for blood cells recognition. Image enhancement at
contrast enhancement based on histogram equalization,                    the preprocessing stage becomes the most important process
which is especially suitable for multiple-peak images.                   for a successful feature extraction and diagnosis of
Firstly, the input image is convolved by a Gaussian filter               leukaemia. In general, there are two requirements to be
with optimum parameters. Secondly, the original                          fulfilled for colour image enhancement [3]. The first one is to
histogram can be divided into different areas by the                     keep the colour structure of the original image. This can be
valley values of the image histogram. Thirdly, using of                  done by simply keeping the ratios between R, G, and B
our proposed method processes images and finally the                     components of every pixel. The second requirement is to
contrast enhancement Technique, partial contrast is                      present as much information as the original. This can be
applied to enhance the morphological features of acute                   achieved by using the information in the luminance
leukaemia images to ease the leukaemia classification                    component as well as colour components [3]. Most works
between Acute Lymphoblastic Leukaemia (ALL) and                          proposed the use of gray level image processing techniques
Acute Myelogenous Leukaemia (AML). The results show                      to extract the blood cell features. However, the actual
that partial contrast is the best technique that helps to                screening process by Hematologists is performed on stained
improve the image visibility while preserving the                        slide where the leukaemia is detected based on colour and
significant features of acute leukaemia images. Hence,                   size of blast. Kumar, Verma, and Singh [4] stated that colour
the resultant images would become useful to                              images are very rich source of information, because they
Hematologists for further analysis of acute leukaemia.                   provide better description of a scene. The conversion of the
The result demonstrates that the proposed algorithm has                  colour image to gray level image may cause some features
good performance in the field of image enhancement.                      that are based on colour to disappear.

  Index Terms— Contrast Enhancement, Histogram                           II. THE PROPOSED ALGORITHM
Equalization, Image Processing, Partial Contrast.                        A. Gaussian Filter
                                                                             In order to reduce the noise's interference and improve[5]
                                                                         the quality of input image, in this work we propose to use
I. INTRODUCTION                                                          Gaussian filter convolving the image firstly. Gaussian filter
    The term leukaemia refers to a group of cancers of the               reduces the difference in brightness between adjacent
blood cells. It is characterized by abundance of abnormal                elements. It also can reduce blocking effects. As mask size is
white blood cells (blast) in the body [1]. Acute leukaemia is a          increased, blocking effects can be decreased. However,
rapidly progressing disease compared to the chronic                      computation complexity is increased. Gaussian filter is
leukaemia. It primarily affects cells that are not fully                 calculated by using the following equation

   Manuscript received May, 2012.                                        G(i, j) = (1/√(2πσ2))exp(-(i2+j2)/2σ2)  (1)
   A Balachandra reddy, Student, Dept of ECE, SITAMS, Chittoor, Andhra   σ-standard deviation in the area of mask size.
Pradesh, ,India, +919000637959 (balutest@gmail.com) ,
   K Manjunath, Assistant Professor, Dept of ECE, SITAMS, Chittoor,      B. Histogram Equalization (HE)
Andhra Pradesh, ,India,+919052232027(manjunathak83@gmail.com).

                                                                                                                                    685
                                                  All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                    International Journal of Advanced Research in Computer Engineering & Technology
                                                                         Volume 1, Issue 3, May 2012
    Histogram equalization employs a monotonic, nonlinear           Qk     : Colour level of the input pixel
mapping which re-assigns the intensity values of pixels in the      fmax   : Maximum colour level values in the input image
input image such that the output image contains a uniform           fmin   : Minimum colour level values in the input image
distribution of intensities (i.e. a flat histogram).It is a         min    : Desired minimum colour levels in the output
common technique for enhancing the appearance of images.                     image
A perfect image is one which has equal no. of pixels in all its     max : Desired maximum colour levels in the output
gray levels. Hence to get a perfect image our objective is not                image
only to spread the dynamic range but also to have equal                 For partial contrast, the function in Equation 4 is used for
pixels in all the gray levels. This technique is known as           the pixels transformation which is based on the concept of
Histogram Equalization [1].                                         linear mapping function shown in Equation 3.
C. Image Histogram Segmentation
    To make the processing of the image enhancement more
purposed and adaptive, firstly we proposed to analyze the
image histogram. Image histogram can be divided into
several sub-layer images' histogram by local minimum gray
level, as shown in figure1 (a) which is the histogram of an
image. From the image we can see that there are three low
points in it, so we can divide the histogram into four
                                                                    in(x, y)     : Colour level for the input pixel
departments. If the histogram as shown in figure1 (b) in
                                                                    out(x, y)    : Colour level for the output pixel
which there are some gray levels have much more number
                                                                    maxTH        : Upper threshold value
than others as plus, we will set a suitable value to constrained
                                                                    minTH        : Lower threshold value
the max frequency of the gray-level. In this way, the
                                                                    NminTH       : New lower stretching value
proportion of low frequency gray level will be enhanced.
                                                                    NmaxTH       : New upper stretching value
This is the preparation for the next step. The schematic is
shown in Figure1.
                                                                    E. PDF and CDF
                                                                        Probability density function (PDF) is calculated as
                                                                    follows



                                                                    Where N is the total number of pixels in the image, nk is
                                                                    the number of pixels that have gray level rk, and L is the
                                                                    total number of possible gray levels in the image.



                                                                    Where Pmax is the max value of sub-lays’ PDF. If the image
                                                                    histogram includes certain high frequency which as shown in
D. Partial Contrast                                                 figure1 (b), we will set a suitable value to limit it and we call
    Partial contrast is a linear mapping function that is used to   this suitable value as Pmax. We will use this formula to
increase the contrast level and brightness level of the image.      calculate the probability of gray-scale. The aim is to enlarge
The technique is based on the original brightness and contrast      the distance between two adjacent gray levels of the PDF
level of the images to be adjusted. First the system will find      values. Each element of the proportion in the image can be
the range of where the majority input pixels converge for           improved to varying degrees. Hence it can reduce the
each colour space. Since the input image is in RGB colour           difference the shape of probability density distribution.
space, so it is necessary to find the pixels range between the      Cumulative Distribution Function (CDF) can also be
red, blue and green intensities. Then, the average of these         computed from equation (7):
three colour space will be calculated to obtain the upper and
lower colour values by using the following formula:

maxTH : (maxRed + maxBlue + maxGreen)/3                             We assume C(rk) satisfies the following conditions:
minTH : (minRed + minBlue + minGreen)/3              (2)            (a) C(rk) is single-valued and monotonically increasing in the
maxRed, maxBlue and maxGreen are the maximum colour                 interval
level while minRed, minBlue and minGreen are the                    (b) 0≤C(rk) ≤1 for k=0…….,L-1
minimum colour level for each colour palette respectively.          Transformation can be computed from the equation (8):
maxTH and minTH are the average number of maximum and
minimum RGB colour space. maxTH and minTH will be
used as the desired colour ranges for all the three colour
palettes. Next is to start with the mapping process. The
                                                                    F. The proposed algorithm can be explained in seven steps
general linear mapping function is given in Equation 3.
Pk= [(max-min)/(fmax-fmin)][Qk-fmin] +min             (3)
Pk     : Colour level of the output pixel

                                                                                                                                 686
                                               All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                   International Journal of Advanced Research in Computer Engineering & Technology
                                                                       Volume 1, Issue 4, June 2012
    I. Capture the acute leukemia slide image at 40x
        magnification and save as Bitmap(*.bmp) of
        JPEG(*.jpg) format.
   II. The input RGB image is sub divided into R, G and B
        layers of the image.
  III. A 3X3 Gaussian mask is convolved with the R, G and
        B components of the image.
 IV. PDF and CDF are calculated for the three
        layers(RGB).
                                                                  Fig2.(a) Original ALL image   Fig2. (b)
   V. Each element of the proportion in the image is
        improved to varying degrees.
 VI. Intensity histogram from original image is obtained to
        get the threshold value.
 VII. Partial Contrast enhancement technique is applied for
        the image modified by multiple peaks

III. EXPERIMENTAL RESULTS
    The hybrid image enhancement technique has been
applied on acute leukaemia images. The qualities of images
                                                                           Fig2. (c)            Fig2. (d)
were determined based on human visual interpretation and
intensity histogram plot. The proposed method can be used to
improve the contrast of nucleus, Auer rode and nucleoli.
    Figures 2(a) and 2(b) show the original input image and its
intensity histogram for Acute Lmphoblastic Leukaemia
(ALL). Figures 2 (c), 2(d), 2 (e) and 2(f) show the gaussian
filtered image, its histogram, first layer and second layer for
Red(R) component of the input RGB image. Figures 2 (g),
2(h), 2 (i) and 2(j) show the gaussian filtered image, its
histogram, first and second layers for Green (G) component
of the input image. Figures 2 (k), 2(l), 2 (m) and 2(n) show               Fig2. (e)            Fig2. (f)
the gaussian filtered image, its histogram, first and second
layers for Blue (B) component. Figure 2(o) shows the
resulted output image of Acute Lmphoblastic Leukaemia
(ALL) from the proposed hybrid image enhancement
technique.
    Figures 3(a) and 3(b) show the original input image and
corresponding histogram for Acute Myelogenous Leukaemia
(AML). Figures 3 (c), 3(d), 3 (e) and 3(f) show the gaussian
filtered image, its histogram, first and second layers for R
component. Figures 3 (g), 3(h), 3 (i) and 3(j) show the                    Fig2. (g)            Fig2. (h)
gaussian filtered image, its histogram, first and second layers
for G component. Figures 3(k), 3(l), 3 (m) and 3(n) show the
gaussian filtered image, its histogram, first layer and second
layers for B component. Figure 3(o) shows the resulted
output image of Acute Myelogenous Leukaemia (AML).
    The resultant, images become clearer and the features of
leukemia cells can easily been seen and improved from the
original images. Nucleus and cytoplasm of immature white
blood cells become clearer. Hence, they can easily been
discussed by hematologists.                                                 Fig2. (i)           Fig2. (j)




                                                                           Fig2. (k)            Fig2. (l)

                                                                                                            687
                                             All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                      International Journal of Advanced Research in Computer Engineering & Technology
                                                                           Volume 1, Issue 3, May 2012




         Fig2. (m)                     Fig2. (n)                      Fig3. (g)                   Fig3. (h)




                                                                       Fig3. (i)                   Fig3. (j)


              Fig2. (o) Output ALL image
Figure2.Images of Acute Lmphoblastic Leukaemia (ALL)




                                                                      Fig3. (k)                    Fig3. (l)



 Fig3.(a) Original AML image           Fig3. (b)




                                                                      Fig3. (m)                   Fig3. (n)



          Fig3. (c)                    Fig3. (d)




          Fig3. (e)                    Fig3. (f)

                                                                           Fig3. (o) Output AML image
                                                             Figure3.Images of Acute Myelogenous Leukaemia (AML)




                                                                                                                   688
                                           All Rights Reserved © 2012 IJARCET
ISSN: 2278 – 1323
                 International Journal of Advanced Research in Computer Engineering & Technology
                                                                     Volume 1, Issue 4, June 2012
                                                                                A BALACHANDRA REDDY received
IV. CONCLUSION                                                                  B.Tech degree from Nagarjuna University,
                                                                                A.P. and is pursuing his M.Tech degree
    When an image is processed for visual interpretation,                       from JNT University, Anantapur. His
the viewer is the ultimate judge of how well a particular                       areas of interest include digital image
method works. Hematologists will look for the large                             processing and wireless communication
number of abnormal white blood cells on stained slide.                          networks.
                                                                                E-mail: balutest@gmail.com
The appearance of white blood cells and red blood cells
can be distinguished based on color where WBC tends to                          K.MANJUNATH received B.Tech degree
appear in blue or purple. Then, specific morphological                          from Anna University, Chennai and
features will be observed in order to classify the leukemia                     M.Tech degree from VIT University,
                                                                                Vellore. He is currently an Assistant
as either ALL or AML. The characteristic of these                               Professor in the department of ECE in
features include the size and shape of white blood cells                        SITAMS, chittor. His areas of interest are
nucleus and the presence of Auer rode and multiple                              digital image processing and wireless
nucleoli inside the nucleus are prominent in AML. The                           networks.
                                                                                E-mail: manjunathak83@gmail.com
proposed algorithm can help the doctors to judge and
decide the level of abnormality and better diagnosis.

V. FUTURE SCOPE
    The developed algorithm can be further extended to
measure the diameter of the cells so that number of cells
in bigger diameter can be counted automatically to avoid
ambiguity and human errors associated with the image
perception. Edge detection and segmentation algorithms
can be developed so that by image fusion algorithms
further better perception can be achieved.


VI. REFERENCES
[1] Aimi Salihah,.A.N., M.Y.Mashor, Nor Hazlyna,
H.Rosline “Colour Image Enhancement Techniques for
Acute Leukaemia Blood Cell Morphological Features”
IEEE Transactions on Image Processing , 2010 , 15(9)
:2588 —2595.
[2] G. C. C. Lim, "Overview of Cancer in Malaysia,"
Japanese Journal of Clinical Oncology, Department of
Radiotherapy and Oncology, Hospital Kuala Lumpur,
Kuala Lumpur, Malaysia, 2002.
[3] G. C. C. Lim, S. Rampal, and H. Yahaya, "Cancer
Incidence in Peninsular Malaysia," The Third Report of
the National Cancer Registry, Malaysia, 2005.
[4] R S. Kumar, A. Verma, and J. Singh, "Colour Image
Segmentation and Multi-Level Thresholding by
Maximization of Conditional Entrophy,"International
Journal of Signal Processing, WASET. ORG, vol. 13,
pp.91-99, 2006.
[5]Fan Yang, Jin Wu “An Improved Image Contrast
Enhancement in Multiple-Peak Images Based on
Histogram Equalization Zhongshui” 2010 International
Conference On Computer Design And Appliations
(ICCDA 2010).




                                                                                                                             689
                                           All Rights Reserved © 2012 IJARCET

More Related Content

What's hot

Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...IOSR Journals
 
Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...CSCJournals
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...CSCJournals
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATIONcscpconf
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION 4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION sipij
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...sipij
 
Paper id 27201451
Paper id 27201451Paper id 27201451
Paper id 27201451IJRAT
 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A ReviewIRJET Journal
 
Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingIJCSEA Journal
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancementijait
 
Study of Various Histogram Equalization Techniques
Study of Various Histogram Equalization TechniquesStudy of Various Histogram Equalization Techniques
Study of Various Histogram Equalization TechniquesIOSR Journals
 

What's hot (18)

Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...Performance Evaluation of Filters for Enhancement of Images in Different Appl...
Performance Evaluation of Filters for Enhancement of Images in Different Appl...
 
Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...Establishment of an Efficient Color Model from Existing Models for Better Gam...
Establishment of an Efficient Color Model from Existing Models for Better Gam...
 
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
Histogram Equalization with Range Offset for Brightness Preserved Image Enhan...
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
337
337337
337
 
Be03303560361
Be03303560361Be03303560361
Be03303560361
 
C04302025030
C04302025030C04302025030
C04302025030
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
D046022629
D046022629D046022629
D046022629
 
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION 4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
4D AUTOMATIC LIP-READING FOR SPEAKER'S FACE IDENTIFCATION
 
Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...Contrast enhancement using various statistical operations and neighborhood pr...
Contrast enhancement using various statistical operations and neighborhood pr...
 
Paper id 27201451
Paper id 27201451Paper id 27201451
Paper id 27201451
 
IRJET- Histogram Specification: A Review
IRJET-  	  Histogram Specification: A ReviewIRJET-  	  Histogram Specification: A Review
IRJET- Histogram Specification: A Review
 
Hierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image InpaintingHierarchical Approach for Total Variation Digital Image Inpainting
Hierarchical Approach for Total Variation Digital Image Inpainting
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
Study of Various Histogram Equalization Techniques
Study of Various Histogram Equalization TechniquesStudy of Various Histogram Equalization Techniques
Study of Various Histogram Equalization Techniques
 
Ijcatr04051016
Ijcatr04051016Ijcatr04051016
Ijcatr04051016
 

Viewers also liked (8)

1 7
1 71 7
1 7
 
153 157
153 157153 157
153 157
 
563 574
563 574563 574
563 574
 
635 642
635 642635 642
635 642
 
241 250
241 250241 250
241 250
 
280 284
280 284280 284
280 284
 
237 240
237 240237 240
237 240
 
Volume 2-issue-6-1969-1973
Volume 2-issue-6-1969-1973Volume 2-issue-6-1969-1973
Volume 2-issue-6-1969-1973
 

Similar to 685 689

MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...ijcseit
 
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESE FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESsipij
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subratSubrat Prasad
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...IJMER
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...Editor IJCATR
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcsandit
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcsandit
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueINFOGAIN PUBLICATION
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Techniqueiosrjce
 
IRJET- Visual Improvement of Histopathology Images using Enhancement Techniques
IRJET- Visual Improvement of Histopathology Images using Enhancement TechniquesIRJET- Visual Improvement of Histopathology Images using Enhancement Techniques
IRJET- Visual Improvement of Histopathology Images using Enhancement TechniquesIRJET Journal
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniquesIJEACS
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMcscpconf
 
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...IAEME Publication
 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)sipij
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011garudht
 

Similar to 685 689 (20)

Ijetr021211
Ijetr021211Ijetr021211
Ijetr021211
 
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
MODIFIED HISTOGRAM EQUALIZATION FOR IMAGE CONTRAST ENHANCEMENT USING PARTICLE...
 
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGESE FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
E FFECTIVE P ROCESSING A ND A NALYSIS OF R ADIOTHERAPY I MAGES
 
4
44
4
 
Project report_DTRL_subrat
Project report_DTRL_subratProject report_DTRL_subrat
Project report_DTRL_subrat
 
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
Comparison of Histogram Equalization Techniques for Image Enhancement of Gray...
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...The Effectiveness and Efficiency of Medical Images after Special Filtration f...
The Effectiveness and Efficiency of Medical Images after Special Filtration f...
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
Enhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid TechniqueEnhancement of Medical Images using Histogram Based Hybrid Technique
Enhancement of Medical Images using Histogram Based Hybrid Technique
 
Q01761119124
Q01761119124Q01761119124
Q01761119124
 
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion TechniqueModified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
Modified Contrast Enhancement using Laplacian and Gaussians Fusion Technique
 
IRJET- Visual Improvement of Histopathology Images using Enhancement Techniques
IRJET- Visual Improvement of Histopathology Images using Enhancement TechniquesIRJET- Visual Improvement of Histopathology Images using Enhancement Techniques
IRJET- Visual Improvement of Histopathology Images using Enhancement Techniques
 
A review on image enhancement techniques
A review on image enhancement techniquesA review on image enhancement techniques
A review on image enhancement techniques
 
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHMA MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
A MODIFIED HISTOGRAM BASED FAST ENHANCEMENT ALGORITHM
 
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...Modified clahe an adaptive algorithm for contrast enhancement of aerial  medi...
Modified clahe an adaptive algorithm for contrast enhancement of aerial medi...
 
A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)A study of a modified histogram based fast enhancement algorithm (mhbfe)
A study of a modified histogram based fast enhancement algorithm (mhbfe)
 
Icdecs 2011
Icdecs 2011Icdecs 2011
Icdecs 2011
 

More from Editor IJARCET

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationEditor IJARCET
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Editor IJARCET
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Editor IJARCET
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Editor IJARCET
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Editor IJARCET
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Editor IJARCET
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Editor IJARCET
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Editor IJARCET
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Editor IJARCET
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Editor IJARCET
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Editor IJARCET
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Editor IJARCET
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Editor IJARCET
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Editor IJARCET
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Editor IJARCET
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Editor IJARCET
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Editor IJARCET
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Editor IJARCET
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Editor IJARCET
 

More from Editor IJARCET (20)

Electrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturizationElectrically small antennas: The art of miniaturization
Electrically small antennas: The art of miniaturization
 
Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207Volume 2-issue-6-2205-2207
Volume 2-issue-6-2205-2207
 
Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199Volume 2-issue-6-2195-2199
Volume 2-issue-6-2195-2199
 
Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204Volume 2-issue-6-2200-2204
Volume 2-issue-6-2200-2204
 
Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194Volume 2-issue-6-2190-2194
Volume 2-issue-6-2190-2194
 
Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189Volume 2-issue-6-2186-2189
Volume 2-issue-6-2186-2189
 
Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185Volume 2-issue-6-2177-2185
Volume 2-issue-6-2177-2185
 
Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176Volume 2-issue-6-2173-2176
Volume 2-issue-6-2173-2176
 
Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172Volume 2-issue-6-2165-2172
Volume 2-issue-6-2165-2172
 
Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164Volume 2-issue-6-2159-2164
Volume 2-issue-6-2159-2164
 
Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158Volume 2-issue-6-2155-2158
Volume 2-issue-6-2155-2158
 
Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154Volume 2-issue-6-2148-2154
Volume 2-issue-6-2148-2154
 
Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147Volume 2-issue-6-2143-2147
Volume 2-issue-6-2143-2147
 
Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124Volume 2-issue-6-2119-2124
Volume 2-issue-6-2119-2124
 
Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142Volume 2-issue-6-2139-2142
Volume 2-issue-6-2139-2142
 
Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138Volume 2-issue-6-2130-2138
Volume 2-issue-6-2130-2138
 
Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129Volume 2-issue-6-2125-2129
Volume 2-issue-6-2125-2129
 
Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118Volume 2-issue-6-2114-2118
Volume 2-issue-6-2114-2118
 
Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107Volume 2-issue-6-2102-2107
Volume 2-issue-6-2102-2107
 

Recently uploaded

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Recently uploaded (20)

The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

685 689

  • 1. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 A Hybrid Colour Image Enhancement Technique Based on Contrast Stretching and Peak Based Histogram Equalization A Balachandra Reddy, K Manjunath  developed or differentiated. The two main types of acute Abstract: Medical image enhancement technologies have leukaemia are Acute Lymphoblastic Leukaemia (ALL) and attracted much attention since advanced medical Acute Myelogenous Leukaemia (AML) [2]. Generally in equipments were put into use in the medical field. leukemia diagnosis, Hematologists will look for the Enhanced medical images are desired by a surgeon to abnormal white blood cells to differentiate the types of assist diagnosis and interpretation because medical leukaemia either ALL or AML. There are several image qualities are often deteriorated by noise and other morphological features that can be used to distinguish data acquisition devices, illumination conditions, etc. between ALL and AML such as size and shape of blast [2]. Also targets of medical image enhancement are mainly to Leukaemia is of paramount importance in the healthcare solve problems of low contrast and the high level noise of industry. Currently, the microscopic investigation to identify a medical image. Image enhancement plays an important the types and maturity of blood cells is performed manually role in computer vision and image processing. In this by Hematologists through visual identification under the paper, the use of contrast enhancement techniques for microscope. Specific type of leukaemia must be classified in colour images using RGB components is proposed. The order to provide the best treatment. However, the manual histogram equalization (HE) is one of the most popular recognition method requires a lot of time and effort. This methods for image contrast enhancement. However, HE method is therefore inappropriate to be utilized in large algorithm has two main disadvantages. To solve these hospitals. Several algorithms and techniques have been problems, this paper presents an improved image developed for blood cells recognition. Image enhancement at contrast enhancement based on histogram equalization, the preprocessing stage becomes the most important process which is especially suitable for multiple-peak images. for a successful feature extraction and diagnosis of Firstly, the input image is convolved by a Gaussian filter leukaemia. In general, there are two requirements to be with optimum parameters. Secondly, the original fulfilled for colour image enhancement [3]. The first one is to histogram can be divided into different areas by the keep the colour structure of the original image. This can be valley values of the image histogram. Thirdly, using of done by simply keeping the ratios between R, G, and B our proposed method processes images and finally the components of every pixel. The second requirement is to contrast enhancement Technique, partial contrast is present as much information as the original. This can be applied to enhance the morphological features of acute achieved by using the information in the luminance leukaemia images to ease the leukaemia classification component as well as colour components [3]. Most works between Acute Lymphoblastic Leukaemia (ALL) and proposed the use of gray level image processing techniques Acute Myelogenous Leukaemia (AML). The results show to extract the blood cell features. However, the actual that partial contrast is the best technique that helps to screening process by Hematologists is performed on stained improve the image visibility while preserving the slide where the leukaemia is detected based on colour and significant features of acute leukaemia images. Hence, size of blast. Kumar, Verma, and Singh [4] stated that colour the resultant images would become useful to images are very rich source of information, because they Hematologists for further analysis of acute leukaemia. provide better description of a scene. The conversion of the The result demonstrates that the proposed algorithm has colour image to gray level image may cause some features good performance in the field of image enhancement. that are based on colour to disappear. Index Terms— Contrast Enhancement, Histogram II. THE PROPOSED ALGORITHM Equalization, Image Processing, Partial Contrast. A. Gaussian Filter In order to reduce the noise's interference and improve[5] the quality of input image, in this work we propose to use I. INTRODUCTION Gaussian filter convolving the image firstly. Gaussian filter The term leukaemia refers to a group of cancers of the reduces the difference in brightness between adjacent blood cells. It is characterized by abundance of abnormal elements. It also can reduce blocking effects. As mask size is white blood cells (blast) in the body [1]. Acute leukaemia is a increased, blocking effects can be decreased. However, rapidly progressing disease compared to the chronic computation complexity is increased. Gaussian filter is leukaemia. It primarily affects cells that are not fully calculated by using the following equation Manuscript received May, 2012. G(i, j) = (1/√(2πσ2))exp(-(i2+j2)/2σ2) (1) A Balachandra reddy, Student, Dept of ECE, SITAMS, Chittoor, Andhra σ-standard deviation in the area of mask size. Pradesh, ,India, +919000637959 (balutest@gmail.com) , K Manjunath, Assistant Professor, Dept of ECE, SITAMS, Chittoor, B. Histogram Equalization (HE) Andhra Pradesh, ,India,+919052232027(manjunathak83@gmail.com). 685 All Rights Reserved © 2012 IJARCET
  • 2. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 3, May 2012 Histogram equalization employs a monotonic, nonlinear Qk : Colour level of the input pixel mapping which re-assigns the intensity values of pixels in the fmax : Maximum colour level values in the input image input image such that the output image contains a uniform fmin : Minimum colour level values in the input image distribution of intensities (i.e. a flat histogram).It is a min : Desired minimum colour levels in the output common technique for enhancing the appearance of images. image A perfect image is one which has equal no. of pixels in all its max : Desired maximum colour levels in the output gray levels. Hence to get a perfect image our objective is not image only to spread the dynamic range but also to have equal For partial contrast, the function in Equation 4 is used for pixels in all the gray levels. This technique is known as the pixels transformation which is based on the concept of Histogram Equalization [1]. linear mapping function shown in Equation 3. C. Image Histogram Segmentation To make the processing of the image enhancement more purposed and adaptive, firstly we proposed to analyze the image histogram. Image histogram can be divided into several sub-layer images' histogram by local minimum gray level, as shown in figure1 (a) which is the histogram of an image. From the image we can see that there are three low points in it, so we can divide the histogram into four in(x, y) : Colour level for the input pixel departments. If the histogram as shown in figure1 (b) in out(x, y) : Colour level for the output pixel which there are some gray levels have much more number maxTH : Upper threshold value than others as plus, we will set a suitable value to constrained minTH : Lower threshold value the max frequency of the gray-level. In this way, the NminTH : New lower stretching value proportion of low frequency gray level will be enhanced. NmaxTH : New upper stretching value This is the preparation for the next step. The schematic is shown in Figure1. E. PDF and CDF Probability density function (PDF) is calculated as follows Where N is the total number of pixels in the image, nk is the number of pixels that have gray level rk, and L is the total number of possible gray levels in the image. Where Pmax is the max value of sub-lays’ PDF. If the image histogram includes certain high frequency which as shown in D. Partial Contrast figure1 (b), we will set a suitable value to limit it and we call Partial contrast is a linear mapping function that is used to this suitable value as Pmax. We will use this formula to increase the contrast level and brightness level of the image. calculate the probability of gray-scale. The aim is to enlarge The technique is based on the original brightness and contrast the distance between two adjacent gray levels of the PDF level of the images to be adjusted. First the system will find values. Each element of the proportion in the image can be the range of where the majority input pixels converge for improved to varying degrees. Hence it can reduce the each colour space. Since the input image is in RGB colour difference the shape of probability density distribution. space, so it is necessary to find the pixels range between the Cumulative Distribution Function (CDF) can also be red, blue and green intensities. Then, the average of these computed from equation (7): three colour space will be calculated to obtain the upper and lower colour values by using the following formula: maxTH : (maxRed + maxBlue + maxGreen)/3 We assume C(rk) satisfies the following conditions: minTH : (minRed + minBlue + minGreen)/3 (2) (a) C(rk) is single-valued and monotonically increasing in the maxRed, maxBlue and maxGreen are the maximum colour interval level while minRed, minBlue and minGreen are the (b) 0≤C(rk) ≤1 for k=0…….,L-1 minimum colour level for each colour palette respectively. Transformation can be computed from the equation (8): maxTH and minTH are the average number of maximum and minimum RGB colour space. maxTH and minTH will be used as the desired colour ranges for all the three colour palettes. Next is to start with the mapping process. The F. The proposed algorithm can be explained in seven steps general linear mapping function is given in Equation 3. Pk= [(max-min)/(fmax-fmin)][Qk-fmin] +min (3) Pk : Colour level of the output pixel 686 All Rights Reserved © 2012 IJARCET
  • 3. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 I. Capture the acute leukemia slide image at 40x magnification and save as Bitmap(*.bmp) of JPEG(*.jpg) format. II. The input RGB image is sub divided into R, G and B layers of the image. III. A 3X3 Gaussian mask is convolved with the R, G and B components of the image. IV. PDF and CDF are calculated for the three layers(RGB). Fig2.(a) Original ALL image Fig2. (b) V. Each element of the proportion in the image is improved to varying degrees. VI. Intensity histogram from original image is obtained to get the threshold value. VII. Partial Contrast enhancement technique is applied for the image modified by multiple peaks III. EXPERIMENTAL RESULTS The hybrid image enhancement technique has been applied on acute leukaemia images. The qualities of images Fig2. (c) Fig2. (d) were determined based on human visual interpretation and intensity histogram plot. The proposed method can be used to improve the contrast of nucleus, Auer rode and nucleoli. Figures 2(a) and 2(b) show the original input image and its intensity histogram for Acute Lmphoblastic Leukaemia (ALL). Figures 2 (c), 2(d), 2 (e) and 2(f) show the gaussian filtered image, its histogram, first layer and second layer for Red(R) component of the input RGB image. Figures 2 (g), 2(h), 2 (i) and 2(j) show the gaussian filtered image, its histogram, first and second layers for Green (G) component of the input image. Figures 2 (k), 2(l), 2 (m) and 2(n) show Fig2. (e) Fig2. (f) the gaussian filtered image, its histogram, first and second layers for Blue (B) component. Figure 2(o) shows the resulted output image of Acute Lmphoblastic Leukaemia (ALL) from the proposed hybrid image enhancement technique. Figures 3(a) and 3(b) show the original input image and corresponding histogram for Acute Myelogenous Leukaemia (AML). Figures 3 (c), 3(d), 3 (e) and 3(f) show the gaussian filtered image, its histogram, first and second layers for R component. Figures 3 (g), 3(h), 3 (i) and 3(j) show the Fig2. (g) Fig2. (h) gaussian filtered image, its histogram, first and second layers for G component. Figures 3(k), 3(l), 3 (m) and 3(n) show the gaussian filtered image, its histogram, first layer and second layers for B component. Figure 3(o) shows the resulted output image of Acute Myelogenous Leukaemia (AML). The resultant, images become clearer and the features of leukemia cells can easily been seen and improved from the original images. Nucleus and cytoplasm of immature white blood cells become clearer. Hence, they can easily been discussed by hematologists. Fig2. (i) Fig2. (j) Fig2. (k) Fig2. (l) 687 All Rights Reserved © 2012 IJARCET
  • 4. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 3, May 2012 Fig2. (m) Fig2. (n) Fig3. (g) Fig3. (h) Fig3. (i) Fig3. (j) Fig2. (o) Output ALL image Figure2.Images of Acute Lmphoblastic Leukaemia (ALL) Fig3. (k) Fig3. (l) Fig3.(a) Original AML image Fig3. (b) Fig3. (m) Fig3. (n) Fig3. (c) Fig3. (d) Fig3. (e) Fig3. (f) Fig3. (o) Output AML image Figure3.Images of Acute Myelogenous Leukaemia (AML) 688 All Rights Reserved © 2012 IJARCET
  • 5. ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 4, June 2012 A BALACHANDRA REDDY received IV. CONCLUSION B.Tech degree from Nagarjuna University, A.P. and is pursuing his M.Tech degree When an image is processed for visual interpretation, from JNT University, Anantapur. His the viewer is the ultimate judge of how well a particular areas of interest include digital image method works. Hematologists will look for the large processing and wireless communication number of abnormal white blood cells on stained slide. networks. E-mail: balutest@gmail.com The appearance of white blood cells and red blood cells can be distinguished based on color where WBC tends to K.MANJUNATH received B.Tech degree appear in blue or purple. Then, specific morphological from Anna University, Chennai and features will be observed in order to classify the leukemia M.Tech degree from VIT University, Vellore. He is currently an Assistant as either ALL or AML. The characteristic of these Professor in the department of ECE in features include the size and shape of white blood cells SITAMS, chittor. His areas of interest are nucleus and the presence of Auer rode and multiple digital image processing and wireless nucleoli inside the nucleus are prominent in AML. The networks. E-mail: manjunathak83@gmail.com proposed algorithm can help the doctors to judge and decide the level of abnormality and better diagnosis. V. FUTURE SCOPE The developed algorithm can be further extended to measure the diameter of the cells so that number of cells in bigger diameter can be counted automatically to avoid ambiguity and human errors associated with the image perception. Edge detection and segmentation algorithms can be developed so that by image fusion algorithms further better perception can be achieved. VI. REFERENCES [1] Aimi Salihah,.A.N., M.Y.Mashor, Nor Hazlyna, H.Rosline “Colour Image Enhancement Techniques for Acute Leukaemia Blood Cell Morphological Features” IEEE Transactions on Image Processing , 2010 , 15(9) :2588 —2595. [2] G. C. C. Lim, "Overview of Cancer in Malaysia," Japanese Journal of Clinical Oncology, Department of Radiotherapy and Oncology, Hospital Kuala Lumpur, Kuala Lumpur, Malaysia, 2002. [3] G. C. C. Lim, S. Rampal, and H. Yahaya, "Cancer Incidence in Peninsular Malaysia," The Third Report of the National Cancer Registry, Malaysia, 2005. [4] R S. Kumar, A. Verma, and J. Singh, "Colour Image Segmentation and Multi-Level Thresholding by Maximization of Conditional Entrophy,"International Journal of Signal Processing, WASET. ORG, vol. 13, pp.91-99, 2006. [5]Fan Yang, Jin Wu “An Improved Image Contrast Enhancement in Multiple-Peak Images Based on Histogram Equalization Zhongshui” 2010 International Conference On Computer Design And Appliations (ICCDA 2010). 689 All Rights Reserved © 2012 IJARCET