SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 432
Automated Dengue Detection
Reenu Marie Philip1, Gopakumar G2
1M-Tech Student, CSE Dept., College of Engineering, Chengannur, Kerala, India
2 Associate Professor, CSE Dept., College of Engineering, Chengannur, Kerala, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Dengue is a major health problem in tropical
and Asia-Pacific regions which typically spreads rapidly in
number of infection patients. Knowingthatmostoftheworld's
population living in risk areas, in order to diagnose and treat
the disease, high skilled experts and human resources are
needed. However, in some cases human error potentially may
occur. Therefore, a new method of automated dengue
detection is developed. For that white blood cell classification
and classified the dengue as infected or not. In this paper,
comparison based on SVM and two layer feed forward
network. From that, two layer feed forward network has
better accuracy than SVM. This work is also implemented in
CNN.
Key Words: infected, non- infected, white blood cell,
SVM, CNN
1. INTRODUCTION
The Dengue is a major health problem in tropical and Asia
Pacific regions, and it has been spreading for rapidly
more than 50 years. The diseases are caused by viruses
transmitted of mosquito borne. Each year, 50-100 million
people had been dengue infection.75% of the world's
population lives in high risk areas [1]. The health and
economy affected. The major symptom of patients appears
as a fever and plasma of blood leakage that affected shock
syndrome and causes of death. Risk reduction is important
factors of patients are getting diagnosed and should been
treated correctly and quickly.
Dengue is spread by several speciesof mosquitooftheAedes
type, A .aegypti. The virus has five different types; infection
with one type usually gives lifelong immunity to that type,
but only short-term immunity to the others. Subsequent
infection with a different type increases the risk of severe
complications. A number of tests are availableto confirmthe
diagnosis including detecting antibodies to the virus or its
RNA. A novel vaccine for dengue fever has been approved
and is commercially available to confirm diagnoseincluding
detecting antibodies to virus or its RNA.
Symptoms typically begin three to fourteen days after
infection. This may include a high fever, headache, vomiting,
muscle and joint pains, and a characteristic skin r a s h .
Recovery generally takes two to seven days. In a small
proportion of cases, the disease develops into the life-
threatening dengue hemorrhagicfever,resultingin bleeding,
low levels of blood platelets and blood plasma leakage, or
into dengue shock syndrome, where dangerously low
blood pressure occurs.
Dengue has become a global problem since the Second
World War and is common in more than 110 countries.Each
year between 50 and 528 million people are infected and
approximately 10,000 to 20,000 die. The earliest
descriptions of an outbreak date from 1779. Its viral cause
and spread were understood by the early 20th century.
Apart from eliminating the mosquitoes, work is ongoing for
medication targeted directly at the virus. It is classified as a
neglected tropical disease.
2. LITERATURE SURVEY
Previous research is used to classify white blood cells
based on the edges of cells. The focus is selection of
feature extraction and classification method.
S.S.Savkare, S.P.Narote [2] proposed median filter which is
used to remove noise.
Kaushiki Roy, Ratnadeep Dey, Debotosh Bhattacharjee,Mita
Nasipuri, Pramit Ghosh[3],average filter is developed. It has
advantage that single pixel representation and
disadvantage that autocorrelation.
Prabhjot Kaur, Vishakha Sharma, Nishatha Garg [4]
proposed a method called Gaussian low pass filter. It has
advantage that it preserves noise but not preserves details.
Sheng-Fuu Lin, Yu-Bi Hong[5]method of region growth
segmentation is presented. It has advantages that correctly
separate the region and identify and set the boundary. It
disadvantage that choice of kernel and inexpensive and
sensitive to noise.
Ashwini Rejintal, Aswini N [6] proposed GLCM method. It
advantage has Computational complexity of this method is
very less. It disadvantage that ignores the spatial
relationship between the texture patterns and sensitive
towards noise.
Sarach Tantikittil, Sompong Tumswadi, Wichian
Premchaiswadi [7] proposed Decision tree method. It
advantage has Assign values to problem. It has
disadvantage that Very complex.
Alfred R. J. Katz [8] did a research for classification of five
major types of white blood cells.The bestaccurate technique
for classification of supervised learning is a neural network
technique.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 433
Ms. MinaI D. Joshi, Prof Atul H. Karode, and Prof
S.R.Suralkar [9] did a research and studied white blood cell
detection and classification of acute Leukemia by image of
blood cells. And classification using a K-nearest neighbor
(kNN), with 93% of accuracy.
Monica Madhukar and colleagues [10] research decision
support tools for the classification of acute lymphoblastic
leukemia. They used K-means Clustering techniques of
the Lab color model for image segmentation at accuracy
93.5%.
Different techniques are applied and for preprocessing
median filter, segmentation morphological thersholding,
feature extraction SIFT and classificationSVM.Awhite blood
cells classification processing to apply the detection of
dengue.
3. REASEARCH METHODOLOGY
In the proposed system, blood imagesarecaptured bydigital
microscope. In preprocessing, these image
contain noise so median filter is used to remove noise. It is
segmented by Morphological thersholding segmentation. In
feature extraction, features of white blood cell nucleus is
extracted by SIFT algorithm .By SVM classifier classify as
infected or non infected.
Fig -1: Systematic Flow
A. Acquisition
Images of blood smear are captured by microscope attached
with camera.Blood stain used is Leishman blood smear.
Fig -2: Image Acquisition
B. Preprocessing
Poisson noise: Poisson noise or Shot noise is a type of
electronic noise which can be modeled by a Poisson process.
Shot noise results from discrete nature of electric charge.
Shot noise may be dominant when the finite number of
particles that carry energy is sufficiently small so that
uncertainties due to the Poisson distribution, which
describes the occurrence of independent random events.
The magnitude of shot noise increases according to the
square root of the expected number of events, such as the
electric current or intensity of light. But since the strength
of the signal itself increases more rapidly, the relative
proportion of shot noise decreases and the signal to noise
ratio (considering only shot noise) increases anyway.
Median filter: The median filter is non-linear filter. It
removes noise effectively as well as preserving sharp edges.
A median filter is more effective than convolution when the
goal is to simultaneouslyreduce noise andpreservenoise[2].
It simply replaces each pixel value by the median of the
intensity level in the neighborhood of the pixel.
Fig -3: Preprocessed input image.
C. Segmentation
For segmentation thersholding is used to extract infected
wbc cell. The simplest thersholding methods replace each
pixel in an image with a black pixel if the image intensity
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 434
I(i,j) is less than some fixed constant T(I(i,j)<T) ,or a white
pixel if image is greater than constant.
From a grayscale image, thersholding can be used
to create binary images. This is the method of
separating foreground and background of image. All pixels
with a value higher than the threshold value areclassifiedas
feature pixels. All pixels with a lower value are classified
as background pixels.
Such a distribution is called bimodal because there are
two mode values: one for the background and one for the
feature
Fig -4: Segmented image
D. Feature Extraction
SIFT is quite an involved algorithm. It is used to find
local features.
Fig -5: SIFT Algorithm
1. Constructing scale space: This is the initial preparation.
You create internal representations of the original image to
ensure scale invariance. This is done by generating a “scale
space".
2. LoG Approximation: In the previous step , we created the
scale space of the image. The idea was to blur an image
progressively, shrink it, blur the small image progressively
and so on. Now we use those blurred images to generate
another set of images, the Difference of Gaussians (DoG).
These DoG images are a great for finding out interesting key
points in the image.
3. Finding Key points: Finding key points is a two part
process. a) Locate maxima/minima in DoG images: The first
step is to coarsely locate the maxima and minima. This is
simple. You iterate through each pixel and check all it's
neighbours.If pixel is larger than its neighbors then it is
maxima.
4. Get rid of bad points: Key points generated in the previous
step produce a lot of key points. Some of them lie along an
edge, or they don't have enough contrast. If the magnitudeof
the intensity (i.e., without sign) at the current pixel in the
DoG image(that is being checkedforminima/maxima)isless
than a certain value, it is rejected.
5. For each key point P a squared region R around P is
considered and partitioned in 4x4 parts. An histogram with
8 bins is used for representing the orientation of the
points in each of the sub-regions of R. The final descriptor
associated to P is a vector that concatenates the histograms
of the sub- regions of R.
The descriptor vector has (4x4) x 8 = 128 entries.
E. Classification
This is the final step to detect the given input is infected or
not. Support Vector Machine (SVM) algorithmwaschosen as
it is a promising nonlinear, non parametric classification
technique. The reduced feature set was given as input to
the algorithm. In SVM, the input is considered as an
n-dimensional 12 vector, and the question is whether such
points can be separated with a hyperplane. Multiple
hyper planes might be generated that can classify the data.
From the SVM, accuracy is 70%, sensitivity is 80%,
specificity is 60%, and precision is 66.7%. In order to
improve accuracy, the classification can be done in artificial
neutral network (ANN).
F. Two layer feed forward network.
A feed forward neural network is an artificial
neural network wherein connections between the units do
not form a cycle. It consists of a (possibly large) number
of simple neuron-like processing units, organized in layers.
Every unit in a layer is connected with all the units in the
previous layer.
The weights on these connectionsencodetheknowledge ofa
network. Often the units in a neural network are
also called nodes[8]. Data enters at the inputs and passes
through the network, layer by layer, until it arrives at the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 435
outputs. During normal operation, that is when it acts as a
classifier, there is no feedback between layers.
The operation of this network can be divided into two
phases:
1. learning phase: The FFN uses a supervised learning
algorithm: besides the input pattern, the neural net also
needs to know to what category the pattern belongs.
Learning proceeds as follows: a pattern is presented at the
inputs. The pattern will be transformed in its passage
through the layers of the network until it reaches the output
layer. The units in the output layer all belong to a different
category. The outputs of the network as they are now are
compared with the outputs as they ideally would have been
if this pattern were correctly classified: in the latter case the
unit with the correct category would have had the largest
output value and the output values of the other output units
would have been very small. On the basis of this comparison
all the connection weights are modified a little bit to
guarantee that, the next time this same pattern is presented
at the inputs, the value of the output unit that corresponds
with the correct category is a little bit higher than it is now
and that, at the same time, the output values of all the other
incorrect outputs are a little bit lowerthantheyarenow.The
differences between the actual outputs and the idealized
outputs are propagated back from the top layer to lower
layers to be used at these layers to modify connection
weights.
2. Classification phase:Inthe classificationphase,theweights
of the network are fixed. A pattern, presented at the inputs,
will be transformed from layer to layer until it reaches the
output layer.
Table -1: Comparison between SVM and ANN.
SVM ANN
Accuracy 70 80
Precision 66.7 80
Sensitivity 80 80
Specificity 60 80
Prevalence 75 80
4. CNN BASED RECOGNITION SYSTEM
In machine learning, a convolution neural network
(CNN, or ConvNet) is a class of deep, feed-forwardartificial
neural networks that has successfully been applied to
analyzing visual imagery. CNNs use a variation of
multilayer perceptions designed to require minimal
preprocessing. They are also known as shift invariant or
space invariant artificial neural networks (SIANN), based
on their shared-weights architecture and translation
invariance characteristics.
Convolutional networks were inspired by biological
processes in that the connectivity pattern between neurons
resembles the organization of the animal visual cortex.
Individual cortical neurons respond to stimuli only in a
restricted region of the visual field known as the receptive
field. The receptive fields of different neurons partially
overlap such that they cover the entire visual field.
CNNs use relatively little pre-processing compared to other
image classification algorithms.This meansthatthenetwork
learns the filters that in traditional algorithms were hand-
engineered. This independence from prior knowledge and
human effort in feature design is a major advantage.
A CNN consists of an input and an output layer, as well as
multiple hidden layers. The hidden layers of a CNN typically
consist of convolutional layers, pooling layers, fully
connected layers and normalization layers.
CNN generally requires more than 1000 samples. In these
cases, dengue sample is less so that output has lessaccuracy.
5. EXPERIMENTAL RESULTS
Testing method is a method for to measure the performance
of each model that was created. The accuracy is 70%,
sensitivity is 80%, specificity is 60%, precision is 67% and
prevalence is 80%.
The table shows comparison between existing method and
proposed method.In these paper,testingiscarriedout byfew
samples. If input samples is improved then accuracy is
increases.
Table -2: Comparison between Existing and proposed
method.
Existing method Proposed method
Accuracy 65 75
Precision 62 73.3
Sensitivity 71.2 70
Specificity 60 80
Prevalance 60 77.5
6. CONCLUSION
The proposed is based on white blood cells and it avoids
complexity of lab technicians and reduces errors. The steps
involved are preprocessing, segmentation,featureextraction
and classification. The microscopic blood images contain
noise and it can be removed by median filter. The
segmentation is followed by Thersholding in which white
blood cells is extracted. The nucleus is extracted by SIFT
feature extraction technique. Then classify infected or
non-infected using SVM classifier.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 436
ACKNOWLEDGEMENT
I would like to thank my Principal of the institute Dr. Jacob
Thomas V., HOD Dr. Smitha Dharan, CSE staff, parents and
well-wishers for their immense technical and nontechnical
support.
REFERENCES
[1] World Health Organization, et al. Dengue: guidelines for
diagnosis, treatment, prevention and control. World
Health Organization, 2009.
[2] S.S.Savkare, S.P.Narote , “Blood Cell Segmentation from
Microscopic Blood Images,” 2015 International
Conference on Information Processing
(ICIP)Vishwakarma Institute of Technology. Dec 16-19,
2015
[3] Kaushiki Roy, Ratnadeep Dey, Debotosh Bhattacharjee,
Mita Nasipuri, Pramit Ghosh, “An Automated system for
platelet segmentation using histogram-based
thersholding”,IEEE 2016.
[4]Prabhjot Kaur,Vishakha Sharma,Nishatha Garg,
“Platelet Count Using Image Processing”,IEEE2016.
[5] Sheng-Fuu Lin, Yu-Bi Hong, “Differential Count of White
Blood Cell in Noisy Normal Blood Smear”,IEEE2011.
[6] Ashwini Rejintal, Aswini N, “ Image Processing Based
Leukemia Cancer Cell Detection”, IEEE International
Conference On RecentTrendsInElectronicsInformation
Communication Technology, May 20-21, 2016, India.
[7]Sarach Tantikittil, Sompong Tumswadi, Wichian
Premchaiswadi, “Image Processing for Detection of
Dengue Virus based on WBC Classification and Decision
Tree”, 2015 Thirteenth International Conference on
ICT and Knowledge Engineering.
[8] Katz, Alfred RJ. "Image Analysis and Supervised learning
in the automated Differentiation of White Blood cells
from Microscopic Images." ,2000.
[9] Joshi, Ms Minai D., Atul H. Karode, and S. R. Surakarta.
"White Blood Cells Segmentation and Classification to
Detect Acute Leukemia." International Journal of
Emerging Trends & Technology in Computer Science
(lJETTCS) 2.3, pp.147-151, 2013.
[10] Madhukar, Monica, Sos Agaian, and AnthonyT.
Chronopoulos "New decision support tool for acute
lymphoblastic leukemia classification." IS&T/SPIE
Electronic Imaging International Society for Optics and
Photonics, 2012 Trends & Technology in Computer
Sciences (lJETTCS) 2.3, pp.147-151, 2013.

More Related Content

What's hot

22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
IAESIJEECS
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Tarun Kumar
 
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Associate Professor in VSB Coimbatore
 
Detection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image ProcessingDetection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image Processing
Associate Professor in VSB Coimbatore
 
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET Journal
 
Iris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural networkIris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural network
ijcsit
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET Journal
 
Assessment
AssessmentAssessment
Assessment
Bathshebaparimala
 
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET Journal
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection in
ijistjournal
 
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural NetworkDisease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
ijtsrd
 
Ca4201508513
Ca4201508513Ca4201508513
Ca4201508513
IJERA Editor
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
IOSR Journals
 
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
IRJET Journal
 
A42050103
A42050103A42050103
A42050103
IJERA Editor
 
K011138084
K011138084K011138084
K011138084
IOSR Journals
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification System
IRJET Journal
 

What's hot (20)

22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
Deep Learning Radial Basis Function Neural Networks Based Automatic Detection...
 
Detection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image ProcessingDetection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image Processing
 
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...IRJET - A Review on Identification and Disease Detection in Plants using Mach...
IRJET - A Review on Identification and Disease Detection in Plants using Mach...
 
La2418611866
La2418611866La2418611866
La2418611866
 
Iris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural networkIris recognition for personal identification using lamstar neural network
Iris recognition for personal identification using lamstar neural network
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
 
Assessment
AssessmentAssessment
Assessment
 
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
IRJET- DNA Fragmentation Pattern and its Application in DNA Sample Type Class...
 
Automatic target detection in
Automatic target detection inAutomatic target detection in
Automatic target detection in
 
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural NetworkDisease Detection in Plant Leaves using K-Means Clustering and Neural Network
Disease Detection in Plant Leaves using K-Means Clustering and Neural Network
 
Ca4201508513
Ca4201508513Ca4201508513
Ca4201508513
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
 
Sub1528
Sub1528Sub1528
Sub1528
 
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
Brain Tumor Detection and Identification in Brain MRI using Supervised Learni...
 
A42050103
A42050103A42050103
A42050103
 
K011138084
K011138084K011138084
K011138084
 
Imageprocessing
ImageprocessingImageprocessing
Imageprocessing
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification System
 

Similar to IRJET- Automated Dengue Detection

IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET Journal
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
IRJET Journal
 
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEMCOMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
IRJET Journal
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
eSAT Publishing House
 
IRJET - Detection and Classification of Leukemia using Convolutional Neural N...
IRJET - Detection and Classification of Leukemia using Convolutional Neural N...IRJET - Detection and Classification of Leukemia using Convolutional Neural N...
IRJET - Detection and Classification of Leukemia using Convolutional Neural N...
IRJET Journal
 
Thermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) DetectionThermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) Detection
IRJET Journal
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET Journal
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
IRJET Journal
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
IRJET Journal
 
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET Journal
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
ijtsrd
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET Journal
 
Multiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCMMultiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCM
IRJET Journal
 
IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix
IRJET- Lung Cancer Detection using Grey Level Co-Occurrence MatrixIRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix
IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix
IRJET Journal
 
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET Journal
 
IRJET- Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET-  	  Lung Cancer Nodules Classification and Detection using SVM and CNN...IRJET-  	  Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET- Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET Journal
 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET Journal
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET Journal
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET Journal
 

Similar to IRJET- Automated Dengue Detection (20)

IRJET - Detection of Skin Cancer using Convolutional Neural Network
IRJET -  	  Detection of Skin Cancer using Convolutional Neural NetworkIRJET -  	  Detection of Skin Cancer using Convolutional Neural Network
IRJET - Detection of Skin Cancer using Convolutional Neural Network
 
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTINGCANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
CANCER CLUMPS DETECTION USING IMAGE PROCESSING BASED ON CELL COUNTING
 
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEMCOMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
COMPARATIVE ANALYSIS OF FILTERING TECHNIQUES IN CORONA VIRUS PREDICTION SYSTEM
 
Automatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct imagesAutomatic detection of lung cancer in ct images
Automatic detection of lung cancer in ct images
 
IRJET - Detection and Classification of Leukemia using Convolutional Neural N...
IRJET - Detection and Classification of Leukemia using Convolutional Neural N...IRJET - Detection and Classification of Leukemia using Convolutional Neural N...
IRJET - Detection and Classification of Leukemia using Convolutional Neural N...
 
Thermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) DetectionThermal Imaging in Surgical Site Infection (SSI) Detection
Thermal Imaging in Surgical Site Infection (SSI) Detection
 
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGER-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
R-PI BASED DETECTION OF LUNG CANCER USING MRI IMAGE
 
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...IRJET=  	  Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
IRJET= Computer Assisted Lung Nodule Detection in Digital Chest Radiograp...
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
IRJET- Detection and Classification of Skin Diseases using Different Colo...
IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...IRJET-  	  Detection and Classification of Skin Diseases using Different Colo...
IRJET- Detection and Classification of Skin Diseases using Different Colo...
 
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
An Efficient Brain Tumor Detection Algorithm based on Segmentation for MRI Sy...
 
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and PredictionIRJET - Machine Learning Applications on Cancer Prognosis and Prediction
IRJET - Machine Learning Applications on Cancer Prognosis and Prediction
 
Multiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCMMultiple Analysis of Brain Tumor Detection based on FCM
Multiple Analysis of Brain Tumor Detection based on FCM
 
IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix
IRJET- Lung Cancer Detection using Grey Level Co-Occurrence MatrixIRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix
IRJET- Lung Cancer Detection using Grey Level Co-Occurrence Matrix
 
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
IRJET-  	  Brain Tumor Detection using Image Processing and MATLAB ApplicationIRJET-  	  Brain Tumor Detection using Image Processing and MATLAB Application
IRJET- Brain Tumor Detection using Image Processing and MATLAB Application
 
IRJET- Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET-  	  Lung Cancer Nodules Classification and Detection using SVM and CNN...IRJET-  	  Lung Cancer Nodules Classification and Detection using SVM and CNN...
IRJET- Lung Cancer Nodules Classification and Detection using SVM and CNN...
 
IRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor DetectionIRJET- MRI Image Processing Operations for Brain Tumor Detection
IRJET- MRI Image Processing Operations for Brain Tumor Detection
 
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
IRJET- Review Paper on a Review on Lung Cancer Detection using Digital Image ...
 
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
IRJET- Blood Vessel Segmentation & Analysis in Retinal Images using Image Pro...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 

Recently uploaded (20)

Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 

IRJET- Automated Dengue Detection

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 432 Automated Dengue Detection Reenu Marie Philip1, Gopakumar G2 1M-Tech Student, CSE Dept., College of Engineering, Chengannur, Kerala, India 2 Associate Professor, CSE Dept., College of Engineering, Chengannur, Kerala, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Dengue is a major health problem in tropical and Asia-Pacific regions which typically spreads rapidly in number of infection patients. Knowingthatmostoftheworld's population living in risk areas, in order to diagnose and treat the disease, high skilled experts and human resources are needed. However, in some cases human error potentially may occur. Therefore, a new method of automated dengue detection is developed. For that white blood cell classification and classified the dengue as infected or not. In this paper, comparison based on SVM and two layer feed forward network. From that, two layer feed forward network has better accuracy than SVM. This work is also implemented in CNN. Key Words: infected, non- infected, white blood cell, SVM, CNN 1. INTRODUCTION The Dengue is a major health problem in tropical and Asia Pacific regions, and it has been spreading for rapidly more than 50 years. The diseases are caused by viruses transmitted of mosquito borne. Each year, 50-100 million people had been dengue infection.75% of the world's population lives in high risk areas [1]. The health and economy affected. The major symptom of patients appears as a fever and plasma of blood leakage that affected shock syndrome and causes of death. Risk reduction is important factors of patients are getting diagnosed and should been treated correctly and quickly. Dengue is spread by several speciesof mosquitooftheAedes type, A .aegypti. The virus has five different types; infection with one type usually gives lifelong immunity to that type, but only short-term immunity to the others. Subsequent infection with a different type increases the risk of severe complications. A number of tests are availableto confirmthe diagnosis including detecting antibodies to the virus or its RNA. A novel vaccine for dengue fever has been approved and is commercially available to confirm diagnoseincluding detecting antibodies to virus or its RNA. Symptoms typically begin three to fourteen days after infection. This may include a high fever, headache, vomiting, muscle and joint pains, and a characteristic skin r a s h . Recovery generally takes two to seven days. In a small proportion of cases, the disease develops into the life- threatening dengue hemorrhagicfever,resultingin bleeding, low levels of blood platelets and blood plasma leakage, or into dengue shock syndrome, where dangerously low blood pressure occurs. Dengue has become a global problem since the Second World War and is common in more than 110 countries.Each year between 50 and 528 million people are infected and approximately 10,000 to 20,000 die. The earliest descriptions of an outbreak date from 1779. Its viral cause and spread were understood by the early 20th century. Apart from eliminating the mosquitoes, work is ongoing for medication targeted directly at the virus. It is classified as a neglected tropical disease. 2. LITERATURE SURVEY Previous research is used to classify white blood cells based on the edges of cells. The focus is selection of feature extraction and classification method. S.S.Savkare, S.P.Narote [2] proposed median filter which is used to remove noise. Kaushiki Roy, Ratnadeep Dey, Debotosh Bhattacharjee,Mita Nasipuri, Pramit Ghosh[3],average filter is developed. It has advantage that single pixel representation and disadvantage that autocorrelation. Prabhjot Kaur, Vishakha Sharma, Nishatha Garg [4] proposed a method called Gaussian low pass filter. It has advantage that it preserves noise but not preserves details. Sheng-Fuu Lin, Yu-Bi Hong[5]method of region growth segmentation is presented. It has advantages that correctly separate the region and identify and set the boundary. It disadvantage that choice of kernel and inexpensive and sensitive to noise. Ashwini Rejintal, Aswini N [6] proposed GLCM method. It advantage has Computational complexity of this method is very less. It disadvantage that ignores the spatial relationship between the texture patterns and sensitive towards noise. Sarach Tantikittil, Sompong Tumswadi, Wichian Premchaiswadi [7] proposed Decision tree method. It advantage has Assign values to problem. It has disadvantage that Very complex. Alfred R. J. Katz [8] did a research for classification of five major types of white blood cells.The bestaccurate technique for classification of supervised learning is a neural network technique.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 433 Ms. MinaI D. Joshi, Prof Atul H. Karode, and Prof S.R.Suralkar [9] did a research and studied white blood cell detection and classification of acute Leukemia by image of blood cells. And classification using a K-nearest neighbor (kNN), with 93% of accuracy. Monica Madhukar and colleagues [10] research decision support tools for the classification of acute lymphoblastic leukemia. They used K-means Clustering techniques of the Lab color model for image segmentation at accuracy 93.5%. Different techniques are applied and for preprocessing median filter, segmentation morphological thersholding, feature extraction SIFT and classificationSVM.Awhite blood cells classification processing to apply the detection of dengue. 3. REASEARCH METHODOLOGY In the proposed system, blood imagesarecaptured bydigital microscope. In preprocessing, these image contain noise so median filter is used to remove noise. It is segmented by Morphological thersholding segmentation. In feature extraction, features of white blood cell nucleus is extracted by SIFT algorithm .By SVM classifier classify as infected or non infected. Fig -1: Systematic Flow A. Acquisition Images of blood smear are captured by microscope attached with camera.Blood stain used is Leishman blood smear. Fig -2: Image Acquisition B. Preprocessing Poisson noise: Poisson noise or Shot noise is a type of electronic noise which can be modeled by a Poisson process. Shot noise results from discrete nature of electric charge. Shot noise may be dominant when the finite number of particles that carry energy is sufficiently small so that uncertainties due to the Poisson distribution, which describes the occurrence of independent random events. The magnitude of shot noise increases according to the square root of the expected number of events, such as the electric current or intensity of light. But since the strength of the signal itself increases more rapidly, the relative proportion of shot noise decreases and the signal to noise ratio (considering only shot noise) increases anyway. Median filter: The median filter is non-linear filter. It removes noise effectively as well as preserving sharp edges. A median filter is more effective than convolution when the goal is to simultaneouslyreduce noise andpreservenoise[2]. It simply replaces each pixel value by the median of the intensity level in the neighborhood of the pixel. Fig -3: Preprocessed input image. C. Segmentation For segmentation thersholding is used to extract infected wbc cell. The simplest thersholding methods replace each pixel in an image with a black pixel if the image intensity
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 434 I(i,j) is less than some fixed constant T(I(i,j)<T) ,or a white pixel if image is greater than constant. From a grayscale image, thersholding can be used to create binary images. This is the method of separating foreground and background of image. All pixels with a value higher than the threshold value areclassifiedas feature pixels. All pixels with a lower value are classified as background pixels. Such a distribution is called bimodal because there are two mode values: one for the background and one for the feature Fig -4: Segmented image D. Feature Extraction SIFT is quite an involved algorithm. It is used to find local features. Fig -5: SIFT Algorithm 1. Constructing scale space: This is the initial preparation. You create internal representations of the original image to ensure scale invariance. This is done by generating a “scale space". 2. LoG Approximation: In the previous step , we created the scale space of the image. The idea was to blur an image progressively, shrink it, blur the small image progressively and so on. Now we use those blurred images to generate another set of images, the Difference of Gaussians (DoG). These DoG images are a great for finding out interesting key points in the image. 3. Finding Key points: Finding key points is a two part process. a) Locate maxima/minima in DoG images: The first step is to coarsely locate the maxima and minima. This is simple. You iterate through each pixel and check all it's neighbours.If pixel is larger than its neighbors then it is maxima. 4. Get rid of bad points: Key points generated in the previous step produce a lot of key points. Some of them lie along an edge, or they don't have enough contrast. If the magnitudeof the intensity (i.e., without sign) at the current pixel in the DoG image(that is being checkedforminima/maxima)isless than a certain value, it is rejected. 5. For each key point P a squared region R around P is considered and partitioned in 4x4 parts. An histogram with 8 bins is used for representing the orientation of the points in each of the sub-regions of R. The final descriptor associated to P is a vector that concatenates the histograms of the sub- regions of R. The descriptor vector has (4x4) x 8 = 128 entries. E. Classification This is the final step to detect the given input is infected or not. Support Vector Machine (SVM) algorithmwaschosen as it is a promising nonlinear, non parametric classification technique. The reduced feature set was given as input to the algorithm. In SVM, the input is considered as an n-dimensional 12 vector, and the question is whether such points can be separated with a hyperplane. Multiple hyper planes might be generated that can classify the data. From the SVM, accuracy is 70%, sensitivity is 80%, specificity is 60%, and precision is 66.7%. In order to improve accuracy, the classification can be done in artificial neutral network (ANN). F. Two layer feed forward network. A feed forward neural network is an artificial neural network wherein connections between the units do not form a cycle. It consists of a (possibly large) number of simple neuron-like processing units, organized in layers. Every unit in a layer is connected with all the units in the previous layer. The weights on these connectionsencodetheknowledge ofa network. Often the units in a neural network are also called nodes[8]. Data enters at the inputs and passes through the network, layer by layer, until it arrives at the
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 435 outputs. During normal operation, that is when it acts as a classifier, there is no feedback between layers. The operation of this network can be divided into two phases: 1. learning phase: The FFN uses a supervised learning algorithm: besides the input pattern, the neural net also needs to know to what category the pattern belongs. Learning proceeds as follows: a pattern is presented at the inputs. The pattern will be transformed in its passage through the layers of the network until it reaches the output layer. The units in the output layer all belong to a different category. The outputs of the network as they are now are compared with the outputs as they ideally would have been if this pattern were correctly classified: in the latter case the unit with the correct category would have had the largest output value and the output values of the other output units would have been very small. On the basis of this comparison all the connection weights are modified a little bit to guarantee that, the next time this same pattern is presented at the inputs, the value of the output unit that corresponds with the correct category is a little bit higher than it is now and that, at the same time, the output values of all the other incorrect outputs are a little bit lowerthantheyarenow.The differences between the actual outputs and the idealized outputs are propagated back from the top layer to lower layers to be used at these layers to modify connection weights. 2. Classification phase:Inthe classificationphase,theweights of the network are fixed. A pattern, presented at the inputs, will be transformed from layer to layer until it reaches the output layer. Table -1: Comparison between SVM and ANN. SVM ANN Accuracy 70 80 Precision 66.7 80 Sensitivity 80 80 Specificity 60 80 Prevalence 75 80 4. CNN BASED RECOGNITION SYSTEM In machine learning, a convolution neural network (CNN, or ConvNet) is a class of deep, feed-forwardartificial neural networks that has successfully been applied to analyzing visual imagery. CNNs use a variation of multilayer perceptions designed to require minimal preprocessing. They are also known as shift invariant or space invariant artificial neural networks (SIANN), based on their shared-weights architecture and translation invariance characteristics. Convolutional networks were inspired by biological processes in that the connectivity pattern between neurons resembles the organization of the animal visual cortex. Individual cortical neurons respond to stimuli only in a restricted region of the visual field known as the receptive field. The receptive fields of different neurons partially overlap such that they cover the entire visual field. CNNs use relatively little pre-processing compared to other image classification algorithms.This meansthatthenetwork learns the filters that in traditional algorithms were hand- engineered. This independence from prior knowledge and human effort in feature design is a major advantage. A CNN consists of an input and an output layer, as well as multiple hidden layers. The hidden layers of a CNN typically consist of convolutional layers, pooling layers, fully connected layers and normalization layers. CNN generally requires more than 1000 samples. In these cases, dengue sample is less so that output has lessaccuracy. 5. EXPERIMENTAL RESULTS Testing method is a method for to measure the performance of each model that was created. The accuracy is 70%, sensitivity is 80%, specificity is 60%, precision is 67% and prevalence is 80%. The table shows comparison between existing method and proposed method.In these paper,testingiscarriedout byfew samples. If input samples is improved then accuracy is increases. Table -2: Comparison between Existing and proposed method. Existing method Proposed method Accuracy 65 75 Precision 62 73.3 Sensitivity 71.2 70 Specificity 60 80 Prevalance 60 77.5 6. CONCLUSION The proposed is based on white blood cells and it avoids complexity of lab technicians and reduces errors. The steps involved are preprocessing, segmentation,featureextraction and classification. The microscopic blood images contain noise and it can be removed by median filter. The segmentation is followed by Thersholding in which white blood cells is extracted. The nucleus is extracted by SIFT feature extraction technique. Then classify infected or non-infected using SVM classifier.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 436 ACKNOWLEDGEMENT I would like to thank my Principal of the institute Dr. Jacob Thomas V., HOD Dr. Smitha Dharan, CSE staff, parents and well-wishers for their immense technical and nontechnical support. REFERENCES [1] World Health Organization, et al. Dengue: guidelines for diagnosis, treatment, prevention and control. World Health Organization, 2009. [2] S.S.Savkare, S.P.Narote , “Blood Cell Segmentation from Microscopic Blood Images,” 2015 International Conference on Information Processing (ICIP)Vishwakarma Institute of Technology. Dec 16-19, 2015 [3] Kaushiki Roy, Ratnadeep Dey, Debotosh Bhattacharjee, Mita Nasipuri, Pramit Ghosh, “An Automated system for platelet segmentation using histogram-based thersholding”,IEEE 2016. [4]Prabhjot Kaur,Vishakha Sharma,Nishatha Garg, “Platelet Count Using Image Processing”,IEEE2016. [5] Sheng-Fuu Lin, Yu-Bi Hong, “Differential Count of White Blood Cell in Noisy Normal Blood Smear”,IEEE2011. [6] Ashwini Rejintal, Aswini N, “ Image Processing Based Leukemia Cancer Cell Detection”, IEEE International Conference On RecentTrendsInElectronicsInformation Communication Technology, May 20-21, 2016, India. [7]Sarach Tantikittil, Sompong Tumswadi, Wichian Premchaiswadi, “Image Processing for Detection of Dengue Virus based on WBC Classification and Decision Tree”, 2015 Thirteenth International Conference on ICT and Knowledge Engineering. [8] Katz, Alfred RJ. "Image Analysis and Supervised learning in the automated Differentiation of White Blood cells from Microscopic Images." ,2000. [9] Joshi, Ms Minai D., Atul H. Karode, and S. R. Surakarta. "White Blood Cells Segmentation and Classification to Detect Acute Leukemia." International Journal of Emerging Trends & Technology in Computer Science (lJETTCS) 2.3, pp.147-151, 2013. [10] Madhukar, Monica, Sos Agaian, and AnthonyT. Chronopoulos "New decision support tool for acute lymphoblastic leukemia classification." IS&T/SPIE Electronic Imaging International Society for Optics and Photonics, 2012 Trends & Technology in Computer Sciences (lJETTCS) 2.3, pp.147-151, 2013.