SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 175
Quantitative and Qualitative Analysis of Plant Leaf Disease
Sugantha. H*, Dr.D.Jeyakumari**, R.Kannan***
*(PG Student, Dept. of ECE, RVS College of Engineering & Technology, Coimbatore, India)
** (Professor, Dept. of ECE, RVS College of Engineering & Technology, Coimbatore, India)
*** (Assistant Professor, Dept. of ECE, RVS College of Engineering & Technology, Coimbatore, India)
----------------------------------------************************----------------------------------
Abstract:
Plant disease detection is very important because agriculture is the backbone of the country like India.
Crops and plantations get destroyed mainly due to two major reasons, first reason is destruction by natural
calamities and second reason is the destruction by the pathogens such as viral, bacterial and fungal.
Through naked eye farmers could not detect the type of plant disease. To overcome this a technique is
developed in which plant disease is detected using image processing technique. Disease detection begins
with image acquisition. The input image is then converted into gray image by the library function. This is
followed by filtering where median filter is used to remove the noise and smoothening of the image. The
next process is feature extraction done with GLCM. K-means clustering and GLCM algorithm would
generate the features from the images. This is proceeded with enhancement. Here adaptive histogram
equalization is involved. Then segmentation is performed based on some common properties of the objects
present in an image like color, texture and, shape etc. Finally, the disease and area of the affected region in
the leaf is found.
Keywords —Leaf disease identification, SVM, GLCM, Quality Analysis, Segmentation
----------------------------------------************************----------------------------------
I. INTRODUCTION
In several parts of the world, a great challenge
to plant growth and crop production is plant
diseases which affect the plants by interfering with
several processes such as plant growth, flower &
fruit development, absorbance and translocation of
water and nutrients, photosynthesis, and cell
division and enlargement. Plant diseases can be
caused by different types of fungi, bacteria,
phytoplasma, viruses and other agents. The severity
of diseases caused by these pathogens varies from
mild symptoms to decline of the infected plants,
depending on the aggressiveness of the pathogen,
host resistance, environmental conditions, duration
of infection and other factors. Plant disease
symptoms vary with the infecting pathogen and the
infected part and can include leaf spots, leaf blights,
root rots, fruit rots, fruit spots, wilt, dieback and
decline.
The scientific study of plant diseases which are
caused by pathogens and other environmental
conditions is termed as Plant pathology. Pathogens
include fungi, oomycetes, bacteria, viruses, viroids,
phytoplasmas, protozoa, nematodes and parasitic
plants. The various steps of Plant pathology include
the study of pathogen identification, disease
etiology, disease cycles, economic impact, plant
disease epidemiology, plant disease resistance, how
plant diseases affect humans and animals.
The important methods used in this project are
K-means clustering, GLCM algorithm and
segmentation using SVM.
RESEARCH ARTICLE OPEN ACCESS
International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 176
II. PLANT LEAF DISEASES
Organisms that cause infectious disease include
fungi, oomycetes, bacteria, viruses, viroids, virus-
like organisms, phytoplasmas, protozoa, nematodes
and parasitic plants. Symptoms differ based on the
internal and external expression of the disease.
General classification includes local (within a
limited area of host tissue), systemic (reaction of a
greater part or all of the plant), primary (pathogen
activity on invaded tissues), secondary
(physiological effects of disease on distant tissues
and uninvaded organs), microscopic (disease in cell
structure or cell arrangement) or macroscopic
(abnormal effects on host cells, tissues, and organs).
Few diseases with their symptoms and
characteristics are explained below;
A. Alternaria Alternata
It is a fungus that causes leaf spots, rots, blights
and other diseases on over 380 host species of plant.
It can also cause upper respiratory tract infections
and asthma in humans.
Fig. 1. Example of Alternaria Alternata
B. Anthracnose
It is a fungus that causes leaf spots, rots, blights
and other diseases on over 380 host species of plant.
It can also cause upper respiratory tract infections
and asthma in humans.
Fig. 2. Example of Anthracnose
C. Bacterial blight
It is a disease caused by the bacterial pathogen
Xanthomonas campestris which is characterized by
small, pale green spots or streaks which soon
appear water-soaked. Infections are spread by
splashing of bacterial ooze by rain drops, plant to
plant contact and insects. This develops on the
upper leaves during cold and wet weather.
Fig. 3. Example of Bacterial blight
D. Cercospora Leaf Spot
It is a common disease in beetroot, capsicum,
carrot, avocado and coffee crops. It causes small,
brown flecks develop with a reddish border, round
water-soaked lesions on leaves, petioles and stems.
This tissue also becomes thin and brittle.
Fig. 4. Example of Cercospora Leaf Spot
International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 177
III. EXISTING SYSTEM
An automatic soft computing approach
BRBFNN for identification and classification of
disease from plant leaves. The proposed method
uses Bacterial Foraging Optimization (BFO) to
assign optimal weight to Radial Basis Function
Neural Network (RBFNN) and to find the optimal
region for the different disease present on the plant
leaves. The efficiency of the Radial Basis Function
Neural Network is further enhanced by using region
growing method searching for seed points and
grouping them having similar attributes that help in
feature extraction process.[1]
Fig. 5. Methodology for the existing work
IV. PROPOSED SYSTEM
The proposed method includes various
techniques such as changing image size, filtering of
noise, image conversion, enhancing image. K-means
clustering method partitions the images into clusters
in such a way that at least one part of cluster
contains an image with major area of affected part.
GLCM has been used extensively in the field of
image processing. It has been for texture analysis in
gray scale as well as color texture recognition. The
different methods implemented in this project within
MATLAB are been explained below.
A. Median filter
The input image is pre-processed by the median
filter for better results. The main idea of the median
filter is to run through the signal entry by entry,
replacing each entry with the median of
neighboring entries referred as window pattern.
B. Adaptive Histogram Equalization
AHE improves the local contrast and
enhances the definitions of edge in each region of
an image. AHE features a tendency to overamplify
noise in relatively homogeneous regions of an
image. A variant of adaptive histogram equalization
called contrast limited adaptive histogram
equalization (CLAHE) prevents this by limiting the
amplification. Each pixel is transformed supported
on the histogram of a square surrounding the pixel.
The transformation function is proportional to the
cumulative distribution function (CDF) of pixel
values in within the neighbourhood.
C. K Means Clustering:
K-Means starts by randomly defining k centroids.
From there, it works in iterative (repetitive) steps to
perform two tasks:
1. Assign each data point to the closest
corresponding centroid, using the standard
Euclidean distance. In layman’s terms: the
straight-line distance between the data point
and the centroid.
2. For each centroid, calculate the mean of the
values of all the points belonging to it. The
mean value becomes the new value of the
centroid.
Once step 2 is complete, all of the centroids
have new values that correspond to the means of all
of their corresponding points. These new points are
put through steps one and two producing yet one
more set of centroid values. This process is repeated
over and over until there is no change with in the
centroid values, meaning that they need been
accurately grouped. Or, the method are often
International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 178
stopped when a previously determined maximum
number of steps has been met.
D. Gray Level Co-Occurrence Matrix (GLCM):
Feature extraction involves simplifying the
quantity of resources required to explain an
outsized set of data accurately. When performing
analysis of complex data one among the main
problems stems from the amount of variables
involved. Analysis with an outsized number of
variables generally requires an outsized large
amount of memory and computation power or a
classification algorithm which over fits the training
sample and generalizes poorly to new samples.
E. Image Quality Assessment:
Measurement of image quality is vital for several
image processing applications. Image quality
assessment is associated with image similarity
assessment during which quality is predicated on
the differences (or similarity) between a degraded
image and therefore the original, unmodified image.
There are two ways to live image quality by
subjective or objective assessment. Subjective
evaluations are expensive and time-consuming. It is
impossible to implement them into automated real-
time systems. Objective evaluations are automatic
and mathematical defined algorithms.
F. SVM:
The Support Vector Machine is a theoretically
superior machine learning methodology with great
leads in pattern recognition. Especially for
supervised classification of high dimensional
datasets and has been found competitive with the
simplest machine learning algorithms. The
proposed classification procedure followed, leading
in the final object classification. The classification
results were compared to the closest Neighbor
object-based classifier results, and were found
satisfactory. The SVM methodology seems very
promising for Object Based Image Analysis and
future will specialize on integrating SVM classifiers
with rule-based classifiers.
V. OUTPUT
Qualitative analysis like Clustering and
quantitative analysis like feature extraction and
image quality assessment is used to segment the
affected portion in the scanned leaf image. To
segment the portion, first need to filter out the
Fig 6:Block diagram for the proposed work
IMAGE ACQUISITION
(Color image)
FEATURE
EXTRACTION
(GLCM)
COLOR CONVERSION
(RGB to GRAY image)
FILTERING
(Median filter)
IMAGE QUALITY
ASSESSMENT
CONTRAST
ENHANCEMENT
(Adaptive Histogram)
IMAGE QUALITY
ASSESSMENT
K - MEANS CLUSTERING
SVM CLASSIFIER
International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 179
acquired image based upon masking methodology.
The clustering function are to be applied throughout
the filtered image. By the tactic of morphological
bounding, box will be drawn over the affected
portion. Then the region enclosed by bounding box
will be segregated separately. After filtering and
contrast enhancement, image quality assessment is
calculated to match other techniques. Then the
percentage affected is calculated. Finally, accuracy
estimation is to be finished algorithm efficient level.
Fig. 7. Accuracy
Fig. 8. Scatter plot – Linear SVM
Fig. 9. Confusion matrix – Linear SVM
Fig. 10. Disease detection output
Fig. 11. GLCM output
0
20
40
60
80
100
LINEARSVM
SIMPLETREE
FINE…
QUADRATIC…
FINEKNN
MEDIUMKNN
CUBICKNN
RUSBOOSTED…
ACCURACY
CLASSIFIER
ACCURACY
ACCURACY
International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 180
Fig. 12. Image quality assessment results
VI. CONCLUSION
In this paper, the detection and classification
of plant leaf disease is made by means if KNN
techniques, segmentation and detection by means of
intensity computation, thresholding and features
extraction. The diseases are classified with the help
of SVM and were able to distinguish between four
different types of grading level with an average
accuracy of 94.17%. As an extension of our work, it
is suggested to identify and classify various stages
of plant diseases and different diseases caused by
bacteria and virus.
REFERENCES
[1] Siddharth Singh Chouhan, Uday Pratap Singh, Sanjeev Jain. (2018),
“Bacterial foraging optimization based Radial Basis Function Neural
Network (BRBFNN) for identification and classification of plant leaf
diseases: An automatic approach towards Plant Pathology”, IEEE, Vol.
06, pp 8852 – 8863.
[2] Arivazhagan, S., R. Newlin Shebiah, S. Ananthi, and S. Vishnu Varthin.
“Detection of unhealthy region of plant leaves and classification of plant
leaf diseases using texture features.” Agriculture Engineering
International: CIGR Journal 15, No.1 (2013): 211–217.
[3] Xihai zhang, Yue qiao, Fanfeng meng.(2018), “Identification Of Maize
AND Leaf Diseases Using Convolutional Neural Network”, IEEE, Vol.
06, pp 30370 – 30377.
[4] Sushil R. Kamlapurkar. (2016), “Detection of Plant Leaf Disease Using
Image Processing Approach”, IJSRP, Vol. 6, No. 02, pp 73 – 76.
[5] Ayesha .L Tilwani , Prof. Devang G. Jani.(2017), “Disease Detection in
Leaves using Image Processing Techniques”, IRJET, Vol 04, pp 1639 –
1642.
[6] Mr. Sanjay Mirchandani, Mihir Pendse, Prathamesh Rane, Ashwini
Vedula.(2018), “Plant disease detection and classification using image
processing and artificial neural networks”, IRJET, Vol. 05, No.06.
[7] Dr. S. K. Jayanthi, C.Lalitha. (2017), “Betel Leaf Disease Detection
Using Histogram of Oriented Gradients and Multiclass SVM”, IRJET,
Vol. 05, No.08.
[8] N.Neelaveni, S. Rajeswari. (2016), “Paddy Leaf Disease Detection
Classification and Remedy Finder Using K means Clustering and Image
Mining”, Vol. 04 No 12.
[9] Shweta.S. Kothawale, S.R.Barbade, Pradnya .P.Mirajkar. (2018),
“Grape Leaf Disease Detection Using SVM Classifie”, IRJET, Vol. 06,
No.04.
[10] Nikhil Govinda Dhakad, Umesh Shyamkant Yewale, Tejal Yuvraj Patil,
Gayatri Avinash Deore, (2018), “Leaf disease detection using Image
Processing”, IRJET, Vol.05, No.12.

More Related Content

Similar to Quantitative and Qualitative Analysis of Plant Leaf Disease

Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingIRJET Journal
 
Detection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesDetection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesIRJET Journal
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...IRJET Journal
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET Journal
 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET Journal
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNIRJET Journal
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...IRJET Journal
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED
 
Plant Disease Detection and Identification using Leaf Images using deep learning
Plant Disease Detection and Identification using Leaf Images using deep learningPlant Disease Detection and Identification using Leaf Images using deep learning
Plant Disease Detection and Identification using Leaf Images using deep learningIRJET Journal
 
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET Journal
 
PLANT LEAF DISEASE CLASSIFICATION USING CNN
PLANT LEAF DISEASE CLASSIFICATION USING CNNPLANT LEAF DISEASE CLASSIFICATION USING CNN
PLANT LEAF DISEASE CLASSIFICATION USING CNNIRJET Journal
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET 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 DiseasesIRJET Journal
 
Plant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingIRJET Journal
 
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET Journal
 
IRJET- Hybrid Model for Crop Management System
IRJET-  	  Hybrid Model for Crop Management SystemIRJET-  	  Hybrid Model for Crop Management System
IRJET- Hybrid Model for Crop Management SystemIRJET Journal
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...IRJET Journal
 
CROP DISEASE DETECTION
CROP DISEASE DETECTIONCROP DISEASE DETECTION
CROP DISEASE DETECTIONIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET Journal
 

Similar to Quantitative and Qualitative Analysis of Plant Leaf Disease (20)

Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
Detection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN ArchitecturesDetection of Plant Diseases Using CNN Architectures
Detection of Plant Diseases Using CNN Architectures
 
A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...A Novel Machine Learning Based Approach for Detection and Classification of S...
A Novel Machine Learning Based Approach for Detection and Classification of S...
 
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
IRJET - Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence M...
 
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
IRJET- Plant Leaf Disease Diagnosis from Color Imagery using Co-Occurrence Ma...
 
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNNLEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
LEAF DISEASE IDENTIFICATION AND REMEDY RECOMMENDATION SYSTEM USINGCNN
 
Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...Plant Disease Detection and Severity Classification using Support Vector Mach...
Plant Disease Detection and Severity Classification using Support Vector Mach...
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60
 
Plant Disease Detection and Identification using Leaf Images using deep learning
Plant Disease Detection and Identification using Leaf Images using deep learningPlant Disease Detection and Identification using Leaf Images using deep learning
Plant Disease Detection and Identification using Leaf Images using deep learning
 
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
IRJET - Paddy Crop Disease Detection using Deep Learning Technique by using D...
 
PLANT LEAF DISEASE CLASSIFICATION USING CNN
PLANT LEAF DISEASE CLASSIFICATION USING CNNPLANT LEAF DISEASE CLASSIFICATION USING CNN
PLANT LEAF DISEASE CLASSIFICATION USING CNN
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
 
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 Disease Prediction Using Image Processing
Plant Disease Prediction Using Image ProcessingPlant Disease Prediction Using Image Processing
Plant Disease Prediction Using Image Processing
 
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
 
IRJET- Hybrid Model for Crop Management System
IRJET-  	  Hybrid Model for Crop Management SystemIRJET-  	  Hybrid Model for Crop Management System
IRJET- Hybrid Model for Crop Management System
 
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
EARLY BLIGHT AND LATE BLIGHT DISEASE DETECTION ON POTATO LEAVES USING CONVOLU...
 
CROP DISEASE DETECTION
CROP DISEASE DETECTIONCROP DISEASE DETECTION
CROP DISEASE DETECTION
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security SystemIJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityIJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesIJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by FranceIJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPIJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. AmaraIJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsIJSRED
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cartIJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen ManagementIJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsIJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionIJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...IJSRED
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistantIJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaIJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....IJSRED
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
Smart shopping cart
Smart shopping cartSmart shopping cart
Smart shopping cart
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
 

Recently uploaded

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
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
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 

Quantitative and Qualitative Analysis of Plant Leaf Disease

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 175 Quantitative and Qualitative Analysis of Plant Leaf Disease Sugantha. H*, Dr.D.Jeyakumari**, R.Kannan*** *(PG Student, Dept. of ECE, RVS College of Engineering & Technology, Coimbatore, India) ** (Professor, Dept. of ECE, RVS College of Engineering & Technology, Coimbatore, India) *** (Assistant Professor, Dept. of ECE, RVS College of Engineering & Technology, Coimbatore, India) ----------------------------------------************************---------------------------------- Abstract: Plant disease detection is very important because agriculture is the backbone of the country like India. Crops and plantations get destroyed mainly due to two major reasons, first reason is destruction by natural calamities and second reason is the destruction by the pathogens such as viral, bacterial and fungal. Through naked eye farmers could not detect the type of plant disease. To overcome this a technique is developed in which plant disease is detected using image processing technique. Disease detection begins with image acquisition. The input image is then converted into gray image by the library function. This is followed by filtering where median filter is used to remove the noise and smoothening of the image. The next process is feature extraction done with GLCM. K-means clustering and GLCM algorithm would generate the features from the images. This is proceeded with enhancement. Here adaptive histogram equalization is involved. Then segmentation is performed based on some common properties of the objects present in an image like color, texture and, shape etc. Finally, the disease and area of the affected region in the leaf is found. Keywords —Leaf disease identification, SVM, GLCM, Quality Analysis, Segmentation ----------------------------------------************************---------------------------------- I. INTRODUCTION In several parts of the world, a great challenge to plant growth and crop production is plant diseases which affect the plants by interfering with several processes such as plant growth, flower & fruit development, absorbance and translocation of water and nutrients, photosynthesis, and cell division and enlargement. Plant diseases can be caused by different types of fungi, bacteria, phytoplasma, viruses and other agents. The severity of diseases caused by these pathogens varies from mild symptoms to decline of the infected plants, depending on the aggressiveness of the pathogen, host resistance, environmental conditions, duration of infection and other factors. Plant disease symptoms vary with the infecting pathogen and the infected part and can include leaf spots, leaf blights, root rots, fruit rots, fruit spots, wilt, dieback and decline. The scientific study of plant diseases which are caused by pathogens and other environmental conditions is termed as Plant pathology. Pathogens include fungi, oomycetes, bacteria, viruses, viroids, phytoplasmas, protozoa, nematodes and parasitic plants. The various steps of Plant pathology include the study of pathogen identification, disease etiology, disease cycles, economic impact, plant disease epidemiology, plant disease resistance, how plant diseases affect humans and animals. The important methods used in this project are K-means clustering, GLCM algorithm and segmentation using SVM. RESEARCH ARTICLE OPEN ACCESS
  • 2. International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 176 II. PLANT LEAF DISEASES Organisms that cause infectious disease include fungi, oomycetes, bacteria, viruses, viroids, virus- like organisms, phytoplasmas, protozoa, nematodes and parasitic plants. Symptoms differ based on the internal and external expression of the disease. General classification includes local (within a limited area of host tissue), systemic (reaction of a greater part or all of the plant), primary (pathogen activity on invaded tissues), secondary (physiological effects of disease on distant tissues and uninvaded organs), microscopic (disease in cell structure or cell arrangement) or macroscopic (abnormal effects on host cells, tissues, and organs). Few diseases with their symptoms and characteristics are explained below; A. Alternaria Alternata It is a fungus that causes leaf spots, rots, blights and other diseases on over 380 host species of plant. It can also cause upper respiratory tract infections and asthma in humans. Fig. 1. Example of Alternaria Alternata B. Anthracnose It is a fungus that causes leaf spots, rots, blights and other diseases on over 380 host species of plant. It can also cause upper respiratory tract infections and asthma in humans. Fig. 2. Example of Anthracnose C. Bacterial blight It is a disease caused by the bacterial pathogen Xanthomonas campestris which is characterized by small, pale green spots or streaks which soon appear water-soaked. Infections are spread by splashing of bacterial ooze by rain drops, plant to plant contact and insects. This develops on the upper leaves during cold and wet weather. Fig. 3. Example of Bacterial blight D. Cercospora Leaf Spot It is a common disease in beetroot, capsicum, carrot, avocado and coffee crops. It causes small, brown flecks develop with a reddish border, round water-soaked lesions on leaves, petioles and stems. This tissue also becomes thin and brittle. Fig. 4. Example of Cercospora Leaf Spot
  • 3. International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 177 III. EXISTING SYSTEM An automatic soft computing approach BRBFNN for identification and classification of disease from plant leaves. The proposed method uses Bacterial Foraging Optimization (BFO) to assign optimal weight to Radial Basis Function Neural Network (RBFNN) and to find the optimal region for the different disease present on the plant leaves. The efficiency of the Radial Basis Function Neural Network is further enhanced by using region growing method searching for seed points and grouping them having similar attributes that help in feature extraction process.[1] Fig. 5. Methodology for the existing work IV. PROPOSED SYSTEM The proposed method includes various techniques such as changing image size, filtering of noise, image conversion, enhancing image. K-means clustering method partitions the images into clusters in such a way that at least one part of cluster contains an image with major area of affected part. GLCM has been used extensively in the field of image processing. It has been for texture analysis in gray scale as well as color texture recognition. The different methods implemented in this project within MATLAB are been explained below. A. Median filter The input image is pre-processed by the median filter for better results. The main idea of the median filter is to run through the signal entry by entry, replacing each entry with the median of neighboring entries referred as window pattern. B. Adaptive Histogram Equalization AHE improves the local contrast and enhances the definitions of edge in each region of an image. AHE features a tendency to overamplify noise in relatively homogeneous regions of an image. A variant of adaptive histogram equalization called contrast limited adaptive histogram equalization (CLAHE) prevents this by limiting the amplification. Each pixel is transformed supported on the histogram of a square surrounding the pixel. The transformation function is proportional to the cumulative distribution function (CDF) of pixel values in within the neighbourhood. C. K Means Clustering: K-Means starts by randomly defining k centroids. From there, it works in iterative (repetitive) steps to perform two tasks: 1. Assign each data point to the closest corresponding centroid, using the standard Euclidean distance. In layman’s terms: the straight-line distance between the data point and the centroid. 2. For each centroid, calculate the mean of the values of all the points belonging to it. The mean value becomes the new value of the centroid. Once step 2 is complete, all of the centroids have new values that correspond to the means of all of their corresponding points. These new points are put through steps one and two producing yet one more set of centroid values. This process is repeated over and over until there is no change with in the centroid values, meaning that they need been accurately grouped. Or, the method are often
  • 4. International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 178 stopped when a previously determined maximum number of steps has been met. D. Gray Level Co-Occurrence Matrix (GLCM): Feature extraction involves simplifying the quantity of resources required to explain an outsized set of data accurately. When performing analysis of complex data one among the main problems stems from the amount of variables involved. Analysis with an outsized number of variables generally requires an outsized large amount of memory and computation power or a classification algorithm which over fits the training sample and generalizes poorly to new samples. E. Image Quality Assessment: Measurement of image quality is vital for several image processing applications. Image quality assessment is associated with image similarity assessment during which quality is predicated on the differences (or similarity) between a degraded image and therefore the original, unmodified image. There are two ways to live image quality by subjective or objective assessment. Subjective evaluations are expensive and time-consuming. It is impossible to implement them into automated real- time systems. Objective evaluations are automatic and mathematical defined algorithms. F. SVM: The Support Vector Machine is a theoretically superior machine learning methodology with great leads in pattern recognition. Especially for supervised classification of high dimensional datasets and has been found competitive with the simplest machine learning algorithms. The proposed classification procedure followed, leading in the final object classification. The classification results were compared to the closest Neighbor object-based classifier results, and were found satisfactory. The SVM methodology seems very promising for Object Based Image Analysis and future will specialize on integrating SVM classifiers with rule-based classifiers. V. OUTPUT Qualitative analysis like Clustering and quantitative analysis like feature extraction and image quality assessment is used to segment the affected portion in the scanned leaf image. To segment the portion, first need to filter out the Fig 6:Block diagram for the proposed work IMAGE ACQUISITION (Color image) FEATURE EXTRACTION (GLCM) COLOR CONVERSION (RGB to GRAY image) FILTERING (Median filter) IMAGE QUALITY ASSESSMENT CONTRAST ENHANCEMENT (Adaptive Histogram) IMAGE QUALITY ASSESSMENT K - MEANS CLUSTERING SVM CLASSIFIER
  • 5. International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 179 acquired image based upon masking methodology. The clustering function are to be applied throughout the filtered image. By the tactic of morphological bounding, box will be drawn over the affected portion. Then the region enclosed by bounding box will be segregated separately. After filtering and contrast enhancement, image quality assessment is calculated to match other techniques. Then the percentage affected is calculated. Finally, accuracy estimation is to be finished algorithm efficient level. Fig. 7. Accuracy Fig. 8. Scatter plot – Linear SVM Fig. 9. Confusion matrix – Linear SVM Fig. 10. Disease detection output Fig. 11. GLCM output 0 20 40 60 80 100 LINEARSVM SIMPLETREE FINE… QUADRATIC… FINEKNN MEDIUMKNN CUBICKNN RUSBOOSTED… ACCURACY CLASSIFIER ACCURACY ACCURACY
  • 6. International Journal of Scientific Research and Engineering Development-– Volume X Issue X, Year Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED: All Rights are Reserved Page 180 Fig. 12. Image quality assessment results VI. CONCLUSION In this paper, the detection and classification of plant leaf disease is made by means if KNN techniques, segmentation and detection by means of intensity computation, thresholding and features extraction. The diseases are classified with the help of SVM and were able to distinguish between four different types of grading level with an average accuracy of 94.17%. As an extension of our work, it is suggested to identify and classify various stages of plant diseases and different diseases caused by bacteria and virus. REFERENCES [1] Siddharth Singh Chouhan, Uday Pratap Singh, Sanjeev Jain. (2018), “Bacterial foraging optimization based Radial Basis Function Neural Network (BRBFNN) for identification and classification of plant leaf diseases: An automatic approach towards Plant Pathology”, IEEE, Vol. 06, pp 8852 – 8863. [2] Arivazhagan, S., R. Newlin Shebiah, S. Ananthi, and S. Vishnu Varthin. “Detection of unhealthy region of plant leaves and classification of plant leaf diseases using texture features.” Agriculture Engineering International: CIGR Journal 15, No.1 (2013): 211–217. [3] Xihai zhang, Yue qiao, Fanfeng meng.(2018), “Identification Of Maize AND Leaf Diseases Using Convolutional Neural Network”, IEEE, Vol. 06, pp 30370 – 30377. [4] Sushil R. Kamlapurkar. (2016), “Detection of Plant Leaf Disease Using Image Processing Approach”, IJSRP, Vol. 6, No. 02, pp 73 – 76. [5] Ayesha .L Tilwani , Prof. Devang G. Jani.(2017), “Disease Detection in Leaves using Image Processing Techniques”, IRJET, Vol 04, pp 1639 – 1642. [6] Mr. Sanjay Mirchandani, Mihir Pendse, Prathamesh Rane, Ashwini Vedula.(2018), “Plant disease detection and classification using image processing and artificial neural networks”, IRJET, Vol. 05, No.06. [7] Dr. S. K. Jayanthi, C.Lalitha. (2017), “Betel Leaf Disease Detection Using Histogram of Oriented Gradients and Multiclass SVM”, IRJET, Vol. 05, No.08. [8] N.Neelaveni, S. Rajeswari. (2016), “Paddy Leaf Disease Detection Classification and Remedy Finder Using K means Clustering and Image Mining”, Vol. 04 No 12. [9] Shweta.S. Kothawale, S.R.Barbade, Pradnya .P.Mirajkar. (2018), “Grape Leaf Disease Detection Using SVM Classifie”, IRJET, Vol. 06, No.04. [10] Nikhil Govinda Dhakad, Umesh Shyamkant Yewale, Tejal Yuvraj Patil, Gayatri Avinash Deore, (2018), “Leaf disease detection using Image Processing”, IRJET, Vol.05, No.12.