SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2526
A Review on Plant Disease Detection using Image Processing
Tejashri jadhav1, Neha Chavan2, Shital jadhav3, Vishakha Dubhele4
1,2,3,4BE Student, Dept. of Electronic & Telecommunication Engineering, Shivajirao S. Jondhle College of Engineering
& Technology, Asangaon.
-------------------------------------------------------------------***------------------------------------------------------------------------
Abstract – Identification of plant disease is the key to preventing the losses in the yield and quantity of the agriculture
product. Detecting damaged parts in leaves succor to develop a software which will help farmers to get more amount of turn
outs,it can blotch the diseases precisely. Disease decrease the productivity of plant and it also restricts the growth of plant and
both quality and quantity of plant gets reduced. Hence digital image processing is used for the detection of plant diseases.
Disease detection involves the steps like image acquisition, image pre-processing, image segmentation, feature extraction and
it’s classification.
Key Words: HSI: Hue Saturation Intensity, SVM: Support Vector Machine, GLCM: Grey Level Co-occurrence Matrix, SGDM:
Spatial Grey Level Dependence Matrices
1. INTRODUCTION
To the significant reduction in both the India is a cultivated country and about 70% of the population depends on
agriculture. Farmers have large range of diversity for selecting various suitable crops and finding the suitable pesticides
for plants disease on plant leads quality and quantity of agricultural products. Due to environmental changes like huge
rainfall drastic changes in temp. the crop gets infected and that can be characterized by spots on the leaf dryness of leaf,
colour changes in leaf and classification.
The proposed project leaf infection detection is made through image processing technique because image from important
data and information in biological science digital image processing and image analysis technology based on advance in
micro electronic and computer has many applications in biology. The method for detection classification of leaf disease is
based on masking and removing green pixels, applying a specific threshold extract to the infected region and computing
the texture statistics to evaluate the disease using MATLAB.
Image processing technique could be applied on various applications as follows:
1. To detect plant leaf
2. To quantify affected area by diseases
3. To find the boundaries of affected area
4. To determine the colour of the affected area
5. To determine size and shape of leaf
2. DESIGN STEPS
A. Input Image:
[1] In this paper used digital leaf images to identify disease. The images are taken from different online sources. There are
three common rose diseases that used in this research, i.e., Black spot, Anthracnose and Rust. Figure 1 shows the disease
images in JPEG format.
Figure No.1: Input image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2527
B. Image Preprocessing:
Image pre-process tasks are the initial stage before feature extraction. There are three steps of image preprocessing, i.e.,
image cropping, image converting and image enhancement. In that first cropped on leaf disease area, and then converted it
into grey levels. In figure 2 for image enhancement used Laplacian filter.
Figure No.2: Pre-processed image
C. Image Segmentation
Image segmentation is one of the most important precursors for disease detection and has a crucial impact on the overall
performance of the developed systems. The K-means clustering technique is a well-known approach that has been applied
to solve low-level image segmentation tasks. This clustering algorithm is convergent and its aim is to optimize the
partitioning decisions based on a user-defined initial set of clusters. Paper proposed k-means segmentation method to
segment target areas. The area affected by the disease is the target area. Figure 3 shows the outputs from the
segmentation.
Figure No.3: Segmented images
D. Feature Extraction
Proposed method include two features colour texture and space feature. These features are total 17 in numbers including
13 colour features and 4 shape features. Shape features including area, perimeter, circularity and complexity were
extracted from the binary segmentation images. Color features and texture features were extracted from the color
segmentation image. The image analysis technique is done using Color Co-occurrence Matrix (CCM).[1] block diagram
show in figure 4
Figure No.4: Block Diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2528
Color Transformation Structure:
First, the RGB images of leaves are converted into Hue Saturation Intensity (HSI) color space representation. The purpose
of the colour space is to facilitate the specification of colors in some standard, generally accepted way. HSI (Hue,
Saturation, Intensity) colour model is a popular color model because it is based on human perception.
Hue Color Attribute:
It refers to the dominant colors as viewed by a person. Saturation refers to the relative purity or the amount of white light
added to hue and intensity
refers to the amplitude of the light. Color spaces can be converted from one space to another easily. After the
transformation process, the H component is taken into account for further analysis. S and I are dropped since it doe lies
not give extra information.
Masking Green Pixels:
Here, we identify mainly the green colored pixels. After this, based on specified threshold value computed for these pixels,
the mostly green pixels are masked as if the green component of the pixel intensity is less than the pre computed threshold
value, the red, green and blue components of this pixel is assigned to a zero value.
Segmentation:
From the above steps, the infected portion of the leaf is extracted. The infected region is then segmented into a number of
patches of equal size. The size of the patch is chosen in such a way that the significant information is not lost. In this
approach patch size of 32*32 is taken. The next step is to extract the useful segments. Not all segments contain significant
amount of that information. So the patches which are having more than fifty percent of the information are taken into
account for the further analysis.
Color Co-Occurrence Method:
The color co-occurrence texture analysis method is developed through the Spatial Gray- level Dependence Matrices
(SGDM). The gray level co-occurrence methodology is a statistical way to describe shape by statistically sampling the way
certain gray- levels occur in relation to other gray levels. These matrices measure the probability that a pixel at one
particular gray level will occur at a distinct distance and orientation from any pixel given that pixel has a second particular
gray level. The overview of the proposed methodology is shown in Figure 5.
3. PROPOSED SYSTEM
Figure No.5: Proposed System
A. Image Acquisition
Firstly, the images of various leaves are required using a digital image camera with required resolution for better quality.
The input image is then resized to 256*256 pixels. The construction of an image database depends on required
applications. The image database has to be carefully constructed in that it generally decides the efficiency of the classifier
and performance of the proposed method.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2529
B. Image Pre-Processing
Image pre-processing is used to enhance the quality of the image necessary for further processing and analysis. It includes
color space conversion and image enhancement. The RGB images of leaves are converted into L*a*b color space. The color
transformation is done to determine the luminosity and chromaticity layers. The color space conversion is used for the
enhancement of visual analysis.
C. Image Segmentation
Image segmentation is the process used to simplify the representation of an image into meaningful form, such as to
highlight object of interest from background. The K-means clustering algorithm performs segmentation by minimizing the
sum of squares of distances between the image intensities and the cluster centroids. K-means clustering algorithm or
Lloyd's Algorithm is an iterative algorithm that partitions the data and assigns n observations to precisely one of k clusters
defined by centroids.
The steps in the algorithm are given below.
1. Choose k initial cluster centers (centroid).
2. Compute point-to-cluster-centroid distances of all observations to each centroid.
3. Assign each observation to the cluster with the closest centroid.
4. Compute the mean of the observations in each cluster to obtain k new centroid locations.
5. Repeat steps 2 through 4 until there is no change in the cluster assignments or the maximum number of iterations is
reached.
D. Feature Extraction
After segmentation, the GLCM features are extracted from the image. Gray-Level Co-Occurrence Matrix (GLCM) is the
statistical method of investigating texture which considers the spatial relationship of pixels. The GLCM functions
characterize the texture of images by computing the spatial relationship among the pixels in the images. The statistical
measures are extracted from this matrix. In the creation of GLCMs, an array of offsets which describe pixel relationships of
varying direction and distance have to be specified
E. Classification using Support Vector Machine (SVM)
Figure No.6: Support Vector Machine Classifier
Figure No.6 Support Vector Machine Classifier Support Vector Machine is kernel-based supervised Learning algorithm
used as a classification tool. The training algorithm of SVM maximizes the margin between the training data and class
boundary. The resulting decision function depends only on the training data called support vectors, which are closest to
the decision boundary as shown in Figure. It is effective in high dimensional space where number of dimensions is greater
than the number of training data. SVM transforms data from input space into a high-dimensional feature space using
kernel function. Nonlinear data can also be separated using hyper plane in high dimensional space. The computational
complexity is reduced by kernel Hilbert space (RKHS). The idea of support vector machine is to create a hyper plane in
between data sets to indicate which class it belongs to. The feature vector is given as input to the classifier. The feature
vectors of the database images are divided into training and testing vectors. The classifier trains on the training set and
applies it to classify the testing set. The performance of the Classifier is measured by comparing the predicted labels and
actual values.[2]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2530
4. CONCLUSIONS
1. A method for detection and classification of leaf diseases is
implemented. The segmentation of the diseased part is
done using K-Means algorithm.
2. Then, GLCM (grey level co-occurrence matrix) texture
features are extracted and classification is done using SVM
(support vector machines).
3. The method is tested for detection of diseases in citrus
leaves. Future work is to be carried out for classification of
diseases in different plant species and to improve the
classification accuracy.
REFERENCES
1. R. Meena Prakash, “Detection of Leaf Diseases and Classification using Digital Image Processing”, ICIIECS, 2017.
2. Miss. Amruta Ambatkar, “Leaf Disease Detection using Image Processing”, ICRTEST 2017,
3. Volume 5, Issue 1.
4. Varsha sawarkar, " A Review: Rose Plant Disease Detection Using Image processing" , IOSR-JCE, 2018.
5. Rajneet Kaye, "A Brief Review on Plant Disease Detection using in Image Processing",IJCSMC, 2017.

More Related Content

PDF
IRJET- Crowd Density Estimation using Image Processing
PDF
G04544346
PDF
The Effects of Segmentation Techniques in Digital Image Based Identification ...
PDF
Image segmentation based on color
PDF
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
PDF
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
PDF
B01460713
PDF
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
IRJET- Crowd Density Estimation using Image Processing
G04544346
The Effects of Segmentation Techniques in Digital Image Based Identification ...
Image segmentation based on color
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
COLOUR BASED IMAGE SEGMENTATION USING HYBRID KMEANS WITH WATERSHED SEGMENTATION
B01460713
An Improved Way of Segmentation and Classification of Remote Sensing Images U...

What's hot (20)

PDF
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
PDF
Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation
PDF
Extraction of texture features by using gabor filter in wheat crop disease de...
PDF
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
PDF
Dk34681688
PDF
Content based image retrieval based on shape with texture features
PDF
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
DOC
Paper on image processing
PDF
Wavelet-Based Color Histogram on Content-Based Image Retrieval
PPT
Evaluation of Texture in CBIR
PPTX
Band ratioing presentation
PDF
IRJET- Content Based Image Retrieval (CBIR)
PDF
Feature integration for image information retrieval using image mining techni...
PDF
I017417176
PDF
Automatic dominant region segmentation for natural images
PDF
Supervised and unsupervised classification techniques for satellite imagery i...
PDF
Contrast Enhancement Techniques: A Brief and Concise Review
PDF
A comparative study on content based image retrieval methods
PDF
Image detective efficient image retrieval system
PDF
Implementation of High Dimension Colour Transform in Domain of Image Processing
Multispectral Satellite Color Image Segmentation Using Fuzzy Based Innovative...
Fuzzy Region Merging Using Fuzzy Similarity Measurement on Image Segmentation
Extraction of texture features by using gabor filter in wheat crop disease de...
Comparison of various Image Registration Techniques with the Proposed Hybrid ...
Dk34681688
Content based image retrieval based on shape with texture features
Content-based Image Retrieval Using The knowledge of Color, Texture in Binary...
Paper on image processing
Wavelet-Based Color Histogram on Content-Based Image Retrieval
Evaluation of Texture in CBIR
Band ratioing presentation
IRJET- Content Based Image Retrieval (CBIR)
Feature integration for image information retrieval using image mining techni...
I017417176
Automatic dominant region segmentation for natural images
Supervised and unsupervised classification techniques for satellite imagery i...
Contrast Enhancement Techniques: A Brief and Concise Review
A comparative study on content based image retrieval methods
Image detective efficient image retrieval system
Implementation of High Dimension Colour Transform in Domain of Image Processing
Ad

Similar to IRJET- A Review on Plant Disease Detection using Image Processing (20)

PDF
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
PDF
IJSRED-V2I2P60
PDF
Computerized spoiled tomato detection
PDF
Computerized spoiled tomato detection
PDF
IRJET - Plant Leaf Disease Detection using Image Processing
DOCX
Image Segmentation Based Survey on the Lung Cancer MRI Images
PDF
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
PDF
K-Means Segmentation Method for Automatic Leaf Disease Detection
PDF
Use of horizontal and vertical edge processing technique to improve number pl...
PDF
IRJET- Detection and Classification of Leaf Diseases
PDF
Image segmentation based on color
PDF
Detection of Fruits Defects Using Colour Segmentation Technique
PDF
MMFO: modified moth flame optimization algorithm for region based RGB color i...
PDF
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
PDF
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
PDF
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
PDF
IRJET- Analysis of Plant Diseases using Image Processing Method
PDF
Pest Control in Agricultural Plantations Using Image Processing
PPTX
Digital image processing
PDF
IRJET- Multi Image Morphing: A Review
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IJSRED-V2I2P60
Computerized spoiled tomato detection
Computerized spoiled tomato detection
IRJET - Plant Leaf Disease Detection using Image Processing
Image Segmentation Based Survey on the Lung Cancer MRI Images
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
K-Means Segmentation Method for Automatic Leaf Disease Detection
Use of horizontal and vertical edge processing technique to improve number pl...
IRJET- Detection and Classification of Leaf Diseases
Image segmentation based on color
Detection of Fruits Defects Using Colour Segmentation Technique
MMFO: modified moth flame optimization algorithm for region based RGB color i...
Supervised Blood Vessel Segmentation in Retinal Images Using Gray level and M...
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
IRJET - Change Detection in Satellite Images using Convolutional Neural N...
IRJET- Analysis of Plant Diseases using Image Processing Method
Pest Control in Agricultural Plantations Using Image Processing
Digital image processing
IRJET- Multi Image Morphing: A Review
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
DOCX
573137875-Attendance-Management-System-original
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
PPT on Performance Review to get promotions
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
Structs to JSON How Go Powers REST APIs.pdf
PDF
Well-logging-methods_new................
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Lesson 3_Tessellation.pptx finite Mathematics
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
web development for engineering and engineering
PDF
composite construction of structures.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
573137875-Attendance-Management-System-original
Internet of Things (IOT) - A guide to understanding
PPT on Performance Review to get promotions
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Structs to JSON How Go Powers REST APIs.pdf
Well-logging-methods_new................
Model Code of Practice - Construction Work - 21102022 .pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Lesson 3_Tessellation.pptx finite Mathematics
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
web development for engineering and engineering
composite construction of structures.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx

IRJET- A Review on Plant Disease Detection using Image Processing

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2526 A Review on Plant Disease Detection using Image Processing Tejashri jadhav1, Neha Chavan2, Shital jadhav3, Vishakha Dubhele4 1,2,3,4BE Student, Dept. of Electronic & Telecommunication Engineering, Shivajirao S. Jondhle College of Engineering & Technology, Asangaon. -------------------------------------------------------------------***------------------------------------------------------------------------ Abstract – Identification of plant disease is the key to preventing the losses in the yield and quantity of the agriculture product. Detecting damaged parts in leaves succor to develop a software which will help farmers to get more amount of turn outs,it can blotch the diseases precisely. Disease decrease the productivity of plant and it also restricts the growth of plant and both quality and quantity of plant gets reduced. Hence digital image processing is used for the detection of plant diseases. Disease detection involves the steps like image acquisition, image pre-processing, image segmentation, feature extraction and it’s classification. Key Words: HSI: Hue Saturation Intensity, SVM: Support Vector Machine, GLCM: Grey Level Co-occurrence Matrix, SGDM: Spatial Grey Level Dependence Matrices 1. INTRODUCTION To the significant reduction in both the India is a cultivated country and about 70% of the population depends on agriculture. Farmers have large range of diversity for selecting various suitable crops and finding the suitable pesticides for plants disease on plant leads quality and quantity of agricultural products. Due to environmental changes like huge rainfall drastic changes in temp. the crop gets infected and that can be characterized by spots on the leaf dryness of leaf, colour changes in leaf and classification. The proposed project leaf infection detection is made through image processing technique because image from important data and information in biological science digital image processing and image analysis technology based on advance in micro electronic and computer has many applications in biology. The method for detection classification of leaf disease is based on masking and removing green pixels, applying a specific threshold extract to the infected region and computing the texture statistics to evaluate the disease using MATLAB. Image processing technique could be applied on various applications as follows: 1. To detect plant leaf 2. To quantify affected area by diseases 3. To find the boundaries of affected area 4. To determine the colour of the affected area 5. To determine size and shape of leaf 2. DESIGN STEPS A. Input Image: [1] In this paper used digital leaf images to identify disease. The images are taken from different online sources. There are three common rose diseases that used in this research, i.e., Black spot, Anthracnose and Rust. Figure 1 shows the disease images in JPEG format. Figure No.1: Input image
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2527 B. Image Preprocessing: Image pre-process tasks are the initial stage before feature extraction. There are three steps of image preprocessing, i.e., image cropping, image converting and image enhancement. In that first cropped on leaf disease area, and then converted it into grey levels. In figure 2 for image enhancement used Laplacian filter. Figure No.2: Pre-processed image C. Image Segmentation Image segmentation is one of the most important precursors for disease detection and has a crucial impact on the overall performance of the developed systems. The K-means clustering technique is a well-known approach that has been applied to solve low-level image segmentation tasks. This clustering algorithm is convergent and its aim is to optimize the partitioning decisions based on a user-defined initial set of clusters. Paper proposed k-means segmentation method to segment target areas. The area affected by the disease is the target area. Figure 3 shows the outputs from the segmentation. Figure No.3: Segmented images D. Feature Extraction Proposed method include two features colour texture and space feature. These features are total 17 in numbers including 13 colour features and 4 shape features. Shape features including area, perimeter, circularity and complexity were extracted from the binary segmentation images. Color features and texture features were extracted from the color segmentation image. The image analysis technique is done using Color Co-occurrence Matrix (CCM).[1] block diagram show in figure 4 Figure No.4: Block Diagram
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2528 Color Transformation Structure: First, the RGB images of leaves are converted into Hue Saturation Intensity (HSI) color space representation. The purpose of the colour space is to facilitate the specification of colors in some standard, generally accepted way. HSI (Hue, Saturation, Intensity) colour model is a popular color model because it is based on human perception. Hue Color Attribute: It refers to the dominant colors as viewed by a person. Saturation refers to the relative purity or the amount of white light added to hue and intensity refers to the amplitude of the light. Color spaces can be converted from one space to another easily. After the transformation process, the H component is taken into account for further analysis. S and I are dropped since it doe lies not give extra information. Masking Green Pixels: Here, we identify mainly the green colored pixels. After this, based on specified threshold value computed for these pixels, the mostly green pixels are masked as if the green component of the pixel intensity is less than the pre computed threshold value, the red, green and blue components of this pixel is assigned to a zero value. Segmentation: From the above steps, the infected portion of the leaf is extracted. The infected region is then segmented into a number of patches of equal size. The size of the patch is chosen in such a way that the significant information is not lost. In this approach patch size of 32*32 is taken. The next step is to extract the useful segments. Not all segments contain significant amount of that information. So the patches which are having more than fifty percent of the information are taken into account for the further analysis. Color Co-Occurrence Method: The color co-occurrence texture analysis method is developed through the Spatial Gray- level Dependence Matrices (SGDM). The gray level co-occurrence methodology is a statistical way to describe shape by statistically sampling the way certain gray- levels occur in relation to other gray levels. These matrices measure the probability that a pixel at one particular gray level will occur at a distinct distance and orientation from any pixel given that pixel has a second particular gray level. The overview of the proposed methodology is shown in Figure 5. 3. PROPOSED SYSTEM Figure No.5: Proposed System A. Image Acquisition Firstly, the images of various leaves are required using a digital image camera with required resolution for better quality. The input image is then resized to 256*256 pixels. The construction of an image database depends on required applications. The image database has to be carefully constructed in that it generally decides the efficiency of the classifier and performance of the proposed method.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2529 B. Image Pre-Processing Image pre-processing is used to enhance the quality of the image necessary for further processing and analysis. It includes color space conversion and image enhancement. The RGB images of leaves are converted into L*a*b color space. The color transformation is done to determine the luminosity and chromaticity layers. The color space conversion is used for the enhancement of visual analysis. C. Image Segmentation Image segmentation is the process used to simplify the representation of an image into meaningful form, such as to highlight object of interest from background. The K-means clustering algorithm performs segmentation by minimizing the sum of squares of distances between the image intensities and the cluster centroids. K-means clustering algorithm or Lloyd's Algorithm is an iterative algorithm that partitions the data and assigns n observations to precisely one of k clusters defined by centroids. The steps in the algorithm are given below. 1. Choose k initial cluster centers (centroid). 2. Compute point-to-cluster-centroid distances of all observations to each centroid. 3. Assign each observation to the cluster with the closest centroid. 4. Compute the mean of the observations in each cluster to obtain k new centroid locations. 5. Repeat steps 2 through 4 until there is no change in the cluster assignments or the maximum number of iterations is reached. D. Feature Extraction After segmentation, the GLCM features are extracted from the image. Gray-Level Co-Occurrence Matrix (GLCM) is the statistical method of investigating texture which considers the spatial relationship of pixels. The GLCM functions characterize the texture of images by computing the spatial relationship among the pixels in the images. The statistical measures are extracted from this matrix. In the creation of GLCMs, an array of offsets which describe pixel relationships of varying direction and distance have to be specified E. Classification using Support Vector Machine (SVM) Figure No.6: Support Vector Machine Classifier Figure No.6 Support Vector Machine Classifier Support Vector Machine is kernel-based supervised Learning algorithm used as a classification tool. The training algorithm of SVM maximizes the margin between the training data and class boundary. The resulting decision function depends only on the training data called support vectors, which are closest to the decision boundary as shown in Figure. It is effective in high dimensional space where number of dimensions is greater than the number of training data. SVM transforms data from input space into a high-dimensional feature space using kernel function. Nonlinear data can also be separated using hyper plane in high dimensional space. The computational complexity is reduced by kernel Hilbert space (RKHS). The idea of support vector machine is to create a hyper plane in between data sets to indicate which class it belongs to. The feature vector is given as input to the classifier. The feature vectors of the database images are divided into training and testing vectors. The classifier trains on the training set and applies it to classify the testing set. The performance of the Classifier is measured by comparing the predicted labels and actual values.[2]
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 02 | Feb 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2530 4. CONCLUSIONS 1. A method for detection and classification of leaf diseases is implemented. The segmentation of the diseased part is done using K-Means algorithm. 2. Then, GLCM (grey level co-occurrence matrix) texture features are extracted and classification is done using SVM (support vector machines). 3. The method is tested for detection of diseases in citrus leaves. Future work is to be carried out for classification of diseases in different plant species and to improve the classification accuracy. REFERENCES 1. R. Meena Prakash, “Detection of Leaf Diseases and Classification using Digital Image Processing”, ICIIECS, 2017. 2. Miss. Amruta Ambatkar, “Leaf Disease Detection using Image Processing”, ICRTEST 2017, 3. Volume 5, Issue 1. 4. Varsha sawarkar, " A Review: Rose Plant Disease Detection Using Image processing" , IOSR-JCE, 2018. 5. Rajneet Kaye, "A Brief Review on Plant Disease Detection using in Image Processing",IJCSMC, 2017.