SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2130
Crop Pest Detection and Classification by K-Means and EM Clustering
Madhuri Devi Chodey1, Humera Tamkeen2
1Madhuri Devi Chodey, Professor, Dept. of Electronics and Communication Engineering, Navodaya Institute of
Technology, Raichur- 584103.
2Humera Tamkeen, Dept. of Electronics and Communication Engineering, Navodaya Institute of Technology,
Raichur- 584103.
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - India is agriculture based country which has
majority of the people depend on the agriculture. It has
direct effect on Indian economy. With the use of digital
image processing techniques in the agriculture and
addition of modern technologies will help to increase the
total yield. This project focuses on croppestdetectionand
classification, providing information aboutthetypeofthe
pest and reducing the use of fertilizers in the field. The
user/farmer can upload the image; from the uploaded
image features are extracted. Color based image
segmentation using L*a*b color space models is applied
and then k-means and EM clustering is performed; the
cluster providing maximum information about the pest
is selected. Then percentage of affected region, various
parameters such as mean, entropy, energy, RMS etc. and
classification of the pest using multi SVM is performed.
Key Words: Texture feature, affected region percentage,
colour based segmentation, K-means, EM clustering,SVM
classification.
1. INTRODUCTION
Plant disease has turned up a difficult circumstances or
problem to the farmer reducing the growth in thefield, plant
pest and disease affecting the plant frightening the food
security and significant losses. Much system has been
proposed so far to control the pest in the field, most
commonly and accurate method is to use digital image
processing technique. Automatic pest and disease detection
provide benefits in monitoring field, controlling growth of
the pest at early stage, increaseproductivity. TheLiuLiuet.al
[1] has stated the risk of the agriculture duetothepestinthe
field. It will harm the farmer economic growth and also will
cause plant growth. The author has state the region based
end to end technique by using the pestnet also used the
neural networks and the feature extraction for the
classifying the various types of the pest species by image
[10].
Sushma R Huddar et.al [2] has stated the segmentation of
pest image also the counting the whiteflies in field.
Pesticides have been used in agriculture which affects the
plant and also the environment. With the help of the digital
image processing technologies available in the systemtoday
the farmers will be able to reduce theloss.Meanfiltering and
adaptive thresholding has been used on the natural images
which are initially processed by the image enhancement
methods to identify pest has been proposed by the Yogesh
Kumar [3].
K. Thenmozhi [4] has worked on the pest types whichwill
infect sugarcane production. Images are initially
preprocessed, segmented and the image features are
extraction. The edge detection method of Sobel algorithm
has been applied by using the 9 geometric features of the
pest. Z Iqbal et.al [5] has proposed the survey on the citrus
plant diseases which are caused by the different type of the
pest. Mainly buy sing the shape and color feature of the
image has been used for the image segmentation, image
feature extraction for extracting the image components [7].
Image enhancement image de noising methods has been
used for the detection of the pest images. Hanyurwimfura
et.al [6] proposes system that will control the falloff the
armyworm in the region of Rwanda. Internet of thing (IoT)
enabled technology has been adopted by the author in this
work by using sensors to detect fall armyworm in the field.
The location of the pest falling will be informed to the user.
2. SYSTEM ANALYSIS
2.1 Existing system
In the past, many methods has been used for pest
detection such as , Otsu’s thresholding method, RGB color
based, Histogram, adaptive thresholding, novel algorithm,
edge detection and other methods. Using a singlemethodfor
result analysis based on the system generated results will
make the system complicated, as no pests will be of same
shape, size or position. Hence needofuserinterfacetodetect
the pest accurately.
2.2 Proposed System
In the proposed work we have used the K means
clustering and EM clustering algorithms to compare and
analyze the best possible result.Thetwoalgorithmswill help
us to understand the result based on the input type and the
feature set generated. Based on selected the image cluster,
the region of the pest area detected and the feature set will
be generated. This will allow the system to work on the
selected pixel instead of complete image to give the best
result.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2131
3. METHODOLOGY
The methodologies used in this work are as follows:
3.1 Image Preprocessing
The given input image is processed before passing it to the
main system. The output of the preprocessing will be the
l*a*b image which will be suitable for next processing. The
preprocessing is a sequence of operation that performs on
scanned input images. It primarily enhances the image
illustration for higher segmentation. The task of
preprocessing is to phase the required pattern from the
image and perform normalization, noise filtering and
smoothing. The preprocessing also defines a solid
illustration of the segmented model. After segmentation,
binarization procedure is used where it convert a grey scale
to a binary image.
1. Image Resizing: If the input image has the resolution
of [1024*1600] then the processingofthesystemmay
be slow due to the higher resolution. Hence we need
to convert it to the required size. For example
255*255 by using inbuilt mat lab functions.
2. Image Restoration: It is a simple process of taking
the corrupted pixels of image and cleaning them. The
restoration process allows the user to adjust image
contrast, brightness and the other features of the
image. It is not a de-noising method, but allows the
user to smoothening image by using the simple
method like point spread function, venar filter and de
convolution method etc.
3.2 Image Enhancement
The image enhancement technique is different from one
field to another field according toitsobjective.Enhancement
of the image includes the color transformation (if needed),
image contrast enhancement using imadjust().
3.3 Color Based Image Segmentation
In this the input image is segmented based on the color
bands of the lab a*b*. The segmentation will be achieved by
using the k means bad the EM clustering at t multiple level.
The cluster is nothing but the group of the pixel belonging to
the same color bands. The equations for RGB are as follows
which use in the color based segmentation is;
R= 

 
hywx
yx hw
yxIR,
1,1
)),((
(1)
G= 

 
hywx
yx hw
yxIG,
1,1
)),((
(2)
B= 

 
hywx
yx hw
yxIB,
1,1
)),((
(3)
3.4 K-Means and EM Clustering Models
K-means and EM algorithm are generally same and are
used in common to find the natural clusters in the range of
the given data by varying the input type parameters. TheK-
means algorithm starts with acquiring the digital image
uploaded by the user. K-means is applied for color space
transformation result l*a*b (luminosity and chromaticity
layer) and the k-means clusteringusedtosegmenttheplant
pest images. Clusters are formed for pest images based on
intensity or the color r the texture or the location of the
input pixel.
For the proposed project we used color and intensity
combination. For K-means algorithm use of the starting
location of the partitions such as Euclidean distance is
important to find the cluster. Based on selected number of
the pass, the data value can switch the partitions with each
successive pass. The partitions are represented red, green,
blue and yellow axis of the color cube. Every pixel in the
input image will be saved and compared with the initial
partitions obtained and the nearest partitions are
determined recorded. Then, RGB colorofevery pixel within
selected partition will be used to determined and servedas
new value for the given partition. If the obtained partition
has no pixel value associated with it, simply ignored in this
implementation. The algorithm continues until the pixels
are not changing their partitions associated with it or the
partitions values changing by set of small amount are
acceptable.
The image pixels are grouped into the similar grouped
of ‘K’ as follows:
I(x,y)={image(p1,p2..pn=K(1,2,3..n)} (4)
Each of these pixels will exhibit the property based on
the individual color band. Every Pixel in the image is
compared with each other and side pixel for grouping.The K
means clustering will use the mean value instead of the
average value. The clustering of the pixel with the data value
of the pixel in the same color band in the image will help the
system to group the pixels as follows.
(Xi-cj) (5)
But due to range of the color value (data) in the RGB
color band is 0 to 255. The data values include neighbor
values, but the neighbor values are of same mean value,
hence it make K-means algorithm less efficient in the exact
grouping of the pixels.
The EM algorithm which is derived further on the
aspects of the K-Means algorithm, First step is to choose
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2132
partition and performs the processingofthe pixel valueson
the input image in the color band of the RGB. It starts the
EM cycle, first expectation is performed. For Expectation
step equation is defined as
(6)
(7)
This is used to serve the weights for the lower
expression. The sigma squared used in the equation of the
expectation gives the covariance value of the pixel. E step
will compute the weight or expectation of the pixel for every
partition than next step is to perform the maximization or M
step. The equation for the maximization is given by
(8)
Partition value of the pixel j is changed to an average value
of weight pixel; the user is allowed to choose the best
possible result for the feature extraction based on the
clustering of the pixel.
3.5 Feature Extraction
Feature Extraction of the pest images are performed by
using function regionprop(). Feature extraction is of two
types.
 Extraction of Feature in pattern
 Extraction of Feature in Texture
With the help of GLCM, pixels of pairs information are
collected, occurrence of the pixel brightness in an image
exhibits by the GLCM. The valued matrix is created at
distance d=1 and angles which are representedinthedegree
ranges of (0, 45, 90,135). It provides the stats like entropy,
energy, contrast and correlation. For texture character
profile such as smooth, silky, and rough GLCM is used.GLCM
is prepared from the gray scale values and picks up the
relationship between two neighboring pixel at a time. GLCM
implementation for input imagewith8tonesisshownbelow
Figure.1. GLCM implementation for 8 tone image
Features are extracted using GLCM matrix such as
correlation, contrast, energy, entropy, inverse different
moment, homogeneity, smoothness, mean, standard
deviation, variance, skewness, RMS.
3.6 SVM Based Classification
SVM (Support Vector Machine) is a type of the
supervised machine learning method which will examine
data and identify the similar type of the patterns, whichare
used for the later classification. SVM model hasbeenable to
model the complex structure of the non-linear decision
boundaries with high accuracy and SVM is efficiently used
for the binary classification. The SVM is to classify the data
set with boundaries and extent it to nonlinear boundaries.
SVM becomes prominent when pixel map is used as the
dataset values as input. It gives high accuracy equivalent to
neural network with elaborated features. By designing the
kernel function, SVM can be applied to the complex data
and this model is efficient in both linear and nonlinear data
handling. Support vector machine consists of two
approaches:
 linearly separable
 nonlinearly separable
Figure.2.General SVM classsifier
As shown in the above diagram, the SVM classifier
drawn the patterns from the input sample (in our case it is
an image). SVM is composed of the followings:
 Hyper-planes: among them the optimal and
Maximum- minimum margin hyper planes are used
in the classification of the patterns.



 k
n
ni
ji
ij
xxp
xxp
zE
1
)|(
)|(
][






k
n
x
x
ni
ji
e
e
1
)(
2
1
)(
2
1
2
2
2
2






m
i
iijj xzE
m 1
][
1

International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2133
 Negative samples, which will drop below the
required threshold values
 Positive samples, which will drop above the
threshold values
4. PROPOSED SYSTEM ARCHITECTURE
Figure.3. Proposed System Architecture.
Basic system architecture is shown in the figure.Firstthe
user pest images are collected and saved in the folder, while
running the program user is allowed to detect the image if
interest which will be subjected to pest detection and
classification. During training phase the entropy value of all
the images will be store in DB. While in testing phase, load
the image of interest. Selected image then applied for image
preprocessing; during the image preprocessing the image
quality is improved by image enhancement feature and de-
noising of the image by using median filter.
The output of image preprocessing is then applied to the
feature extraction; wherethe featuresuchshape,textureand
color are stored in DB which will be helpful for classification
of the images. Color based segmentation is performed and
detection is performed using K-Means clustering algorithm
and EM (expectation and maximization).L*a*b method is
used for color based segmentation. The clustering output is
then used to measure the quantity such as entropy,
smoothness, kurtosis, RMS value, energy, correlation,
entropy and the other parameters.
The decision making system perform more the 500
iteration to detect the pest with the help of SVM classifier.
The detected pest is restoring to the user. Hence using the
proposed system pest can be easily detected and
classification of pest is possible at the early stage with
minimizing the effect of the pest on the agriculture field.
5. EXPERIMENTAL RESULTS
Initial GUI of the proposed work is shown in belowfigure,
first step is the uploading the pest image.
Step 1: Click on the “LOAD IMAGE” to select the pest image
from the image folder whose detection and classification is
too performed
Figure.4.GUI of the proposed work
Step 2: Click on the “ENHANCE IMAGE” button on the GUI of
the proposed work. EnhanceD image will be inserted in the
“ENHANCE IMAGE” table shown in the figure.
Step 3: Click on the “CLUSTERING AND SEGMENTATION”on
the GUI of the proposed work for performing clustering and
segmentation, the clustering result is displayed as shown in
the figure.
Figure.5.Input image and image enhancement
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2134
Figure.6.Image clustering by K-means and EM
Clustering
Figure.7. Selected cluster image with feature set and
affected region percentage
Step 4: Perform classification by using SVM; click on the
“CLASSIFY BY THE SVM” button on GUI of the proposed
work. Based on 500 iteration pest will be detected and
classification will be displayed as shown in the below figure.
Dialog box will be display with message ”pest found” and
another dialog box with name of the pest detected isdisplay.
Figure.8.Classification of the image
The plot for the features listed in the table is shown below
Figure.9.Plot for features obtained for twelve pest species
images.
Figure.10.Plot for variance feature obtained for Twelve
Species of pest images
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2135
Figure.11. Plot of contrast, correlation, energy and
homogeneity for twelve species of the pest images
6. CONCLUSION
In this work we have proposed pest type detection and
identification by using DIP methods as explained in the
above segments. Proposed system of detection and
identification of pest by using featuresetisperformedon the
database as the training, in which the feature values are
recovered and store in the system database. User’s input
sample image is passed to the system to extract input pest
image features; the image is than processed in multiple
stages by using region based segmentation of the image by
using the K-means clustering and EM based level clustering
to generate the dataset of features to give final result. With
the help of SVM to classify the pest and the future work of
the proposed method includes recognizing the disease in
multiple pests, providing cure and precaution messages to
user through mobile applications.
REFERENCES
[1] Liu Liu ,Rujing Wang , ChengjunXie, Po Yang, “PestNet:
An End-to-End Deep Learning Approach for Large-Scale
Multi-Class Pest Detection and Classification,” IEEE
Access, vol.7,pp. 2169-3536, 2019.
[2] Sushma R Huddar, Swarna Gauri, “Novel algorithm for
segmentation and automatic identification of pests on
plant using image processing,” IEEE 2018.
[3] Yogesh Kumar, Ashwini Kumar Dubey,”Pest detection
using adaptive thresholding,” IEEE 2017.
[4] K.Thenmohiz,U.Srinivasaulu Reddy,”Image processing
techniques for insect shape detection in field crops,”
IEEE 2017,pp. 978-1-5386-4031-9.
[5] Z. Iqbal et al.,”An automated detection and classification
of citrus plant diseases usingimage processing
techniques: A review,” ELSEVIER 2018, Computers and
Electronics in Agriculture 153 (2018) 12–32.
[6] Hanyurwimfura Damien, Nizeyimana Eric, Ndikumana
Faustine,”Monitoring System to Strive Against Fall
Armyworm in Crops Case Study: Maize in Rwanda,”
2018 IEEE SmartWorld.
[7] Ji’An Xia, YuWang Yang, HongXin Cao,”Performance
analysis of clustering method based on crop pest
spectrum,”2018 Asian Agricultural and Biological
Engineering Association. Published by Elsevier B.V.
[8] Junfeng Gao, David Nuyttens,”Recognizing weeds in a
maize crop using a randomforest machine-learning
algorithm and near-infrared snapshot mosaic hyper
spectral imagery,”2018IAgrE.Published byElsevierLtd.
[9] Preetha Rajan, Radhakrishnan. B.”Detection And
Classification Of Pests From Crop Images Using Support
Vector Machine”,2016 International Conference on
Emerging Technological Trends [ICETT],IEEE 2016
[10] Milan Maric, Irena Orovic,” Compressive Sensing based
image processing in TrapView pest monitoring
system”,MIPRO 2016.
[11] Al-Hiary, H., S. Bani-Ahmad, M. Reyalat, M. Braik, and Z.
AlRahamneh. 2011. “Fastand accurate detection and
classification of plant diseases”. International Journal of
Computer Applications, 17(1): 31-38
[12] Argenti, F., L. Alparone, and G. Benelli. 1990. “Fast
algorithms for texture analysis using co-occurrence
matrices.” IEEE proceedings, 137, (6): 443-448
[13] Chih-Wei, H., and C. Lin. 2002.” A comparison of
methods for multiclass support vector machines.” IEEE
Transactions on Neural Networks, 13(2): 415-425

More Related Content

What's hot

Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Editor IJARCET
 
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...IJERA Editor
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationeSAT Publishing House
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodseSAT Journals
 
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalTELKOMNIKA JOURNAL
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET Journal
 
IRJET- Coloring Greyscale Images using Deep Learning
IRJET- Coloring Greyscale Images using Deep LearningIRJET- Coloring Greyscale Images using Deep Learning
IRJET- Coloring Greyscale Images using Deep LearningIRJET Journal
 
Content Based Image Retrieval: A Review
Content Based Image Retrieval: A ReviewContent Based Image Retrieval: A Review
Content Based Image Retrieval: A ReviewIRJET Journal
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)moemi1
 
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...IRJET Journal
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesDr. Amarjeet Singh
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewIRJET Journal
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Scienceinventy
 
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...CSCJournals
 

What's hot (20)

Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978Volume 2-issue-6-1974-1978
Volume 2-issue-6-1974-1978
 
SEARCH ENGINE FOR IMAGE RETRIEVAL
SEARCH ENGINE FOR IMAGE RETRIEVALSEARCH ENGINE FOR IMAGE RETRIEVAL
SEARCH ENGINE FOR IMAGE RETRIEVAL
 
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
www.ijera.com 68 | P a g e Leaf Disease Detection Using Arm7 and Image Proces...
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methods
 
Image segmentation based on color
Image segmentation based on colorImage segmentation based on color
Image segmentation based on color
 
E1102012537
E1102012537E1102012537
E1102012537
 
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image RetrievalWavelet-Based Color Histogram on Content-Based Image Retrieval
Wavelet-Based Color Histogram on Content-Based Image Retrieval
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
IRJET-Denoising of Images using Wavelet Transform,Weiner Filter and Soft Thre...
 
IRJET- Coloring Greyscale Images using Deep Learning
IRJET- Coloring Greyscale Images using Deep LearningIRJET- Coloring Greyscale Images using Deep Learning
IRJET- Coloring Greyscale Images using Deep Learning
 
I017417176
I017417176I017417176
I017417176
 
Content Based Image Retrieval: A Review
Content Based Image Retrieval: A ReviewContent Based Image Retrieval: A Review
Content Based Image Retrieval: A Review
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
 
Cz4301586590
Cz4301586590Cz4301586590
Cz4301586590
 
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...IRJET-  	  Enhancement of Image using Fuzzy Inference System for Remotely Sen...
IRJET- Enhancement of Image using Fuzzy Inference System for Remotely Sen...
 
Image Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed ImagesImage Enhancement using Guided Filter for under Exposed Images
Image Enhancement using Guided Filter for under Exposed Images
 
Contrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise ReviewContrast Enhancement Techniques: A Brief and Concise Review
Contrast Enhancement Techniques: A Brief and Concise Review
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
Qualitative and Quantitative Evaluation of Two New Histogram Limiting Binariz...
 

Similar to IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering

IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET Journal
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningIRJET Journal
 
De-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingDe-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingIRJET Journal
 
De-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingDe-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingIRJET Journal
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...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
 
IRJET - Plant Leaf Disease Detection using Image Processing
IRJET -  	  Plant Leaf Disease Detection using Image ProcessingIRJET -  	  Plant Leaf Disease Detection using Image Processing
IRJET - Plant Leaf Disease Detection using Image ProcessingIRJET Journal
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET Journal
 
IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...
IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...
IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...IRJET Journal
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicIRJET Journal
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency IdentifierIRJET Journal
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)IRJET Journal
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET Journal
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET Journal
 
Pest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingPest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingIOSR Journals
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...IRJET Journal
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET Journal
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIRJET Journal
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET Journal
 

Similar to IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering (20)

IRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image ProcessingIRJET- Crowd Density Estimation using Image Processing
IRJET- Crowd Density Estimation using Image Processing
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
 
De-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingDe-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image Processing
 
De-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image ProcessingDe-Noisy Image of Activity Tracking System in Digital Image Processing
De-Noisy Image of Activity Tracking System in Digital Image Processing
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
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 - Plant Leaf Disease Detection using Image Processing
IRJET -  	  Plant Leaf Disease Detection using Image ProcessingIRJET -  	  Plant Leaf Disease Detection using Image Processing
IRJET - Plant Leaf Disease Detection using Image Processing
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep Learning
 
IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...
IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...
IRJET- Efficient Auto Annotation for Tag and Image based Searching Over Large...
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency Identifier
 
Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)Plant Disease Detection using Convolution Neural Network (CNN)
Plant Disease Detection using Convolution Neural Network (CNN)
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
IRJET- Kidney Stone Classification using Deep Neural Networks and Facilitatin...
 
Pest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingPest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image Processing
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing Method
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 

Recently uploaded (20)

(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 

IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2130 Crop Pest Detection and Classification by K-Means and EM Clustering Madhuri Devi Chodey1, Humera Tamkeen2 1Madhuri Devi Chodey, Professor, Dept. of Electronics and Communication Engineering, Navodaya Institute of Technology, Raichur- 584103. 2Humera Tamkeen, Dept. of Electronics and Communication Engineering, Navodaya Institute of Technology, Raichur- 584103. ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - India is agriculture based country which has majority of the people depend on the agriculture. It has direct effect on Indian economy. With the use of digital image processing techniques in the agriculture and addition of modern technologies will help to increase the total yield. This project focuses on croppestdetectionand classification, providing information aboutthetypeofthe pest and reducing the use of fertilizers in the field. The user/farmer can upload the image; from the uploaded image features are extracted. Color based image segmentation using L*a*b color space models is applied and then k-means and EM clustering is performed; the cluster providing maximum information about the pest is selected. Then percentage of affected region, various parameters such as mean, entropy, energy, RMS etc. and classification of the pest using multi SVM is performed. Key Words: Texture feature, affected region percentage, colour based segmentation, K-means, EM clustering,SVM classification. 1. INTRODUCTION Plant disease has turned up a difficult circumstances or problem to the farmer reducing the growth in thefield, plant pest and disease affecting the plant frightening the food security and significant losses. Much system has been proposed so far to control the pest in the field, most commonly and accurate method is to use digital image processing technique. Automatic pest and disease detection provide benefits in monitoring field, controlling growth of the pest at early stage, increaseproductivity. TheLiuLiuet.al [1] has stated the risk of the agriculture duetothepestinthe field. It will harm the farmer economic growth and also will cause plant growth. The author has state the region based end to end technique by using the pestnet also used the neural networks and the feature extraction for the classifying the various types of the pest species by image [10]. Sushma R Huddar et.al [2] has stated the segmentation of pest image also the counting the whiteflies in field. Pesticides have been used in agriculture which affects the plant and also the environment. With the help of the digital image processing technologies available in the systemtoday the farmers will be able to reduce theloss.Meanfiltering and adaptive thresholding has been used on the natural images which are initially processed by the image enhancement methods to identify pest has been proposed by the Yogesh Kumar [3]. K. Thenmozhi [4] has worked on the pest types whichwill infect sugarcane production. Images are initially preprocessed, segmented and the image features are extraction. The edge detection method of Sobel algorithm has been applied by using the 9 geometric features of the pest. Z Iqbal et.al [5] has proposed the survey on the citrus plant diseases which are caused by the different type of the pest. Mainly buy sing the shape and color feature of the image has been used for the image segmentation, image feature extraction for extracting the image components [7]. Image enhancement image de noising methods has been used for the detection of the pest images. Hanyurwimfura et.al [6] proposes system that will control the falloff the armyworm in the region of Rwanda. Internet of thing (IoT) enabled technology has been adopted by the author in this work by using sensors to detect fall armyworm in the field. The location of the pest falling will be informed to the user. 2. SYSTEM ANALYSIS 2.1 Existing system In the past, many methods has been used for pest detection such as , Otsu’s thresholding method, RGB color based, Histogram, adaptive thresholding, novel algorithm, edge detection and other methods. Using a singlemethodfor result analysis based on the system generated results will make the system complicated, as no pests will be of same shape, size or position. Hence needofuserinterfacetodetect the pest accurately. 2.2 Proposed System In the proposed work we have used the K means clustering and EM clustering algorithms to compare and analyze the best possible result.Thetwoalgorithmswill help us to understand the result based on the input type and the feature set generated. Based on selected the image cluster, the region of the pest area detected and the feature set will be generated. This will allow the system to work on the selected pixel instead of complete image to give the best result.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2131 3. METHODOLOGY The methodologies used in this work are as follows: 3.1 Image Preprocessing The given input image is processed before passing it to the main system. The output of the preprocessing will be the l*a*b image which will be suitable for next processing. The preprocessing is a sequence of operation that performs on scanned input images. It primarily enhances the image illustration for higher segmentation. The task of preprocessing is to phase the required pattern from the image and perform normalization, noise filtering and smoothing. The preprocessing also defines a solid illustration of the segmented model. After segmentation, binarization procedure is used where it convert a grey scale to a binary image. 1. Image Resizing: If the input image has the resolution of [1024*1600] then the processingofthesystemmay be slow due to the higher resolution. Hence we need to convert it to the required size. For example 255*255 by using inbuilt mat lab functions. 2. Image Restoration: It is a simple process of taking the corrupted pixels of image and cleaning them. The restoration process allows the user to adjust image contrast, brightness and the other features of the image. It is not a de-noising method, but allows the user to smoothening image by using the simple method like point spread function, venar filter and de convolution method etc. 3.2 Image Enhancement The image enhancement technique is different from one field to another field according toitsobjective.Enhancement of the image includes the color transformation (if needed), image contrast enhancement using imadjust(). 3.3 Color Based Image Segmentation In this the input image is segmented based on the color bands of the lab a*b*. The segmentation will be achieved by using the k means bad the EM clustering at t multiple level. The cluster is nothing but the group of the pixel belonging to the same color bands. The equations for RGB are as follows which use in the color based segmentation is; R=     hywx yx hw yxIR, 1,1 )),(( (1) G=     hywx yx hw yxIG, 1,1 )),(( (2) B=     hywx yx hw yxIB, 1,1 )),(( (3) 3.4 K-Means and EM Clustering Models K-means and EM algorithm are generally same and are used in common to find the natural clusters in the range of the given data by varying the input type parameters. TheK- means algorithm starts with acquiring the digital image uploaded by the user. K-means is applied for color space transformation result l*a*b (luminosity and chromaticity layer) and the k-means clusteringusedtosegmenttheplant pest images. Clusters are formed for pest images based on intensity or the color r the texture or the location of the input pixel. For the proposed project we used color and intensity combination. For K-means algorithm use of the starting location of the partitions such as Euclidean distance is important to find the cluster. Based on selected number of the pass, the data value can switch the partitions with each successive pass. The partitions are represented red, green, blue and yellow axis of the color cube. Every pixel in the input image will be saved and compared with the initial partitions obtained and the nearest partitions are determined recorded. Then, RGB colorofevery pixel within selected partition will be used to determined and servedas new value for the given partition. If the obtained partition has no pixel value associated with it, simply ignored in this implementation. The algorithm continues until the pixels are not changing their partitions associated with it or the partitions values changing by set of small amount are acceptable. The image pixels are grouped into the similar grouped of ‘K’ as follows: I(x,y)={image(p1,p2..pn=K(1,2,3..n)} (4) Each of these pixels will exhibit the property based on the individual color band. Every Pixel in the image is compared with each other and side pixel for grouping.The K means clustering will use the mean value instead of the average value. The clustering of the pixel with the data value of the pixel in the same color band in the image will help the system to group the pixels as follows. (Xi-cj) (5) But due to range of the color value (data) in the RGB color band is 0 to 255. The data values include neighbor values, but the neighbor values are of same mean value, hence it make K-means algorithm less efficient in the exact grouping of the pixels. The EM algorithm which is derived further on the aspects of the K-Means algorithm, First step is to choose
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2132 partition and performs the processingofthe pixel valueson the input image in the color band of the RGB. It starts the EM cycle, first expectation is performed. For Expectation step equation is defined as (6) (7) This is used to serve the weights for the lower expression. The sigma squared used in the equation of the expectation gives the covariance value of the pixel. E step will compute the weight or expectation of the pixel for every partition than next step is to perform the maximization or M step. The equation for the maximization is given by (8) Partition value of the pixel j is changed to an average value of weight pixel; the user is allowed to choose the best possible result for the feature extraction based on the clustering of the pixel. 3.5 Feature Extraction Feature Extraction of the pest images are performed by using function regionprop(). Feature extraction is of two types.  Extraction of Feature in pattern  Extraction of Feature in Texture With the help of GLCM, pixels of pairs information are collected, occurrence of the pixel brightness in an image exhibits by the GLCM. The valued matrix is created at distance d=1 and angles which are representedinthedegree ranges of (0, 45, 90,135). It provides the stats like entropy, energy, contrast and correlation. For texture character profile such as smooth, silky, and rough GLCM is used.GLCM is prepared from the gray scale values and picks up the relationship between two neighboring pixel at a time. GLCM implementation for input imagewith8tonesisshownbelow Figure.1. GLCM implementation for 8 tone image Features are extracted using GLCM matrix such as correlation, contrast, energy, entropy, inverse different moment, homogeneity, smoothness, mean, standard deviation, variance, skewness, RMS. 3.6 SVM Based Classification SVM (Support Vector Machine) is a type of the supervised machine learning method which will examine data and identify the similar type of the patterns, whichare used for the later classification. SVM model hasbeenable to model the complex structure of the non-linear decision boundaries with high accuracy and SVM is efficiently used for the binary classification. The SVM is to classify the data set with boundaries and extent it to nonlinear boundaries. SVM becomes prominent when pixel map is used as the dataset values as input. It gives high accuracy equivalent to neural network with elaborated features. By designing the kernel function, SVM can be applied to the complex data and this model is efficient in both linear and nonlinear data handling. Support vector machine consists of two approaches:  linearly separable  nonlinearly separable Figure.2.General SVM classsifier As shown in the above diagram, the SVM classifier drawn the patterns from the input sample (in our case it is an image). SVM is composed of the followings:  Hyper-planes: among them the optimal and Maximum- minimum margin hyper planes are used in the classification of the patterns.     k n ni ji ij xxp xxp zE 1 )|( )|( ][       k n x x ni ji e e 1 )( 2 1 )( 2 1 2 2 2 2       m i iijj xzE m 1 ][ 1 
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2133  Negative samples, which will drop below the required threshold values  Positive samples, which will drop above the threshold values 4. PROPOSED SYSTEM ARCHITECTURE Figure.3. Proposed System Architecture. Basic system architecture is shown in the figure.Firstthe user pest images are collected and saved in the folder, while running the program user is allowed to detect the image if interest which will be subjected to pest detection and classification. During training phase the entropy value of all the images will be store in DB. While in testing phase, load the image of interest. Selected image then applied for image preprocessing; during the image preprocessing the image quality is improved by image enhancement feature and de- noising of the image by using median filter. The output of image preprocessing is then applied to the feature extraction; wherethe featuresuchshape,textureand color are stored in DB which will be helpful for classification of the images. Color based segmentation is performed and detection is performed using K-Means clustering algorithm and EM (expectation and maximization).L*a*b method is used for color based segmentation. The clustering output is then used to measure the quantity such as entropy, smoothness, kurtosis, RMS value, energy, correlation, entropy and the other parameters. The decision making system perform more the 500 iteration to detect the pest with the help of SVM classifier. The detected pest is restoring to the user. Hence using the proposed system pest can be easily detected and classification of pest is possible at the early stage with minimizing the effect of the pest on the agriculture field. 5. EXPERIMENTAL RESULTS Initial GUI of the proposed work is shown in belowfigure, first step is the uploading the pest image. Step 1: Click on the “LOAD IMAGE” to select the pest image from the image folder whose detection and classification is too performed Figure.4.GUI of the proposed work Step 2: Click on the “ENHANCE IMAGE” button on the GUI of the proposed work. EnhanceD image will be inserted in the “ENHANCE IMAGE” table shown in the figure. Step 3: Click on the “CLUSTERING AND SEGMENTATION”on the GUI of the proposed work for performing clustering and segmentation, the clustering result is displayed as shown in the figure. Figure.5.Input image and image enhancement
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2134 Figure.6.Image clustering by K-means and EM Clustering Figure.7. Selected cluster image with feature set and affected region percentage Step 4: Perform classification by using SVM; click on the “CLASSIFY BY THE SVM” button on GUI of the proposed work. Based on 500 iteration pest will be detected and classification will be displayed as shown in the below figure. Dialog box will be display with message ”pest found” and another dialog box with name of the pest detected isdisplay. Figure.8.Classification of the image The plot for the features listed in the table is shown below Figure.9.Plot for features obtained for twelve pest species images. Figure.10.Plot for variance feature obtained for Twelve Species of pest images
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 09 | Sep 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2135 Figure.11. Plot of contrast, correlation, energy and homogeneity for twelve species of the pest images 6. CONCLUSION In this work we have proposed pest type detection and identification by using DIP methods as explained in the above segments. Proposed system of detection and identification of pest by using featuresetisperformedon the database as the training, in which the feature values are recovered and store in the system database. User’s input sample image is passed to the system to extract input pest image features; the image is than processed in multiple stages by using region based segmentation of the image by using the K-means clustering and EM based level clustering to generate the dataset of features to give final result. With the help of SVM to classify the pest and the future work of the proposed method includes recognizing the disease in multiple pests, providing cure and precaution messages to user through mobile applications. REFERENCES [1] Liu Liu ,Rujing Wang , ChengjunXie, Po Yang, “PestNet: An End-to-End Deep Learning Approach for Large-Scale Multi-Class Pest Detection and Classification,” IEEE Access, vol.7,pp. 2169-3536, 2019. [2] Sushma R Huddar, Swarna Gauri, “Novel algorithm for segmentation and automatic identification of pests on plant using image processing,” IEEE 2018. [3] Yogesh Kumar, Ashwini Kumar Dubey,”Pest detection using adaptive thresholding,” IEEE 2017. [4] K.Thenmohiz,U.Srinivasaulu Reddy,”Image processing techniques for insect shape detection in field crops,” IEEE 2017,pp. 978-1-5386-4031-9. [5] Z. Iqbal et al.,”An automated detection and classification of citrus plant diseases usingimage processing techniques: A review,” ELSEVIER 2018, Computers and Electronics in Agriculture 153 (2018) 12–32. [6] Hanyurwimfura Damien, Nizeyimana Eric, Ndikumana Faustine,”Monitoring System to Strive Against Fall Armyworm in Crops Case Study: Maize in Rwanda,” 2018 IEEE SmartWorld. [7] Ji’An Xia, YuWang Yang, HongXin Cao,”Performance analysis of clustering method based on crop pest spectrum,”2018 Asian Agricultural and Biological Engineering Association. Published by Elsevier B.V. [8] Junfeng Gao, David Nuyttens,”Recognizing weeds in a maize crop using a randomforest machine-learning algorithm and near-infrared snapshot mosaic hyper spectral imagery,”2018IAgrE.Published byElsevierLtd. [9] Preetha Rajan, Radhakrishnan. B.”Detection And Classification Of Pests From Crop Images Using Support Vector Machine”,2016 International Conference on Emerging Technological Trends [ICETT],IEEE 2016 [10] Milan Maric, Irena Orovic,” Compressive Sensing based image processing in TrapView pest monitoring system”,MIPRO 2016. [11] Al-Hiary, H., S. Bani-Ahmad, M. Reyalat, M. Braik, and Z. AlRahamneh. 2011. “Fastand accurate detection and classification of plant diseases”. International Journal of Computer Applications, 17(1): 31-38 [12] Argenti, F., L. Alparone, and G. Benelli. 1990. “Fast algorithms for texture analysis using co-occurrence matrices.” IEEE proceedings, 137, (6): 443-448 [13] Chih-Wei, H., and C. Lin. 2002.” A comparison of methods for multiclass support vector machines.” IEEE Transactions on Neural Networks, 13(2): 415-425