SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME
148
DETECTION OF ACUTE LEUKEMIA USING WHITE BLOOD CELLS
SEGMENTATION BASED ON BLOOD SAMPLES
Ms. Minal D. Joshi1
, Prof. A.H.Karode2
1
Department of E&TC, SSBT College of Engineering, NMU University, Jalgaon
2
Department of E&TC, SSBT College of Engineering, NMU University, Jalgaon
ABSTRACT
In order to improve patient diagnosis various image processing software are
developed to extract useful information from medical images. An essential part of the
diagnosis and treatment of leukemia is the visual examination of the patient’s peripheral
blood smear under the microscope. Morphological changes in the white blood cells are
commonly used to determine the nature of the malignant cells, namely blasts. Morphological
analysis of blood slides are influenced by factors such as hematologists experience and
tiredness, resulting in non standardized reports. So there is always a need for a cost effective
and robust automated system for leukemia screening which can greatly improve the output
without being influenced by operator fatigue. This paper presents an application of image
segmentation, feature extraction, selection and cell classification to the recognition and
differentiation of normal cell from the blast cell. The system is applied for 108 images
available in public image dataset for the study of leukemia. The methodology demonstrates
that the application of pattern recognition is a powerful tool for the differentiation of normal
cell and blast cell leading to the improvement in the early effective treatment for leukemia.
Keywords: Acute Lymphoblastic Leukemia (ALL), WBC segmentation, Public image
dataset, Feature extraction, kNN classifier.
1. INTRODUCTION
Leukemia is a group of hematological neoplasia which usually affects blood, bone
marrow, and lymph nodes. It is characterized by proliferation of abnormal white blood cells
(leukocytes) in the bone marrow without responding to cell growth inhibitors [1]. Acute
leukemia is classified according to the French-American- British (FAB) classification into
INTERNATIONAL JOURNAL OF ELECTRONICS AND
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 3, May – June, 2013, pp. 148-153
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com
IJECET
© I A E M E
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME
149
two types: Acute Lymphoblastic Leukemia (ALL) and Acute Myelogenous Leukemia
(AML). In acute leukemia disease, cells that are not fully differentiated get affected. ALL is
most common in children while AML mainly affects adults but can occur in children and
adolescents. In this paper the main focus is on ALL. The early and fast identification of the
leukemia type, greatly aids in providing the appropriate treatment for the particular type. Its
detection starts with a complete blood count (CBC) [2]. If the count is abnormal, the patient
is suggested to perform bone marrow biopsy. Therefore, to confirm the presence of leukemic
cells, a study of morphological bone marrow and peripheral blood slide analysis is done.
Manual examination of the slides are subjected to bias i.e. operator experience, tiredness etc.
resulting with inconsistent and subjective reports. This paper represents blood slide image
segmentation and classification for automatic detection of leukemia. For study purpose a
public supervised image datasets (ALL-IDB) [3] is provided by Fabio Scotti to test and fairly
compare algorithms for cell segmentation and classification of the ALL disease.
Fig.1 The proposed system
The proposed system for ALL detection is shown in Fig 1. It consists of various
functional modules [4]. The input image of blood slide is fed to the system. As the blood
contains various elements only WBCs are separated using segmentation. White blood cells
fall into five categories: Neutrophil, Eosinophil, Basophil, Monocyte and Lymphocyte.
Lymphocytes are responsible for ALL. Hence lymphocytes are detected and their features
such as area, perimeter, circularity etc. are calculated using feature extraction module. Using
these extracted features, classifier classifies the normal cell and blast cell. The most common
method adopted for leukemia classification is the FAB method [3].
The segmentation step is very crucial because the accuracy of the subsequent feature
extraction and classification depends on the correct segmentation of white blood cells. It is
also a difficult and challenging problem due to the complex nature of the cells and
uncertainty in the microscopic image. Many researchers have given different methods for
image segmentation. Cseke used automatic thresholding method (1979). Threshold
techniques cannot always produce meaningful results since no spatial information is used
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME
150
during the selection of the segmentation threshold [5]. Edge detection method can also be
meaningful for segmentation but it is applicable only when there is good contrast between
foreground and background. (Piuri and Scotti) [6]. The K-Mean clustering method is utilized
by Sinha and Ramakrishnan. However, the method of cropping the entire cell in order to get
the real area of the whole cell is not clearly shown [7]. Theera-Umpon used a fuzzy C-Mean
clustering to segment single cell images of white blood cells in the bone marrow into two
regions, i.e., nucleus and non-nucleus. The computational time increases if the clusters
number is greater than 2 [8].
2. IMAGE SEGMENTATION
This section shows steps of the image segmentation algorithm used in this system [9].
1) Input the colour blood slide image to the system.
2) Convert the colour image into grayscale image.
3) Enhance contrast of the grayscale image by histogram equalization method (A).
4) To adjust image intensity level apply linear contrast stretching to gray scale image
(B).
5) Obtain the image I1=B+A to brighten all other image components except cell nucleus.
6) Obtain the image I2=I1-A to highlight the entire image objects along with cell
nucleus.
7) Obtain the image I3=I1+I2 to remove all other components of blood with minimum
effect of distortion over nucleus.
8) To reduce noise, preserve edges and increase the darkness of the nuclei implement 3-
by-3 minimums filter on the image I3.
9) Apply a global threshold Otsu’s method on image I3 to get image I4.
10) Using the threshold value in above step convert I3 to binary image.
11) To remove small pixel groups use morphological opening.
12) To form objects connect the neighboring pixels.
13) By applying the size test removal of all objects that are less than 50% of average RBC
area is done.
It is observed that this method of segmentation yields better results than that of previous
methods.
3. FEATURE EXTRACTION
Feature extraction means to transfer the input data into different set of features. In this
paper three features of lymphocyte cells have been observed viz, area, perimeter and
circularity because shape of the nucleus is important feature for differentiation of blasts.
1) Area: The area was determined by counting the total number of none zero pixels
within the image region.
2) Perimeter: It was measured by calculating distance between successive boundary
pixels.
3) Circularity: This is a dimensionless parameter which changes with surface
irregularities and is defined in equation (1):
Circularity = 4* Pi* Area/ Perimerer2
………………….. (1)
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME
151
4. CLASSIFICATION
Based on the features extracted in above steps classifier classifies the lymphocyte
cells as blast or normal cells. The K-nearest neighbor (kNN) decision rule has been a
ubiquitous classification tool with good scalability. In this system kNN classifier of k=1 is
utilized.
5. EXPERIMENTAL RESULTS
The proposed technique has been applied on 108 peripheral blood smear images
obtained from the public dataset as mentioned earlier. A microscopic blood image of size
2592 × 1944 is considered for evaluation [3]. The results of segmentation steps have shown
below.
(a) (b) (c)
(d)
Fig.2: a) Original image b) Gray scale image c) Histogram equalized image A d) Linear
contrast stretched image B
In this paper Otsu’s method of segmentation is utilized along with image arithmetic.
Fig. 2 shows the image histogram equalization and linear contrast stretching method results.
After this step simple arithmetic operations are used along with Global thresholding method
to detect white blood cell nucleus as shown in fig. 3.
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME
152
Image I1 Image I2 Image I3
Image I4
Fig. 3: Images after application of arithmetic operations and thresholding method
according to segmentation algorithm
After image arithmetic operation, minimum filter is applied to remove noise. Finally
WBCs are shown with white spots all around its nucleus. This execution requires time period
of millisecond. And in the last stage, using kNN classifier, normal lymphocytes and blast
lymphocytes are classified. Fig. 4 shows the resultant images.
(a) (b) (c)
Fig.4: a) Minimum filter effect b) WBCs with white spots over nuclei c) Final
lymphocyte blast segmented image
6. CONCLUSION
A WBC nucleus segmentation of stained blood smear images followed by relevant
feature extraction for leukemia detection is the main theme of the paper. The paper mostly
concentrates on measuring area, circularity, perimeter etc. features for better detection
accuracy. Leukemia detection with the proposed features were classified with kNN classifier.
The system is applied on 108 images from public dataset giving accuracy of 93%.
Furthermore the system should be robust to excessive staining and touching cells.
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME
153
REFERENCES
[1] Catherine Haworth, The Royal Manchester Children's Hospital, Pendlebury, Manchester
M27 JHA, “Routine bone inarrow examination in the management of acute lymphoblastic
leukaemia of childhood”, J Clin Pathol 1981 ;34:483-485.
[2] Hayan T. Madhloom1, Sameem Abdul Kareem 2, Department of Artificial Intelligence,
Faculty of Computer Science and Information, “A Robust Feature Extraction and Selection
Method for the Recognition of Lymphocytes versus Acute Lymphoblastic Leukemia”,
International Conference on ACSAT, 2012.
[3] Fabio Scotti IEEE Member Universit`a degli Studi di Milano, Department of Information
Technologies, via Bramante 65, 26013 Crema, Italy, “ALL-IDB: The Acute Lymphoblastic
Leukemia Image Database for Image Processing”, IEEE2011.
[4] Wei-Liang Tai, Department of Biomedical Informatics, Asia University, Taiwan, “Blood
Cell Image Classification Based on Hierarchical SVM”, 2011 IEEE.
[5] Cseke, I., Geometry GIS System House Ltd. Budapest 1025, Felso Zoldmali 128-1 30.
Hungary “A fast segmentation scheme for white blood cell images”, Proceedings of the 11th
IAPR ICPRISS Aug. 30-Sept. 1992, Netherlands, pp: 530-533.
[6] Vincenzo Piuri, Fabio Scotti University of Milan, Department of IT, Italy,
“Morphological Classification of Blood Leucocytes by Microscope Images”, CIMSA 2004.
[7] Neelam Sinha and A. G. Ramakrishnan, Department of Electrical Engineering Indian
Institute of Science Bangalore, “Automation of Differential Blood Count”, 2003 IEEE.
[8] Nipon Theera-Umpon, Electrical Engineering Department, Chiang Mai University,
Thailand, “Breast Abnormality Detection in Mammograms Using Fuzzy Inference System”,
The International Conference on Fuzzy Systems 2005 IEEE.
[9] H.T. Madhloom, S.A. Kareem, University of Malaya, Malaysia, “An Automated White
Blood Cell Nucleus Localization and Segmentation using Image Arithmetic and Automatic
Threshold”, Journal of Applied Sciences ,2010.
[10] R. Edbert Rajan and Dr.K.Prasadh, “Spatial and Hierarchical Feature Extraction Based
on Sift for Medical Images”, International Journal of Computer Engineering & Technology
(IJCET), Volume 3, Issue 2, 2012, pp. 308 - 322, ISSN Print: 0976 – 6367, ISSN Online:
0976 – 6375.

More Related Content

What's hot

Computer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingComputer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingeSAT Publishing House
 
Computer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modelComputer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modeleSAT Journals
 
Analysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationAnalysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationIRJET Journal
 
MRI_processing
MRI_processingMRI_processing
MRI_processingLitu Rout
 
IRJET- Performance Analysis of Lung Disease Detection and Classification
IRJET-  	  Performance Analysis of Lung Disease Detection and ClassificationIRJET-  	  Performance Analysis of Lung Disease Detection and Classification
IRJET- Performance Analysis of Lung Disease Detection and ClassificationIRJET Journal
 
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesA novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesSrinivasaRaoNaga
 
Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...journalBEEI
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingeSAT Journals
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingeSAT Publishing House
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Automatic recognition of white blood cells
Automatic recognition of white blood cellsAutomatic recognition of white blood cells
Automatic recognition of white blood cellsAboul Ella Hassanien
 
SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS
SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANSSEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS
SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANSijaia
 
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingSurvey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingIJCSIS Research Publications
 
Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...
Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...
Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...AIRCC Publishing Corporation
 

What's hot (16)

Computer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer usingComputer aided diagnosis for liver cancer using
Computer aided diagnosis for liver cancer using
 
Computer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical modelComputer aided diagnosis for liver cancer using statistical model
Computer aided diagnosis for liver cancer using statistical model
 
Analysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis ClassificationAnalysis of Blood Samples Using Anfis Classification
Analysis of Blood Samples Using Anfis Classification
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
MRI_processing
MRI_processingMRI_processing
MRI_processing
 
IRJET- Performance Analysis of Lung Disease Detection and Classification
IRJET-  	  Performance Analysis of Lung Disease Detection and ClassificationIRJET-  	  Performance Analysis of Lung Disease Detection and Classification
IRJET- Performance Analysis of Lung Disease Detection and Classification
 
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-imagesA novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
A novel-approach-for-retinal-lesion-detection-indiabetic-retinopathy-images
 
Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...Automatic whole-body bone scan image segmentation based on constrained local ...
Automatic whole-body bone scan image segmentation based on constrained local ...
 
wbc_rbc
wbc_rbcwbc_rbc
wbc_rbc
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imaging
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imaging
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Automatic recognition of white blood cells
Automatic recognition of white blood cellsAutomatic recognition of white blood cells
Automatic recognition of white blood cells
 
SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS
SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANSSEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS
SEGMENTATION OF MULTIPLE SCLEROSIS LESION IN BRAIN MR IMAGES USING FUZZY C-MEANS
 
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical ImagingSurvey of Feature Selection / Extraction Methods used in Biomedical Imaging
Survey of Feature Selection / Extraction Methods used in Biomedical Imaging
 
Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...
Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...
Machine Learning in Early Genetic Detection of Multiple Sclerosis Disease: A ...
 

Viewers also liked

DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...
DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...
DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...IJEEE
 
Automatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal ImagesAutomatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal ImagesHarish Rajula
 
Image segmentation
Image segmentationImage segmentation
Image segmentationMukul Jindal
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation pptGichelle Amon
 
Paper id 212014108
Paper id 212014108Paper id 212014108
Paper id 212014108IJRAT
 

Viewers also liked (8)

DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...
DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...
DETECTING AND COUNTING THE NO. OF WHITE BLOOD CELLS IN BLOOD SAMPLE IMAGES BY...
 
Segmentation Techniques -II
Segmentation Techniques -IISegmentation Techniques -II
Segmentation Techniques -II
 
Automatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal ImagesAutomatic Blood Vessels Segmentation of Retinal Images
Automatic Blood Vessels Segmentation of Retinal Images
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Segmentation
SegmentationSegmentation
Segmentation
 
Medical image analysis
Medical image analysisMedical image analysis
Medical image analysis
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 
Paper id 212014108
Paper id 212014108Paper id 212014108
Paper id 212014108
 

Similar to Detection of acute leukemia using white blood cells segmentation based on

IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...IRJET Journal
 
Microscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute LeukemiaMicroscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute LeukemiaEditor IJCATR
 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means ClusteringIRJET Journal
 
IRJET- Detection of White Blood Sample Cells using CNN
IRJET- Detection of White Blood Sample Cells using CNNIRJET- Detection of White Blood Sample Cells using CNN
IRJET- Detection of White Blood Sample Cells using CNNIRJET Journal
 
IRJET- Detection of White Blood Sample Cells using CNN
IRJET-  	  Detection of White Blood Sample Cells using CNNIRJET-  	  Detection of White Blood Sample Cells using CNN
IRJET- Detection of White Blood Sample Cells using CNNIRJET Journal
 
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...sipij
 
Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)sipij
 
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...sipij
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...IJECEIAES
 
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data MiningDevelopment of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data MiningEditor IJCATR
 
Automatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating ParasitemiaAutomatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating ParasitemiaCSCJournals
 
Lung Cancer Detection Using Deep Learning Algorithms
Lung Cancer Detection Using Deep Learning AlgorithmsLung Cancer Detection Using Deep Learning Algorithms
Lung Cancer Detection Using Deep Learning AlgorithmsIRJET Journal
 
IRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-TransformIRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-TransformIRJET Journal
 
Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...
Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...
Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...IJECEIAES
 
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...cscpconf
 
Investigation of white blood cell biomaker model for acute lymphoblastic leuk...
Investigation of white blood cell biomaker model for acute lymphoblastic leuk...Investigation of white blood cell biomaker model for acute lymphoblastic leuk...
Investigation of white blood cell biomaker model for acute lymphoblastic leuk...journalBEEI
 
A novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundA novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundRaja Ram
 

Similar to Detection of acute leukemia using white blood cells segmentation based on (20)

IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
IRJET- Analysis of Automated Detection of WBC Cancer Diseases in Biomedical P...
 
Microscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute LeukemiaMicroscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
Microscopic Digital Image Segmentation And feature Extraction of Acute Leukemia
 
40120130405013
4012013040501340120130405013
40120130405013
 
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
IRJET-  	  An Effective Brain Tumor Segmentation using K-means ClusteringIRJET-  	  An Effective Brain Tumor Segmentation using K-means Clustering
IRJET- An Effective Brain Tumor Segmentation using K-means Clustering
 
IRJET- Detection of White Blood Sample Cells using CNN
IRJET- Detection of White Blood Sample Cells using CNNIRJET- Detection of White Blood Sample Cells using CNN
IRJET- Detection of White Blood Sample Cells using CNN
 
IRJET- Detection of White Blood Sample Cells using CNN
IRJET-  	  Detection of White Blood Sample Cells using CNNIRJET-  	  Detection of White Blood Sample Cells using CNN
IRJET- Detection of White Blood Sample Cells using CNN
 
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
Melanoma Cell Detection in Lymph Nodes Histopathological Images using Deep Le...
 
Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)Articles -Signal & Image Processing: An International Journal (SIPIJ)
Articles -Signal & Image Processing: An International Journal (SIPIJ)
 
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
MELANOMA CELL DETECTION IN LYMPH NODES HISTOPATHOLOGICAL IMAGES USING DEEP LE...
 
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...Automatic Segmentation of Brachial Artery based on Fuzzy  C-Means Pixel Clust...
Automatic Segmentation of Brachial Artery based on Fuzzy C-Means Pixel Clust...
 
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data MiningDevelopment of Computational Tool for Lung Cancer Prediction Using Data Mining
Development of Computational Tool for Lung Cancer Prediction Using Data Mining
 
Automatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating ParasitemiaAutomatic Detection of Malaria Parasites for Estimating Parasitemia
Automatic Detection of Malaria Parasites for Estimating Parasitemia
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
50120140501007 2-3
50120140501007 2-350120140501007 2-3
50120140501007 2-3
 
Lung Cancer Detection Using Deep Learning Algorithms
Lung Cancer Detection Using Deep Learning AlgorithmsLung Cancer Detection Using Deep Learning Algorithms
Lung Cancer Detection Using Deep Learning Algorithms
 
IRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-TransformIRJET- Brain Tumor Segmentation and Detection using F-Transform
IRJET- Brain Tumor Segmentation and Detection using F-Transform
 
Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...
Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...
Mobile based Automated Complete Blood Count (Auto-CBC) Analysis System from B...
 
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
VISIBLE WATERMARKING WITHIN THE REGION OF NON-INTEREST OF MEDICAL IMAGES BASE...
 
Investigation of white blood cell biomaker model for acute lymphoblastic leuk...
Investigation of white blood cell biomaker model for acute lymphoblastic leuk...Investigation of white blood cell biomaker model for acute lymphoblastic leuk...
Investigation of white blood cell biomaker model for acute lymphoblastic leuk...
 
A novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasoundA novel automated identification of intima media thickness in ultrasound
A novel automated identification of intima media thickness in ultrasound
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

call girls in munirka DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in munirka  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in munirka  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in munirka DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️saminamagar
 
Glomerular Filtration and determinants of glomerular filtration .pptx
Glomerular Filtration and  determinants of glomerular filtration .pptxGlomerular Filtration and  determinants of glomerular filtration .pptx
Glomerular Filtration and determinants of glomerular filtration .pptxDr.Nusrat Tariq
 
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original PhotosCall Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photosnarwatsonia7
 
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...narwatsonia7
 
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...rajnisinghkjn
 
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service MumbaiLow Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbaisonalikaur4
 
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...narwatsonia7
 
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...narwatsonia7
 
Statistical modeling in pharmaceutical research and development.
Statistical modeling in pharmaceutical research and development.Statistical modeling in pharmaceutical research and development.
Statistical modeling in pharmaceutical research and development.ANJALI
 
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service LucknowVIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknownarwatsonia7
 
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original PhotosBook Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photosnarwatsonia7
 
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Availablenarwatsonia7
 
97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAAjennyeacort
 
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls ServiceCall Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Servicesonalikaur4
 
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi NcrDelhi Call Girls
 
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...saminamagar
 
Hematology and Immunology - Leukocytes Functions
Hematology and Immunology - Leukocytes FunctionsHematology and Immunology - Leukocytes Functions
Hematology and Immunology - Leukocytes FunctionsMedicoseAcademics
 
See the 2,456 pharmacies on the National E-Pharmacy Platform
See the 2,456 pharmacies on the National E-Pharmacy PlatformSee the 2,456 pharmacies on the National E-Pharmacy Platform
See the 2,456 pharmacies on the National E-Pharmacy PlatformKweku Zurek
 

Recently uploaded (20)

call girls in munirka DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in munirka  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️call girls in munirka  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
call girls in munirka DELHI 🔝 >༒9540349809 🔝 genuine Escort Service 🔝✔️✔️
 
Glomerular Filtration and determinants of glomerular filtration .pptx
Glomerular Filtration and  determinants of glomerular filtration .pptxGlomerular Filtration and  determinants of glomerular filtration .pptx
Glomerular Filtration and determinants of glomerular filtration .pptx
 
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jayanagar Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Hsr Layout Just Call 7001305949 Top Class Call Girl Service Available
 
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original PhotosCall Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
Call Girl Service Bidadi - For 7001305949 Cheap & Best with original Photos
 
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
Call Girls Electronic City Just Call 7001305949 Top Class Call Girl Service A...
 
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
Dwarka Sector 6 Call Girls ( 9873940964 ) Book Hot And Sexy Girls In A Few Cl...
 
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service MumbaiLow Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
Low Rate Call Girls Mumbai Suman 9910780858 Independent Escort Service Mumbai
 
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
Russian Call Girls Chickpet - 7001305949 Booking and charges genuine rate for...
 
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
Call Girls Frazer Town Just Call 7001305949 Top Class Call Girl Service Avail...
 
Statistical modeling in pharmaceutical research and development.
Statistical modeling in pharmaceutical research and development.Statistical modeling in pharmaceutical research and development.
Statistical modeling in pharmaceutical research and development.
 
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service LucknowVIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
VIP Call Girls Lucknow Nandini 7001305949 Independent Escort Service Lucknow
 
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original PhotosBook Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
Book Call Girls in Yelahanka - For 7001305949 Cheap & Best with original Photos
 
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service AvailableCall Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
Call Girls Jp Nagar Just Call 7001305949 Top Class Call Girl Service Available
 
97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA97111 47426 Call Girls In Delhi MUNIRKAA
97111 47426 Call Girls In Delhi MUNIRKAA
 
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls ServiceCall Girls Thane Just Call 9910780858 Get High Class Call Girls Service
Call Girls Thane Just Call 9910780858 Get High Class Call Girls Service
 
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
9873777170 Full Enjoy @24/7 Call Girls In North Avenue Delhi Ncr
 
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...call girls in Connaught Place  DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
call girls in Connaught Place DELHI 🔝 >༒9540349809 🔝 genuine Escort Service ...
 
Hematology and Immunology - Leukocytes Functions
Hematology and Immunology - Leukocytes FunctionsHematology and Immunology - Leukocytes Functions
Hematology and Immunology - Leukocytes Functions
 
See the 2,456 pharmacies on the National E-Pharmacy Platform
See the 2,456 pharmacies on the National E-Pharmacy PlatformSee the 2,456 pharmacies on the National E-Pharmacy Platform
See the 2,456 pharmacies on the National E-Pharmacy Platform
 

Detection of acute leukemia using white blood cells segmentation based on

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME 148 DETECTION OF ACUTE LEUKEMIA USING WHITE BLOOD CELLS SEGMENTATION BASED ON BLOOD SAMPLES Ms. Minal D. Joshi1 , Prof. A.H.Karode2 1 Department of E&TC, SSBT College of Engineering, NMU University, Jalgaon 2 Department of E&TC, SSBT College of Engineering, NMU University, Jalgaon ABSTRACT In order to improve patient diagnosis various image processing software are developed to extract useful information from medical images. An essential part of the diagnosis and treatment of leukemia is the visual examination of the patient’s peripheral blood smear under the microscope. Morphological changes in the white blood cells are commonly used to determine the nature of the malignant cells, namely blasts. Morphological analysis of blood slides are influenced by factors such as hematologists experience and tiredness, resulting in non standardized reports. So there is always a need for a cost effective and robust automated system for leukemia screening which can greatly improve the output without being influenced by operator fatigue. This paper presents an application of image segmentation, feature extraction, selection and cell classification to the recognition and differentiation of normal cell from the blast cell. The system is applied for 108 images available in public image dataset for the study of leukemia. The methodology demonstrates that the application of pattern recognition is a powerful tool for the differentiation of normal cell and blast cell leading to the improvement in the early effective treatment for leukemia. Keywords: Acute Lymphoblastic Leukemia (ALL), WBC segmentation, Public image dataset, Feature extraction, kNN classifier. 1. INTRODUCTION Leukemia is a group of hematological neoplasia which usually affects blood, bone marrow, and lymph nodes. It is characterized by proliferation of abnormal white blood cells (leukocytes) in the bone marrow without responding to cell growth inhibitors [1]. Acute leukemia is classified according to the French-American- British (FAB) classification into INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June, 2013, pp. 148-153 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET © I A E M E
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME 149 two types: Acute Lymphoblastic Leukemia (ALL) and Acute Myelogenous Leukemia (AML). In acute leukemia disease, cells that are not fully differentiated get affected. ALL is most common in children while AML mainly affects adults but can occur in children and adolescents. In this paper the main focus is on ALL. The early and fast identification of the leukemia type, greatly aids in providing the appropriate treatment for the particular type. Its detection starts with a complete blood count (CBC) [2]. If the count is abnormal, the patient is suggested to perform bone marrow biopsy. Therefore, to confirm the presence of leukemic cells, a study of morphological bone marrow and peripheral blood slide analysis is done. Manual examination of the slides are subjected to bias i.e. operator experience, tiredness etc. resulting with inconsistent and subjective reports. This paper represents blood slide image segmentation and classification for automatic detection of leukemia. For study purpose a public supervised image datasets (ALL-IDB) [3] is provided by Fabio Scotti to test and fairly compare algorithms for cell segmentation and classification of the ALL disease. Fig.1 The proposed system The proposed system for ALL detection is shown in Fig 1. It consists of various functional modules [4]. The input image of blood slide is fed to the system. As the blood contains various elements only WBCs are separated using segmentation. White blood cells fall into five categories: Neutrophil, Eosinophil, Basophil, Monocyte and Lymphocyte. Lymphocytes are responsible for ALL. Hence lymphocytes are detected and their features such as area, perimeter, circularity etc. are calculated using feature extraction module. Using these extracted features, classifier classifies the normal cell and blast cell. The most common method adopted for leukemia classification is the FAB method [3]. The segmentation step is very crucial because the accuracy of the subsequent feature extraction and classification depends on the correct segmentation of white blood cells. It is also a difficult and challenging problem due to the complex nature of the cells and uncertainty in the microscopic image. Many researchers have given different methods for image segmentation. Cseke used automatic thresholding method (1979). Threshold techniques cannot always produce meaningful results since no spatial information is used
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME 150 during the selection of the segmentation threshold [5]. Edge detection method can also be meaningful for segmentation but it is applicable only when there is good contrast between foreground and background. (Piuri and Scotti) [6]. The K-Mean clustering method is utilized by Sinha and Ramakrishnan. However, the method of cropping the entire cell in order to get the real area of the whole cell is not clearly shown [7]. Theera-Umpon used a fuzzy C-Mean clustering to segment single cell images of white blood cells in the bone marrow into two regions, i.e., nucleus and non-nucleus. The computational time increases if the clusters number is greater than 2 [8]. 2. IMAGE SEGMENTATION This section shows steps of the image segmentation algorithm used in this system [9]. 1) Input the colour blood slide image to the system. 2) Convert the colour image into grayscale image. 3) Enhance contrast of the grayscale image by histogram equalization method (A). 4) To adjust image intensity level apply linear contrast stretching to gray scale image (B). 5) Obtain the image I1=B+A to brighten all other image components except cell nucleus. 6) Obtain the image I2=I1-A to highlight the entire image objects along with cell nucleus. 7) Obtain the image I3=I1+I2 to remove all other components of blood with minimum effect of distortion over nucleus. 8) To reduce noise, preserve edges and increase the darkness of the nuclei implement 3- by-3 minimums filter on the image I3. 9) Apply a global threshold Otsu’s method on image I3 to get image I4. 10) Using the threshold value in above step convert I3 to binary image. 11) To remove small pixel groups use morphological opening. 12) To form objects connect the neighboring pixels. 13) By applying the size test removal of all objects that are less than 50% of average RBC area is done. It is observed that this method of segmentation yields better results than that of previous methods. 3. FEATURE EXTRACTION Feature extraction means to transfer the input data into different set of features. In this paper three features of lymphocyte cells have been observed viz, area, perimeter and circularity because shape of the nucleus is important feature for differentiation of blasts. 1) Area: The area was determined by counting the total number of none zero pixels within the image region. 2) Perimeter: It was measured by calculating distance between successive boundary pixels. 3) Circularity: This is a dimensionless parameter which changes with surface irregularities and is defined in equation (1): Circularity = 4* Pi* Area/ Perimerer2 ………………….. (1)
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME 151 4. CLASSIFICATION Based on the features extracted in above steps classifier classifies the lymphocyte cells as blast or normal cells. The K-nearest neighbor (kNN) decision rule has been a ubiquitous classification tool with good scalability. In this system kNN classifier of k=1 is utilized. 5. EXPERIMENTAL RESULTS The proposed technique has been applied on 108 peripheral blood smear images obtained from the public dataset as mentioned earlier. A microscopic blood image of size 2592 × 1944 is considered for evaluation [3]. The results of segmentation steps have shown below. (a) (b) (c) (d) Fig.2: a) Original image b) Gray scale image c) Histogram equalized image A d) Linear contrast stretched image B In this paper Otsu’s method of segmentation is utilized along with image arithmetic. Fig. 2 shows the image histogram equalization and linear contrast stretching method results. After this step simple arithmetic operations are used along with Global thresholding method to detect white blood cell nucleus as shown in fig. 3.
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME 152 Image I1 Image I2 Image I3 Image I4 Fig. 3: Images after application of arithmetic operations and thresholding method according to segmentation algorithm After image arithmetic operation, minimum filter is applied to remove noise. Finally WBCs are shown with white spots all around its nucleus. This execution requires time period of millisecond. And in the last stage, using kNN classifier, normal lymphocytes and blast lymphocytes are classified. Fig. 4 shows the resultant images. (a) (b) (c) Fig.4: a) Minimum filter effect b) WBCs with white spots over nuclei c) Final lymphocyte blast segmented image 6. CONCLUSION A WBC nucleus segmentation of stained blood smear images followed by relevant feature extraction for leukemia detection is the main theme of the paper. The paper mostly concentrates on measuring area, circularity, perimeter etc. features for better detection accuracy. Leukemia detection with the proposed features were classified with kNN classifier. The system is applied on 108 images from public dataset giving accuracy of 93%. Furthermore the system should be robust to excessive staining and touching cells.
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 3, May – June (2013), © IAEME 153 REFERENCES [1] Catherine Haworth, The Royal Manchester Children's Hospital, Pendlebury, Manchester M27 JHA, “Routine bone inarrow examination in the management of acute lymphoblastic leukaemia of childhood”, J Clin Pathol 1981 ;34:483-485. [2] Hayan T. Madhloom1, Sameem Abdul Kareem 2, Department of Artificial Intelligence, Faculty of Computer Science and Information, “A Robust Feature Extraction and Selection Method for the Recognition of Lymphocytes versus Acute Lymphoblastic Leukemia”, International Conference on ACSAT, 2012. [3] Fabio Scotti IEEE Member Universit`a degli Studi di Milano, Department of Information Technologies, via Bramante 65, 26013 Crema, Italy, “ALL-IDB: The Acute Lymphoblastic Leukemia Image Database for Image Processing”, IEEE2011. [4] Wei-Liang Tai, Department of Biomedical Informatics, Asia University, Taiwan, “Blood Cell Image Classification Based on Hierarchical SVM”, 2011 IEEE. [5] Cseke, I., Geometry GIS System House Ltd. Budapest 1025, Felso Zoldmali 128-1 30. Hungary “A fast segmentation scheme for white blood cell images”, Proceedings of the 11th IAPR ICPRISS Aug. 30-Sept. 1992, Netherlands, pp: 530-533. [6] Vincenzo Piuri, Fabio Scotti University of Milan, Department of IT, Italy, “Morphological Classification of Blood Leucocytes by Microscope Images”, CIMSA 2004. [7] Neelam Sinha and A. G. Ramakrishnan, Department of Electrical Engineering Indian Institute of Science Bangalore, “Automation of Differential Blood Count”, 2003 IEEE. [8] Nipon Theera-Umpon, Electrical Engineering Department, Chiang Mai University, Thailand, “Breast Abnormality Detection in Mammograms Using Fuzzy Inference System”, The International Conference on Fuzzy Systems 2005 IEEE. [9] H.T. Madhloom, S.A. Kareem, University of Malaya, Malaysia, “An Automated White Blood Cell Nucleus Localization and Segmentation using Image Arithmetic and Automatic Threshold”, Journal of Applied Sciences ,2010. [10] R. Edbert Rajan and Dr.K.Prasadh, “Spatial and Hierarchical Feature Extraction Based on Sift for Medical Images”, International Journal of Computer Engineering & Technology (IJCET), Volume 3, Issue 2, 2012, pp. 308 - 322, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.