SlideShare a Scribd company logo
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 442
Disease Detection in Plant Leaves using
K-Means Clustering and Neural Network
P. Harini1, V. Chandran2
1B.E, Student, 2Assistant professor
1,2Department of Electronics and Engineering, Bannari Amman Institute of Technology,
Sathyamangalam, Coimbatore, Tamil Nadu, India
ABSTRACT
The most contributing variable for the Indian Economy is Agriculture yet at
the same time there is absence of mechanical improvementinmany partsofit.
The harm caused by rising, re-developing and endemic pathogens, is vital in
plant frameworks and prompts potential misfortune. The harvest generation
misfortunes its quality because of much infections and some of the time they
happen however are indeed, even not obvious with stripped eyes. Plant
malady recognition is one such dull process that is hard to be inspected by
exposed eye. This paper shows an answer utilizing image processing
calculations by loading the image, preprocessing and feature extraction using
K-means clustering and segmentation method to identify the disease with
which the plant leaf been affected.
KEYWORDS: Image processing, pre-processing, feature extraction, K-means
clustering, Segmentation
How to cite this paper: P. Harini | V.
Chandran "Disease Detection in Plant
Leaves using K-Means Clustering and
Neural Network"
Published in
International Journal
of Trend in Scientific
Research and
Development(ijtsrd),
ISSN: 2456-6470,
Volume-4 | Issue-1,
December 2019, pp.442-445, URL:
https://www.ijtsrd.com/papers/ijtsrd29
562.pdf
Copyright © 2019 by author(s) and
International Journal ofTrendinScientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
I. INRODUCTION
The foundation of Indian economy is farming. Right around
78% individuals depend on farming. Horticulture
contributes real offer in the development of Gross
Development product (GDP) of the nation. Trim sicknesses
contribute specifically and in a roundabout way to the
spread of human irresistible illnesses and natural harm. As
these infections are spreading and making harm, the typical
working of the plant is affected. In the field of horticulture,
plant sickness identification assumes an imperative job in a
legitimate way. General checking of the plant that is
developed is prime undertaking for eachrancher.Keeping in
mind the soundness of plants assumes a critical job. The
traditional strategy utilized is the discovery of malady
utilizing bare eye, in this technique an extensive number of
specialists are required though in image processing, this
confinement has been survived.
This paper gives an unmistakable view about the job of
image processing in the recognition of plant infection In this
phase, k-means clustering algorithm is used to detect the
disease of the plant. The image of the plant is loaded, that is
needed to be checked. The imageisthensegmentedfollowed
by the cluster details. The above datas are processed with
iterations. The name of the disease that attacked the plant
along with the data for accuracy will be shown.
II. DISEASE DESCRIPTION
1. Althernia Alternata:
It is a fungal disease. It causes leaf spots, it affects more than
300 species of plant. It needs a warm and humid
atmosphere. The symptom is browning and yellowing of
leaves.
Fig 1: a leaf affected by althernia alternate
IJTSRD29562
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 443
2. Anthracnose:
It is a fungal disease, it causes withering of tissues. The
severity varies from mild attack to death. Trees like oak,
maple are affected.
Fig2: Anthracnose disease in a leaf
3. Bacterial Blight:
It is caused by bacterial pathogen. The bacteria enter
through the stomata or any wounds. The early symptom is
the brown spots on the margin. Then the centre of the leaf
will turn dark reddish brown and dry out.
Fig3: leaf with Bacterial blight attack
4. Cercospora leaf spot:
It affects the smooth texture of the leaf. First the spot occurs
on the leaf at the bottom of the plant and after thatitspreads
upward. Cercospora is less severe under shady conditions.
Fig4: Cercospora spotted in a leaf
III. LITERATURE SURVEY
1. The proposed technique involves development of the
new spectral indices for identifying the winter wheat
disease. They consider three different pests (Powdery
mildew, yellow rust and aphids) in winter wheat for
their study. The most andthe leastrelevant wavelengths
for different diseases were extracted using RELIEF - F
algorithm.
2. The proposed technique uses image processing for
detection of disease and the fruit grading. It includes
artificial neural network for detection of disease.
3. The proposed technique includes capturing of the chilli
plant leaf image and processed to determine the health
status of the chilli plant.
4. The proposed technique includes detection of plant
disease using otsu algorithm and k-means clustering
algorithms.
5. The proposed system used FPGA and DSP based system
developed by Chunxia Zhang, Xiuqing Wangand Xudong
Li, for monitoring and control of plant diseases.
IV. METHODOLOGY
Fig 5: Proposed workflow
1. IMAGE ACQUISITION:
The procedure includes coordinate obtaining of pictures
from any equipment sources orfromanydatabasewhich has
been as of now nourished. This is the initial phase in the
work process of picture handling. This progression of
gaining any preforming picture is preeminentvital inlight of
the fact that with no picture none of the accompanying
procedure + should be possible. This picture is totally a
natural picture.
2. IMAGE PREPROCESSING:
The main motive of going for image pre-processing is to
improve the image data .It is used to supress unwanted
distortions .It also enhances the image features
Pixel brightness transformations
Geometric transformations
Grey scale transformations
3. IMAGE SEGMENTATION:
It is the process of dividing an image into multiple parts.The
main aim of segmentation is to simplify the image into a
form that is much easier to analyse. Different types of
segmentation are
IMAGE ACQUISTION
PRE-PROCESSING
SEGMENTATION
FEATURE EXTRACTION
DETECTION &
CLASSIFICATION OF PLANT
DISEASE
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 444
Region based segmentation
Threshold segmentation
Edge detection segmentation
Regional growth segmentation
4. FEATURE EXTRACTION:
The features of the image include colour, texture,
morphology, edges etc. Initially some data is measured and
by using it some derived values are obtained thatgivessome
information about the image.
5. DETECTION AND CLASSIFICATION:
After feature extraction classification is
done by using neural network. The output of the neuron is
the weighted sum of the inputs. Once the neural network
weights are fixed, it can be used to compute output values
for new images.
3
Fig6: Back propagation network
K-MEANS CLUSTERING:
It is used to classify the object into K number of classes.
Algorithm:
Select the centre of K cluster
Minimise the distance between the pixel and cluster
centre by assigning every pixel in the image
Average all the pixels in the cluster and compute the
cluster centre.
Repeat this process until convergence is obtained.
Fig7: Cluster selection and display
V. RESULT AND ANALYSIS
Plant disease detection and identification using image
processing is a major breakthroughtosolvemanychallenges
of agriculture by the farmers. The method evolved with this
paper came up with a greater accuracy.
STEP 1:
First the query image is loaded by the user.
STEP 2:
The brightness and other attributes of the image is
enhanced.
STEP 3:
In this final step, the image is segmented and the cluster
number is chosen followed by the classificationoftheimage.
The result is displayed along with the affected region and
accuracy.
Result Analysis for Althernia Alternata:
The accuracy analysis and plot ofAlternaria Alternata isvery
unique and it is highly efficient. The average accuracy is
calculated by considering ‘n’ number of leaves and the
accuracy plot is drawn below.
Disease name Leaf number Accuracy
Althernia
Alternata
1 98.5
2 97.3
5 96.6
4 96.6
5 95.8
Average 95.8
Table1: Accuracy table for althernia
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 445
Fig8: Accuracy plot for althernia alternate
VI. FUTURE WORK
The precise recognition and grouping of the plant infection
are vital for the effective development of plants and this is
possible by utilizing image processing. This paper examines
different procedures to section the infected part oftheplant.
It also talked about some feature extraction and grouping
procedures to separate the tainted leaf and the
characterization of plant ailments. The utilization of ANN
techniques for order of sicknessinplantsisdone.Fromthese
strategies, we can precisely recognize and arrange different
plant ailments utilizing image processing procedures.
In future we have planned to increase the efficiency and
accuracy of the disease detection by using other algorithms
like Otsu algorithm. Also, we will increase the number of
diseases that could be identified by this algorithm.
VII. REFERENCES
[1] Wenjiang Huang, Qingsong Guan, Juhua Luo, Jingcheng
Zhang, Linsheng Huang, Dongyan Zhang, "New
Optimized Spectral Indices for Identifying and
Monitoring Winter Wheat Diseases", IEEE journal of
selected topics in applied earth observation and
remote sensing, IEEE vol. 7, no. 6, June 2014.
[2] Dr. K. Thangadurai, K. Padamavathi, "Computer Vision
image Enhancement For Plant Leaves Disease
Detection", World congress on Computing and
Communication Technologies, IEEE 2014.
[3] Monika jhuria, Ashwani Kumar, Rushikesh Borse,
"Image Processing For Smart Farming: Detection Of
Disease And Fruit Grading", Second International
Conference on image information processing, IEEE
2013.
[4] Mrunalini R. Badnakhe, Prashant R. Deshmukh,
"Infected Leaf Analysis and Comparison by Otsu
Threshold and k-Means Clustering", International
Journal of Advanced ResearchinComputerScienceand
Software Engineering, vol. 2, no. 3, March 2012.
[5] H. A1-Hiary, S. Bani-Ahmad, M. Reyalat, M. Braik, Z.
Alrahamneh, "Fast and Accurate Detection and
Classification of Plant Diseases", International Journal
of Computer Applications, vol. 17, no. 1, March 2011.

More Related Content

DOCX
Multiple object detection report
PDF
IRJET- Leaf Disease Detecting using CNN Technique
PPTX
cnn ppt.pptx
PDF
Age and Gender Classification using Convolutional Neural Network
PPTX
Kapil dikshit ppt
PDF
Structure and Motion - 3D Reconstruction of Cameras and Structure
PPTX
Imageprocessing
PPTX
Object detection
Multiple object detection report
IRJET- Leaf Disease Detecting using CNN Technique
cnn ppt.pptx
Age and Gender Classification using Convolutional Neural Network
Kapil dikshit ppt
Structure and Motion - 3D Reconstruction of Cameras and Structure
Imageprocessing
Object detection

What's hot (20)

PDF
خوارزميات بحث ذكية.pdf good lesson for ai
PDF
A Brief History of Object Detection / Tommi Kerola
PPTX
Object Detection using Deep Neural Networks
PPT
Moving object detection
PDF
Machine Learning - Object Detection and Classification
PPTX
Content Based Image Retrieval
PDF
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
PPTX
You only look once (YOLO) : unified real time object detection
PPTX
Computer Vision image classification
PPT
Video object tracking with classification and recognition of objects
PPT
GRPHICS06 - Shading
PDF
Passive stereo vision with deep learning
PPTX
Object detection
PPTX
Face Detection
PPTX
IMAGE SEGMENTATION.
PPTX
Face Recognition - Deep Learning
PPTX
Attendence management system using face detection
DOCX
Face Recognition Attendance System
PDF
Objects as points (CenterNet) review [CDM]
PDF
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
خوارزميات بحث ذكية.pdf good lesson for ai
A Brief History of Object Detection / Tommi Kerola
Object Detection using Deep Neural Networks
Moving object detection
Machine Learning - Object Detection and Classification
Content Based Image Retrieval
LEAF DISEASE DETECTION USING IMAGE PROCESSING AND SUPPORT VECTOR MACHINE (SVM)
You only look once (YOLO) : unified real time object detection
Computer Vision image classification
Video object tracking with classification and recognition of objects
GRPHICS06 - Shading
Passive stereo vision with deep learning
Object detection
Face Detection
IMAGE SEGMENTATION.
Face Recognition - Deep Learning
Attendence management system using face detection
Face Recognition Attendance System
Objects as points (CenterNet) review [CDM]
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Ad

Similar to Disease Detection in Plant Leaves using K-Means Clustering and Neural Network (20)

PDF
IRJET- Hybrid Model for Crop Management System
PDF
Plant Disease Detection and Identification using Leaf Images using deep learning
PDF
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
PDF
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
PDF
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
PDF
A Review Paper On Plant Disease Identification Using Neural Network
PDF
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
PDF
IRJET- Detection and Classification of Leaf Diseases
PDF
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
PDF
Plant Monitoring using Image Processing, Raspberry PI & IOT
PDF
IRJET- Plant Leaf Disease Detection using Image Processing
PDF
Detection of Plant Diseases Using Image Processing Tools -A Overview
PDF
IRJET- Detection of Plant Leaf Diseases using Machine Learning
PDF
ijatcse21932020.pdf
PDF
IRJET - Plant Leaf Disease Detection using Image Processing
PDF
Deep learning for Precision farming: Detection of disease in plants
PDF
Literature Survey on Recognizing the Plant Leaf Diseases in Digital Images
PDF
Wheat leaf disease detection using image processing
PDF
Plant Disease Prediction Using Image Processing
PDF
Smart Plant Disease Detection System
IRJET- Hybrid Model for Crop Management System
Plant Disease Detection and Identification using Leaf Images using deep learning
IRJET- Detection of Leaf Diseases and Classifying them using Multiclass SVM
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Semi-Automatic Leaf Disease Detection and Classification System for So...
A Review Paper On Plant Disease Identification Using Neural Network
IRJET- AI Based Fault Detection on Leaf and Disease Prediction using K-means ...
IRJET- Detection and Classification of Leaf Diseases
IRJET- Detection of Plant Leaf Diseases using Image Processing and Soft-C...
Plant Monitoring using Image Processing, Raspberry PI & IOT
IRJET- Plant Leaf Disease Detection using Image Processing
Detection of Plant Diseases Using Image Processing Tools -A Overview
IRJET- Detection of Plant Leaf Diseases using Machine Learning
ijatcse21932020.pdf
IRJET - Plant Leaf Disease Detection using Image Processing
Deep learning for Precision farming: Detection of disease in plants
Literature Survey on Recognizing the Plant Leaf Diseases in Digital Images
Wheat leaf disease detection using image processing
Plant Disease Prediction Using Image Processing
Smart Plant Disease Detection System
Ad

More from ijtsrd (20)

PDF
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
PDF
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
PDF
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
PDF
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
PDF
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
PDF
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
PDF
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
PDF
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
PDF
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
PDF
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
PDF
Automatic Accident Detection and Emergency Alert System using IoT
PDF
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
PDF
The Role of Media in Tribal Health and Educational Progress of Odisha
PDF
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
PDF
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
PDF
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
PDF
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Vitiligo Treated Homoeopathically A Case Report
PDF
Uterine Fibroids Homoeopathic Perspectives
A Study of School Dropout in Rural Districts of Darjeeling and Its Causes
Pre extension Demonstration and Evaluation of Soybean Technologies in Fedis D...
Pre extension Demonstration and Evaluation of Potato Technologies in Selected...
Pre extension Demonstration and Evaluation of Animal Drawn Potato Digger in S...
Pre extension Demonstration and Evaluation of Drought Tolerant and Early Matu...
Pre extension Demonstration and Evaluation of Double Cropping Practice Legume...
Pre extension Demonstration and Evaluation of Common Bean Technology in Low L...
Enhancing Image Quality in Compression and Fading Channels A Wavelet Based Ap...
Manpower Training and Employee Performance in Mellienium Ltdawka, Anambra State
A Statistical Analysis on the Growth Rate of Selected Sectors of Nigerian Eco...
Automatic Accident Detection and Emergency Alert System using IoT
Corporate Social Responsibility Dimensions and Corporate Image of Selected Up...
The Role of Media in Tribal Health and Educational Progress of Odisha
Advancements and Future Trends in Advanced Quantum Algorithms A Prompt Scienc...
A Study on Seismic Analysis of High Rise Building with Mass Irregularities, T...
Descriptive Study to Assess the Knowledge of B.Sc. Interns Regarding Biomedic...
Performance of Grid Connected Solar PV Power Plant at Clear Sky Day
Vitiligo Treated Homoeopathically A Case Report
Vitiligo Treated Homoeopathically A Case Report
Uterine Fibroids Homoeopathic Perspectives

Recently uploaded (20)

PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Complications of Minimal Access Surgery at WLH
PDF
Computing-Curriculum for Schools in Ghana
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
A systematic review of self-coping strategies used by university students to ...
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
GDM (1) (1).pptx small presentation for students
PDF
Classroom Observation Tools for Teachers
PDF
Trump Administration's workforce development strategy
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
Supply Chain Operations Speaking Notes -ICLT Program
Anesthesia in Laparoscopic Surgery in India
Complications of Minimal Access Surgery at WLH
Computing-Curriculum for Schools in Ghana
Module 4: Burden of Disease Tutorial Slides S2 2025
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Pharmacology of Heart Failure /Pharmacotherapy of CHF
A systematic review of self-coping strategies used by university students to ...
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
202450812 BayCHI UCSC-SV 20250812 v17.pptx
Final Presentation General Medicine 03-08-2024.pptx
2.FourierTransform-ShortQuestionswithAnswers.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
FourierSeries-QuestionsWithAnswers(Part-A).pdf
GDM (1) (1).pptx small presentation for students
Classroom Observation Tools for Teachers
Trump Administration's workforce development strategy

Disease Detection in Plant Leaves using K-Means Clustering and Neural Network

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 4 Issue 1, December 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 442 Disease Detection in Plant Leaves using K-Means Clustering and Neural Network P. Harini1, V. Chandran2 1B.E, Student, 2Assistant professor 1,2Department of Electronics and Engineering, Bannari Amman Institute of Technology, Sathyamangalam, Coimbatore, Tamil Nadu, India ABSTRACT The most contributing variable for the Indian Economy is Agriculture yet at the same time there is absence of mechanical improvementinmany partsofit. The harm caused by rising, re-developing and endemic pathogens, is vital in plant frameworks and prompts potential misfortune. The harvest generation misfortunes its quality because of much infections and some of the time they happen however are indeed, even not obvious with stripped eyes. Plant malady recognition is one such dull process that is hard to be inspected by exposed eye. This paper shows an answer utilizing image processing calculations by loading the image, preprocessing and feature extraction using K-means clustering and segmentation method to identify the disease with which the plant leaf been affected. KEYWORDS: Image processing, pre-processing, feature extraction, K-means clustering, Segmentation How to cite this paper: P. Harini | V. Chandran "Disease Detection in Plant Leaves using K-Means Clustering and Neural Network" Published in International Journal of Trend in Scientific Research and Development(ijtsrd), ISSN: 2456-6470, Volume-4 | Issue-1, December 2019, pp.442-445, URL: https://www.ijtsrd.com/papers/ijtsrd29 562.pdf Copyright © 2019 by author(s) and International Journal ofTrendinScientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) I. INRODUCTION The foundation of Indian economy is farming. Right around 78% individuals depend on farming. Horticulture contributes real offer in the development of Gross Development product (GDP) of the nation. Trim sicknesses contribute specifically and in a roundabout way to the spread of human irresistible illnesses and natural harm. As these infections are spreading and making harm, the typical working of the plant is affected. In the field of horticulture, plant sickness identification assumes an imperative job in a legitimate way. General checking of the plant that is developed is prime undertaking for eachrancher.Keeping in mind the soundness of plants assumes a critical job. The traditional strategy utilized is the discovery of malady utilizing bare eye, in this technique an extensive number of specialists are required though in image processing, this confinement has been survived. This paper gives an unmistakable view about the job of image processing in the recognition of plant infection In this phase, k-means clustering algorithm is used to detect the disease of the plant. The image of the plant is loaded, that is needed to be checked. The imageisthensegmentedfollowed by the cluster details. The above datas are processed with iterations. The name of the disease that attacked the plant along with the data for accuracy will be shown. II. DISEASE DESCRIPTION 1. Althernia Alternata: It is a fungal disease. It causes leaf spots, it affects more than 300 species of plant. It needs a warm and humid atmosphere. The symptom is browning and yellowing of leaves. Fig 1: a leaf affected by althernia alternate IJTSRD29562
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 443 2. Anthracnose: It is a fungal disease, it causes withering of tissues. The severity varies from mild attack to death. Trees like oak, maple are affected. Fig2: Anthracnose disease in a leaf 3. Bacterial Blight: It is caused by bacterial pathogen. The bacteria enter through the stomata or any wounds. The early symptom is the brown spots on the margin. Then the centre of the leaf will turn dark reddish brown and dry out. Fig3: leaf with Bacterial blight attack 4. Cercospora leaf spot: It affects the smooth texture of the leaf. First the spot occurs on the leaf at the bottom of the plant and after thatitspreads upward. Cercospora is less severe under shady conditions. Fig4: Cercospora spotted in a leaf III. LITERATURE SURVEY 1. The proposed technique involves development of the new spectral indices for identifying the winter wheat disease. They consider three different pests (Powdery mildew, yellow rust and aphids) in winter wheat for their study. The most andthe leastrelevant wavelengths for different diseases were extracted using RELIEF - F algorithm. 2. The proposed technique uses image processing for detection of disease and the fruit grading. It includes artificial neural network for detection of disease. 3. The proposed technique includes capturing of the chilli plant leaf image and processed to determine the health status of the chilli plant. 4. The proposed technique includes detection of plant disease using otsu algorithm and k-means clustering algorithms. 5. The proposed system used FPGA and DSP based system developed by Chunxia Zhang, Xiuqing Wangand Xudong Li, for monitoring and control of plant diseases. IV. METHODOLOGY Fig 5: Proposed workflow 1. IMAGE ACQUISITION: The procedure includes coordinate obtaining of pictures from any equipment sources orfromanydatabasewhich has been as of now nourished. This is the initial phase in the work process of picture handling. This progression of gaining any preforming picture is preeminentvital inlight of the fact that with no picture none of the accompanying procedure + should be possible. This picture is totally a natural picture. 2. IMAGE PREPROCESSING: The main motive of going for image pre-processing is to improve the image data .It is used to supress unwanted distortions .It also enhances the image features Pixel brightness transformations Geometric transformations Grey scale transformations 3. IMAGE SEGMENTATION: It is the process of dividing an image into multiple parts.The main aim of segmentation is to simplify the image into a form that is much easier to analyse. Different types of segmentation are IMAGE ACQUISTION PRE-PROCESSING SEGMENTATION FEATURE EXTRACTION DETECTION & CLASSIFICATION OF PLANT DISEASE
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 444 Region based segmentation Threshold segmentation Edge detection segmentation Regional growth segmentation 4. FEATURE EXTRACTION: The features of the image include colour, texture, morphology, edges etc. Initially some data is measured and by using it some derived values are obtained thatgivessome information about the image. 5. DETECTION AND CLASSIFICATION: After feature extraction classification is done by using neural network. The output of the neuron is the weighted sum of the inputs. Once the neural network weights are fixed, it can be used to compute output values for new images. 3 Fig6: Back propagation network K-MEANS CLUSTERING: It is used to classify the object into K number of classes. Algorithm: Select the centre of K cluster Minimise the distance between the pixel and cluster centre by assigning every pixel in the image Average all the pixels in the cluster and compute the cluster centre. Repeat this process until convergence is obtained. Fig7: Cluster selection and display V. RESULT AND ANALYSIS Plant disease detection and identification using image processing is a major breakthroughtosolvemanychallenges of agriculture by the farmers. The method evolved with this paper came up with a greater accuracy. STEP 1: First the query image is loaded by the user. STEP 2: The brightness and other attributes of the image is enhanced. STEP 3: In this final step, the image is segmented and the cluster number is chosen followed by the classificationoftheimage. The result is displayed along with the affected region and accuracy. Result Analysis for Althernia Alternata: The accuracy analysis and plot ofAlternaria Alternata isvery unique and it is highly efficient. The average accuracy is calculated by considering ‘n’ number of leaves and the accuracy plot is drawn below. Disease name Leaf number Accuracy Althernia Alternata 1 98.5 2 97.3 5 96.6 4 96.6 5 95.8 Average 95.8 Table1: Accuracy table for althernia
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD29562 | Volume – 4 | Issue – 1 | November-December 2019 Page 445 Fig8: Accuracy plot for althernia alternate VI. FUTURE WORK The precise recognition and grouping of the plant infection are vital for the effective development of plants and this is possible by utilizing image processing. This paper examines different procedures to section the infected part oftheplant. It also talked about some feature extraction and grouping procedures to separate the tainted leaf and the characterization of plant ailments. The utilization of ANN techniques for order of sicknessinplantsisdone.Fromthese strategies, we can precisely recognize and arrange different plant ailments utilizing image processing procedures. In future we have planned to increase the efficiency and accuracy of the disease detection by using other algorithms like Otsu algorithm. Also, we will increase the number of diseases that could be identified by this algorithm. VII. REFERENCES [1] Wenjiang Huang, Qingsong Guan, Juhua Luo, Jingcheng Zhang, Linsheng Huang, Dongyan Zhang, "New Optimized Spectral Indices for Identifying and Monitoring Winter Wheat Diseases", IEEE journal of selected topics in applied earth observation and remote sensing, IEEE vol. 7, no. 6, June 2014. [2] Dr. K. Thangadurai, K. Padamavathi, "Computer Vision image Enhancement For Plant Leaves Disease Detection", World congress on Computing and Communication Technologies, IEEE 2014. [3] Monika jhuria, Ashwani Kumar, Rushikesh Borse, "Image Processing For Smart Farming: Detection Of Disease And Fruit Grading", Second International Conference on image information processing, IEEE 2013. [4] Mrunalini R. Badnakhe, Prashant R. Deshmukh, "Infected Leaf Analysis and Comparison by Otsu Threshold and k-Means Clustering", International Journal of Advanced ResearchinComputerScienceand Software Engineering, vol. 2, no. 3, March 2012. [5] H. A1-Hiary, S. Bani-Ahmad, M. Reyalat, M. Braik, Z. Alrahamneh, "Fast and Accurate Detection and Classification of Plant Diseases", International Journal of Computer Applications, vol. 17, no. 1, March 2011.