SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
488
Real Time Identification of Crop Diseases, Pest Damage
and Nutrient Deficiency System
Shruti Patil1
, Ashwini Patil2
, Rutuja Patil3
, Dr.R.G.Mapari4
E&TC Engineering1,2,3,4
,Student1,2,3,
Associate Professor4
Email: ppatilshruti9@gmail.com1
, rahul.mapari@pccoer.in4
Abstract- This report presents a survey on identification of different crop diseases using segmentation
performed and the disease identified will be displayed on LCD, along with the essential fertilizers
needed for the treatment of the disease. Once the disease is identified, there will bea mechanism for
automatic sprinkling of fertilizers. The purpose of implementing such a system is to reduce the efforts
of the farmers and to provide them with good yield in appropriate time. Farmers need not monitor the
crops continuously. Moreover, manual monitoring of crops and their disease identification requires more
time and expert supervision. The accuracy of the results obtained from expert supervision may not be
reliable. In small villages, due to unavailability of experts, naked eye observation becomes costly aswell
as time consuming. So, analyzing these major drawbacks of naked eye observation, we have
implemented a cost effective system which provides with accurate disease identification and their
treatment in appropriate time.
Index Terms-Disease detection , MATLAB Software , Atmega16 controller , Pesticide Sprinkling.
1. INTRODUCTION
The method which gives less accuracy and is
considered as a slow approach for detection of plant
disease is based on naked observation. Due to
availability of experts in various countries, detection
of plant disease is expensive. It requires more
chemicals for curing which are toxic to animals,
insects and birds which are considered to be helpful
for agriculture. Detecting the symptoms of diseases in
early stages is an important part of automatic
detection. In this paper, a MATLAB based system is
used where we focused on leaf diseased areas along
with image processing techniques. It starts with image
capturing. Both the healthy and unhealthy images are
captured and stored. Further these images are sent for
image enhancement then for segmentation using the
K-means clustering method for the formation of
clusters. For training and classification various
features are extracted. Hence diseases are recognized.
This paper gives brief summary on importance of
plant disease detection. It also provides a review on
crop disease detection techniques . It provides
methodologies used in the proposed system based
on MATLAB. Hence, it finally provides an
experimental result.
Authors mentioned the technique of apple fruit
disease detection with various diseases such as apple
blotch and apple rot. Euclidean distance isused
to find the infected region and then fruit image
conversion from RGB to L*a*b color space takes
place. Texture features , color & shape are extracted
and for fusion of more than two features feature
level extraction is carried out. Global color
histogram and color coherence vector are the two
features to be extracted. Texture features such as
Gabor Features, Local binary pattern, complete local
binary pattern and local ternary pattern are used.
Finally random forest classifier is applied for
classification result[1].
Authors have used the technique of apple fruit disease
detection and diseases such as : Blotch Fungal disease
,Rot Infections, Apple Scab are used. After image
acquisition means method, detection in the region of
interest and selection of only infected part takes place.
After this process, extraction of features takes place
along with the storage of database using support
vector machine [2].
Authors mentioned the technique of Pomegranate
diseases such as: , Anthracnose, Bacterial Blight and
Alterneria. Pre-processing involves morphological
operations, filtering and RGB and image resizing.
YCbCr, L*a*b, and HSV are used for creating clusters
in segmentation. Color, texture features and
morphology are used for extraction and texture and
morphology is used in for obtaining boundary of
image using gabor filter. Minimum distance classifier
(MDC) is used for training and classification of
diseased or non- diseased image whereas shape
vectors are extracted from healthy fruit image [3].
Authors mentioned the technique of mango fruit
disease detection. They provided the video for
mango fruit disease and histogram is computed by
converting original image into binary.In image
segmentation, Watershed algorithm is used to
identify the defected regions and then features
extraction takes place using blob extraction through
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
489
the template matching algorithm . Normalized
correlation method is used for disease classification
and then displays the defected region in the
image[4].
Authors described technique for sugarcane leaf
disease detection and various diseases such as :
Downy mildew , Red stripe Red rot Brown Spot
,Sugarcane Mosaic and Downy Fungal. Pre-
processing involves the conversion of RGB to
grayscale removing the unwanted images. Location of
the Potentially infected and Healthy area takes
place by segmentation. Various disease detection
techniques such as Multiclass SVM, Linear , Non-
linear and are applied [5].
Authors mentioned the technique of Tomato leaves
diseases detection and diseases such as : Early Blight
& Powdery mildew. Pre-processing of the image
involved various techniques such as background
removing for image enhancement, image resizing
,smoothness, noise removal and image isolation . For
feature extraction purpose of the feature vectors in
classification, Gabor wavelet transformation is used
which is applied in the Laplacian Kernel , Cauchy
Kernel and Invmult Kernel in SVM for the purpose of
training for disease identification & output decision
[6].
Authors presented various techniques where pre-
processing takes place by removing objects & spot
detection algorithms & noise in image.
Configuration of boundary takes place in
segmentation for finding the leaf infected part.
After this process, color co-occurence methods and
H&B components are used for extraction of
various features. Formation of binary images takes
place from grey images using the Otsu threshold
algorithm and then classification of diseases takes
place along with identification through both back
propagation network and artificial neural
network[7].
Authors used the techniques for the detection of
Scorch disease & Spot wherein conversion of color
values to space value & creation of color
transformation structure takes place. Removing of
the masked cells from the boundaries by making of
green-pixels after applying K-means method takes
place. Extraction of the colour features such as
Texture & edge colour, and finally for recognition and
disease classification neural network is used[8].
2. BLOCK DIAGRAM
2.1. Camera
We can determine image quality from the following
three elements : image processing engine
performance, CCD image sensor pixel count and
performance and Lens performance.
2.2. MATLAB
The proposed system starts by capturing the digital
high resolution images and then storing the healthy
and unhealthy images.
2.3. USB to serial communication
PL2303 chip is used for communication. It is a small
USB to TTL serial tool. It can be used to connect
some serial device to PC via USB port.
2.4 Microcontroller
Leaf disease algorithm detects the disease and passes
to the microcontroller. Atmega 16 is an 8-bit high
performance microcontroller of Atmel's Mega AVR
family.It is a 40-pin IC which uses only low power for
working. So,it is suitable for embedded system design
which uses 5V DC power supply.
2.5 Relays
Relay functions as AC power switches, and keep the
control signals electrically isolated. Relays are used
for controlling motor such as solid-state relay
Figure 1 : Block Diagram
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
490
3. PROPOSED METHODOLOGY
Figure 2 : Proposed methodology
A. Image Acquisition / Database Collection-
Image acquisition is a method in which digital
image is processed and is captured using digital
camera and stored in digital media for further
processing of MATLAB operations. It is also used for
retrieving an image from hardware , and then it is
passed for further process. Using digital camera we
captured healthy and diseased images of leaf and crop.
B. Image preprocessing-
Image preprocessing is used for improvising the image
data which contains an unwanted distortion. This
method uses various techniques such as Filtering of
noise, Image conversion, changing image size and
shape, morphological operations and
enhancing image. Usage of various MATLAB codes
for enhancing the contrast, resizing of the image and
RGB to grayscale conversion is done for further
operations like creating clusters in segmentation.
C. Image Segmentation-
This method is used forconverting digital image
into many segments and then image rendering take
place. In this method , for partitioning of images into
clusters ,we used K-Means clustering method, wheras
classification is carried out by minimizing the sum of
square of distance between data objects and clusters.
D. Feature Extraction-
In this procedure, desired feature vectors such as
Morphology, color, texture and structure are extracted.
This method involves number of resources
which are required for describing a large set of data,
and from this data statistical texture features are
decided using the GLCM formula. Number of gray
levels is the essential part in GLCM. The statistics are
arranged in the order of first, second and higher for
number of intensity points in each combination.
E. Training & Classification-
SVM works on the principle of maximizing the
minimum distance from the separating hyper-plane to
the nearest example. Basic SVM supports only
fundamental classification, whereas in extension
multiclass classification is possibly used. Additional
constraints and parameters are added in these
extensions for optimizing the problems so as to handle
the separation of different classes.
4. CIRCUIT IMPLEMENTATION-
Figure 3 : Circuit Diagram.
5. SOFTWARE IMPLEMENTATION-
Figure 4: Graphical user interface.
International Journal of Research in Advent Technology, Vol.7, No.1, January 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
491
6. CONCLUSION
This paper provides the identification of crop diseases
and their treatment in cost-effective way. The leaf
disease can restrict plant growth, resulting in reduced
yields and loss of vigor by using image processing we
can find out the type of the disease and according to
that disease the system can spray the pesticides on the
crop. K-means clustering algorithm and SVM
techniques are the methodologies used in the proposed
system.
REFERENCES
[1]Bhavini J.Samajpati Sheshang D.
Degawala,"Hybrid Approach for Apple Fruit
Diseases Detection and Classification Using
Random Forest Classifier",IEEE International
Conference on Communication and Signal
Processing,pp. 978-5090-0396,2016.
[2] Sherlin Varughese, Nayana Shinde,
SwapnaliYadav, Jignesh Sisodia “Learning-Based
Fruit Disease Detection Using Image
Processing”International Journal of Innovative and
Emerging Research in Engineering Volume 3,
Issue 2, p-ISSN: 2394-5494, 2016.
[3] RS Parbat, SD Mahamine, SH Bodake, MP Aher,
“Design of Bluetooth integrated UWB printed
monopole antenna for wireless application”,
International Conference on Automatic Control and
Dynamic Optimization Techniques (ICACDOT)-
2016, organized by IEEE Pune Section and
published in IEEE Explore, DOI:
10.1109/ICACDOT.2016.7877766
[3] Pujitha N, Swathi C, Kanchana V “Detection Of
External Defects On Mango” InternationalJournal
of Applied Engineering Research ISSN 0973-
4562 Volume 11, Number 7, pp. 4763-4769,
2016.
[5]Prajakta Mitkal, Priyanka Pawar, Mira Nagane,
Priyanka Bhosale, Mira Padwal and Priti Nagane
“Leaf Disease Detection and Prevention Using
Image processing using Matlab” International
Journal of Recent Trends in Engineering
&Research (IJRTER) Volume 02, Issue
02,[ISSN:2455-1457], February– 2016.
[6] Usama Mokhtar, Mona A. S. Alit, Aboul
ElaHassenian, Hesham Hefny “Tomato leaves
diseases detection approach based on support
vector machines” IEEE pp. 978-1-5090-0275-7.
[7] Rahul Ganpat Mapari, Dr. D. G. Wakde, “A
Simple Predictive PWM Voltage Controlled
Technique for Implementation of Single Phase
Inverter with Precision Rectifier”, Int. Journal of
Engg, Research & Appl., vol. 3, pp. 1772-1775,
(2013).
[8] Rahul Ganpat Mapari, Dr. D. G. Wakde, “A
Simple Control Strategy for a Single Phase
Bridgeless and Transformer-less Active Rectifier
with High Power Factor and Voltage
Stabilization”, Springer Series of Advances in
Intelligent Systems and Computing., vol. 324,
ISBN - 978-81-322-2126-5, (2015).

More Related Content

What's hot

Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...
Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...
Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...IJECEIAES
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Tarun Kumar
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Networkijtsrd
 
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
 
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...IRJET Journal
 
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...IJEEE
 
Machine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting techniqueMachine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting techniqueAnudeep Badam
 
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
 
Multimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesMultimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesCSCJournals
 
IRJET- Detection and Identification of Artificially Ripened Fruits using ...
IRJET-  	  Detection and Identification of Artificially Ripened Fruits using ...IRJET-  	  Detection and Identification of Artificially Ripened Fruits using ...
IRJET- Detection and Identification of Artificially Ripened Fruits using ...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
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET Journal
 
The quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabThe quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabeSAT Publishing House
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...ijcsit
 
IRJET- Automatic Fruit Quality Detection System
IRJET- Automatic Fruit Quality Detection SystemIRJET- Automatic Fruit Quality Detection System
IRJET- Automatic Fruit Quality Detection SystemIRJET Journal
 
Automated Crop Inspection and Pest Control Using Image Processing
Automated Crop Inspection and Pest Control Using Image ProcessingAutomated Crop Inspection and Pest Control Using Image Processing
Automated Crop Inspection and Pest Control Using Image ProcessingIJERDJOURNAL
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Journals
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detectioneSAT Publishing House
 
Identification and Classification of Leaf Diseases in Turmeric Plants
Identification and Classification of Leaf Diseases in Turmeric PlantsIdentification and Classification of Leaf Diseases in Turmeric Plants
Identification and Classification of Leaf Diseases in Turmeric PlantsIJERA Editor
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesIJERA Editor
 

What's hot (20)

Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...
Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...
Classification of Macronutrient Deficiencies in Maize Plant Using Machine Lea...
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
Crop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural NetworkCrop Leaf Disease Diagnosis using Convolutional Neural Network
Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
IRJET- Detection and Classification of Leaf Diseases
IRJET-  	  Detection and Classification of Leaf DiseasesIRJET-  	  Detection and Classification of Leaf Diseases
IRJET- Detection and Classification of Leaf Diseases
 
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
 
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...Computer Vision based Model for Fruit Sorting  using K-Nearest Neighbour clas...
Computer Vision based Model for Fruit Sorting using K-Nearest Neighbour clas...
 
Machine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting techniqueMachine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting technique
 
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
 
Multimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture FeaturesMultimodal Biometrics at Feature Level Fusion using Texture Features
Multimodal Biometrics at Feature Level Fusion using Texture Features
 
IRJET- Detection and Identification of Artificially Ripened Fruits using ...
IRJET-  	  Detection and Identification of Artificially Ripened Fruits using ...IRJET-  	  Detection and Identification of Artificially Ripened Fruits using ...
IRJET- Detection and Identification of Artificially Ripened Fruits using ...
 
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
 
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...IRJET-  	  Nail based Disease Analysis at Earlier Stage using Median Filter i...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter i...
 
The quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabThe quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlab
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
 
IRJET- Automatic Fruit Quality Detection System
IRJET- Automatic Fruit Quality Detection SystemIRJET- Automatic Fruit Quality Detection System
IRJET- Automatic Fruit Quality Detection System
 
Automated Crop Inspection and Pest Control Using Image Processing
Automated Crop Inspection and Pest Control Using Image ProcessingAutomated Crop Inspection and Pest Control Using Image Processing
Automated Crop Inspection and Pest Control Using Image Processing
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Computerized spoiled tomato detection
Computerized spoiled tomato detectionComputerized spoiled tomato detection
Computerized spoiled tomato detection
 
Identification and Classification of Leaf Diseases in Turmeric Plants
Identification and Classification of Leaf Diseases in Turmeric PlantsIdentification and Classification of Leaf Diseases in Turmeric Plants
Identification and Classification of Leaf Diseases in Turmeric Plants
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
 

Similar to Real Time Crop Disease Detection and Treatment System

Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingIRJET 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- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET Journal
 
IRJET - Plant Leaf Disease Detection and Automated Medicine using IoT
IRJET -  	  Plant Leaf Disease Detection and Automated Medicine using IoTIRJET -  	  Plant Leaf Disease Detection and Automated Medicine using IoT
IRJET - Plant Leaf Disease Detection and Automated Medicine using IoTIRJET 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
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingIRJET Journal
 
A Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection TechniquesA Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection TechniquesIRJET Journal
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET Journal
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET Journal
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNNIRJET Journal
 
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET 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 - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
IRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET Journal
 
Foliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesFoliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesIJTET Journal
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET 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- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET Journal
 

Similar to Real Time Crop Disease Detection and Treatment System (20)

Plant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image ProcessingPlant Leaf Disease Detection and Classification Using Image Processing
Plant Leaf Disease Detection and Classification Using Image Processing
 
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- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...IRJET- Texture based Features Approach for Crop Diseases Classification and D...
IRJET- Texture based Features Approach for Crop Diseases Classification and D...
 
IRJET - Plant Leaf Disease Detection and Automated Medicine using IoT
IRJET -  	  Plant Leaf Disease Detection and Automated Medicine using IoTIRJET -  	  Plant Leaf Disease Detection and Automated Medicine using IoT
IRJET - Plant Leaf Disease Detection and Automated Medicine using IoT
 
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 ...
 
Plant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image ProcessingPlant Diseases Prediction Using Image Processing
Plant Diseases Prediction Using Image Processing
 
A Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection TechniquesA Review Paper on Automated Plant Leaf Disease Detection Techniques
A Review Paper on Automated Plant Leaf Disease Detection Techniques
 
IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...IRJET-Android Based Plant Disease Identification System using Feature Extract...
IRJET-Android Based Plant Disease Identification System using Feature Extract...
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
 
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
IRJET-  	  IoT based Preventive Crop Disease Model using IP and CNNIRJET-  	  IoT based Preventive Crop Disease Model using IP and CNN
IRJET- IoT based Preventive Crop Disease Model using IP and CNN
 
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant LeavesIRJET- Image Processing based Detection of Unhealthy Plant Leaves
IRJET- Image Processing based Detection of Unhealthy Plant Leaves
 
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 - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease AnalysisIRJET - E-Learning Package for Grape & Disease Analysis
IRJET - E-Learning Package for Grape & Disease Analysis
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
MAINS PPT1.pptx
MAINS PPT1.pptxMAINS PPT1.pptx
MAINS PPT1.pptx
 
IRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image Processing
 
Foliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing TechniquesFoliage Measurement Using Image Processing Techniques
Foliage Measurement Using Image Processing Techniques
 
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural NetworkIRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
IRJET- Crop Leaf Disease Diagnosis using Convolutional Neural Network
 
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- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
IRJET- Nail based Disease Analysis at Earlier Stage using Median Filter in Im...
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
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
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana 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
 
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
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
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
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
(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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
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
 
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
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
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...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
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
 
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
 
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
 
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
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
(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
 
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
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Real Time Crop Disease Detection and Treatment System

  • 1. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 488 Real Time Identification of Crop Diseases, Pest Damage and Nutrient Deficiency System Shruti Patil1 , Ashwini Patil2 , Rutuja Patil3 , Dr.R.G.Mapari4 E&TC Engineering1,2,3,4 ,Student1,2,3, Associate Professor4 Email: ppatilshruti9@gmail.com1 , rahul.mapari@pccoer.in4 Abstract- This report presents a survey on identification of different crop diseases using segmentation performed and the disease identified will be displayed on LCD, along with the essential fertilizers needed for the treatment of the disease. Once the disease is identified, there will bea mechanism for automatic sprinkling of fertilizers. The purpose of implementing such a system is to reduce the efforts of the farmers and to provide them with good yield in appropriate time. Farmers need not monitor the crops continuously. Moreover, manual monitoring of crops and their disease identification requires more time and expert supervision. The accuracy of the results obtained from expert supervision may not be reliable. In small villages, due to unavailability of experts, naked eye observation becomes costly aswell as time consuming. So, analyzing these major drawbacks of naked eye observation, we have implemented a cost effective system which provides with accurate disease identification and their treatment in appropriate time. Index Terms-Disease detection , MATLAB Software , Atmega16 controller , Pesticide Sprinkling. 1. INTRODUCTION The method which gives less accuracy and is considered as a slow approach for detection of plant disease is based on naked observation. Due to availability of experts in various countries, detection of plant disease is expensive. It requires more chemicals for curing which are toxic to animals, insects and birds which are considered to be helpful for agriculture. Detecting the symptoms of diseases in early stages is an important part of automatic detection. In this paper, a MATLAB based system is used where we focused on leaf diseased areas along with image processing techniques. It starts with image capturing. Both the healthy and unhealthy images are captured and stored. Further these images are sent for image enhancement then for segmentation using the K-means clustering method for the formation of clusters. For training and classification various features are extracted. Hence diseases are recognized. This paper gives brief summary on importance of plant disease detection. It also provides a review on crop disease detection techniques . It provides methodologies used in the proposed system based on MATLAB. Hence, it finally provides an experimental result. Authors mentioned the technique of apple fruit disease detection with various diseases such as apple blotch and apple rot. Euclidean distance isused to find the infected region and then fruit image conversion from RGB to L*a*b color space takes place. Texture features , color & shape are extracted and for fusion of more than two features feature level extraction is carried out. Global color histogram and color coherence vector are the two features to be extracted. Texture features such as Gabor Features, Local binary pattern, complete local binary pattern and local ternary pattern are used. Finally random forest classifier is applied for classification result[1]. Authors have used the technique of apple fruit disease detection and diseases such as : Blotch Fungal disease ,Rot Infections, Apple Scab are used. After image acquisition means method, detection in the region of interest and selection of only infected part takes place. After this process, extraction of features takes place along with the storage of database using support vector machine [2]. Authors mentioned the technique of Pomegranate diseases such as: , Anthracnose, Bacterial Blight and Alterneria. Pre-processing involves morphological operations, filtering and RGB and image resizing. YCbCr, L*a*b, and HSV are used for creating clusters in segmentation. Color, texture features and morphology are used for extraction and texture and morphology is used in for obtaining boundary of image using gabor filter. Minimum distance classifier (MDC) is used for training and classification of diseased or non- diseased image whereas shape vectors are extracted from healthy fruit image [3]. Authors mentioned the technique of mango fruit disease detection. They provided the video for mango fruit disease and histogram is computed by converting original image into binary.In image segmentation, Watershed algorithm is used to identify the defected regions and then features extraction takes place using blob extraction through
  • 2. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 489 the template matching algorithm . Normalized correlation method is used for disease classification and then displays the defected region in the image[4]. Authors described technique for sugarcane leaf disease detection and various diseases such as : Downy mildew , Red stripe Red rot Brown Spot ,Sugarcane Mosaic and Downy Fungal. Pre- processing involves the conversion of RGB to grayscale removing the unwanted images. Location of the Potentially infected and Healthy area takes place by segmentation. Various disease detection techniques such as Multiclass SVM, Linear , Non- linear and are applied [5]. Authors mentioned the technique of Tomato leaves diseases detection and diseases such as : Early Blight & Powdery mildew. Pre-processing of the image involved various techniques such as background removing for image enhancement, image resizing ,smoothness, noise removal and image isolation . For feature extraction purpose of the feature vectors in classification, Gabor wavelet transformation is used which is applied in the Laplacian Kernel , Cauchy Kernel and Invmult Kernel in SVM for the purpose of training for disease identification & output decision [6]. Authors presented various techniques where pre- processing takes place by removing objects & spot detection algorithms & noise in image. Configuration of boundary takes place in segmentation for finding the leaf infected part. After this process, color co-occurence methods and H&B components are used for extraction of various features. Formation of binary images takes place from grey images using the Otsu threshold algorithm and then classification of diseases takes place along with identification through both back propagation network and artificial neural network[7]. Authors used the techniques for the detection of Scorch disease & Spot wherein conversion of color values to space value & creation of color transformation structure takes place. Removing of the masked cells from the boundaries by making of green-pixels after applying K-means method takes place. Extraction of the colour features such as Texture & edge colour, and finally for recognition and disease classification neural network is used[8]. 2. BLOCK DIAGRAM 2.1. Camera We can determine image quality from the following three elements : image processing engine performance, CCD image sensor pixel count and performance and Lens performance. 2.2. MATLAB The proposed system starts by capturing the digital high resolution images and then storing the healthy and unhealthy images. 2.3. USB to serial communication PL2303 chip is used for communication. It is a small USB to TTL serial tool. It can be used to connect some serial device to PC via USB port. 2.4 Microcontroller Leaf disease algorithm detects the disease and passes to the microcontroller. Atmega 16 is an 8-bit high performance microcontroller of Atmel's Mega AVR family.It is a 40-pin IC which uses only low power for working. So,it is suitable for embedded system design which uses 5V DC power supply. 2.5 Relays Relay functions as AC power switches, and keep the control signals electrically isolated. Relays are used for controlling motor such as solid-state relay Figure 1 : Block Diagram
  • 3. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 490 3. PROPOSED METHODOLOGY Figure 2 : Proposed methodology A. Image Acquisition / Database Collection- Image acquisition is a method in which digital image is processed and is captured using digital camera and stored in digital media for further processing of MATLAB operations. It is also used for retrieving an image from hardware , and then it is passed for further process. Using digital camera we captured healthy and diseased images of leaf and crop. B. Image preprocessing- Image preprocessing is used for improvising the image data which contains an unwanted distortion. This method uses various techniques such as Filtering of noise, Image conversion, changing image size and shape, morphological operations and enhancing image. Usage of various MATLAB codes for enhancing the contrast, resizing of the image and RGB to grayscale conversion is done for further operations like creating clusters in segmentation. C. Image Segmentation- This method is used forconverting digital image into many segments and then image rendering take place. In this method , for partitioning of images into clusters ,we used K-Means clustering method, wheras classification is carried out by minimizing the sum of square of distance between data objects and clusters. D. Feature Extraction- In this procedure, desired feature vectors such as Morphology, color, texture and structure are extracted. This method involves number of resources which are required for describing a large set of data, and from this data statistical texture features are decided using the GLCM formula. Number of gray levels is the essential part in GLCM. The statistics are arranged in the order of first, second and higher for number of intensity points in each combination. E. Training & Classification- SVM works on the principle of maximizing the minimum distance from the separating hyper-plane to the nearest example. Basic SVM supports only fundamental classification, whereas in extension multiclass classification is possibly used. Additional constraints and parameters are added in these extensions for optimizing the problems so as to handle the separation of different classes. 4. CIRCUIT IMPLEMENTATION- Figure 3 : Circuit Diagram. 5. SOFTWARE IMPLEMENTATION- Figure 4: Graphical user interface.
  • 4. International Journal of Research in Advent Technology, Vol.7, No.1, January 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 491 6. CONCLUSION This paper provides the identification of crop diseases and their treatment in cost-effective way. The leaf disease can restrict plant growth, resulting in reduced yields and loss of vigor by using image processing we can find out the type of the disease and according to that disease the system can spray the pesticides on the crop. K-means clustering algorithm and SVM techniques are the methodologies used in the proposed system. REFERENCES [1]Bhavini J.Samajpati Sheshang D. Degawala,"Hybrid Approach for Apple Fruit Diseases Detection and Classification Using Random Forest Classifier",IEEE International Conference on Communication and Signal Processing,pp. 978-5090-0396,2016. [2] Sherlin Varughese, Nayana Shinde, SwapnaliYadav, Jignesh Sisodia “Learning-Based Fruit Disease Detection Using Image Processing”International Journal of Innovative and Emerging Research in Engineering Volume 3, Issue 2, p-ISSN: 2394-5494, 2016. [3] RS Parbat, SD Mahamine, SH Bodake, MP Aher, “Design of Bluetooth integrated UWB printed monopole antenna for wireless application”, International Conference on Automatic Control and Dynamic Optimization Techniques (ICACDOT)- 2016, organized by IEEE Pune Section and published in IEEE Explore, DOI: 10.1109/ICACDOT.2016.7877766 [3] Pujitha N, Swathi C, Kanchana V “Detection Of External Defects On Mango” InternationalJournal of Applied Engineering Research ISSN 0973- 4562 Volume 11, Number 7, pp. 4763-4769, 2016. [5]Prajakta Mitkal, Priyanka Pawar, Mira Nagane, Priyanka Bhosale, Mira Padwal and Priti Nagane “Leaf Disease Detection and Prevention Using Image processing using Matlab” International Journal of Recent Trends in Engineering &Research (IJRTER) Volume 02, Issue 02,[ISSN:2455-1457], February– 2016. [6] Usama Mokhtar, Mona A. S. Alit, Aboul ElaHassenian, Hesham Hefny “Tomato leaves diseases detection approach based on support vector machines” IEEE pp. 978-1-5090-0275-7. [7] Rahul Ganpat Mapari, Dr. D. G. Wakde, “A Simple Predictive PWM Voltage Controlled Technique for Implementation of Single Phase Inverter with Precision Rectifier”, Int. Journal of Engg, Research & Appl., vol. 3, pp. 1772-1775, (2013). [8] Rahul Ganpat Mapari, Dr. D. G. Wakde, “A Simple Control Strategy for a Single Phase Bridgeless and Transformer-less Active Rectifier with High Power Factor and Voltage Stabilization”, Springer Series of Advances in Intelligent Systems and Computing., vol. 324, ISBN - 978-81-322-2126-5, (2015).