Plant Heath Monitoring 2
Plant Heath Monitoring 2
Plant Heath Monitoring 2
Published By:
Blue Eyes Intelligence Engineering
Retrieval Number A3394058119/19©BEIESP 406 & Sciences Publication
Plant Health Monitoring System through Image Processing and Defects Overcoming Through Embedded
System
clc;clear all;
Fig1. Flow chart close all;
workspace;
IV. PROPOSED SYSTEM [Path,U_C]=imgetfile;
In this project we are focusing to identifying the plant dieses IMA=imread(Path);
and trying to produce the solution for the infected area of the IMA = imresize(IMA,[500 500]);
plant through some medicine supplements. The Affected figure('name','Test Image','numbertitle','off');
crops are identified through image processing. Depending imshow(IMA);impixelinfo
upon the severity, the medicine amount is given to the crops. Ibright = Igreen + g;
Everything here is automated through a microcontroller, no Ibright = Ibright + (Imorph);
role to be played by human. For identifying the dieses we figure('name','Morphed
collected some plant data bases and by comparing the image','numbertitle','off');imshow(Ibright);impixelinfo;
infected plant with the various data bases we can identify for i=1:size(Ibright,1)
the dieses and we can monitor the process of the growth for j=1:size(Ibright,2)
level of the plants if Igreen(i,j)=0.98
Ib(i,j)=1;
else
Ib(i,j)=0;
End
g = graycomatrix(G);
stats = graycoprops(g,'Contrast Correlation Energy
Homogeneity');
Contrast = stats.Contrast;
Correlation = stats.Correlation;
Homogeneity = stats.Homogeneity;
Mean = mean2(G);
Standard_Deviation = std2(G);
Entropy = entropy(G);
RMS = mean2(rms(G));
%Skewness = skewness(img)
Variance = mean2(var(double(G)));
a = sum(double(G(:)));
Fig.2 Block Diagram Smoothness = 1-(1/(1+a));
Published By:
Blue Eyes Intelligence Engineering
Retrieval Number A3394058119/19©BEIESP 407 & Sciences Publication
International Journal of Recent Technology and Engineering (IJRTE)
ISSN: 2277-3878, Volume-8, Issue-1, May 2019
1. Reference images
REFERENCES
1. Sanjeev S Sannakki, Vijay S Rajpurohit, V B Nargund, Pallavi
Kulkarni,“Diagnosis and Classification of Grape Leaf Diseases using
NeuralNetworks”,IEEE proceedings of 4ICCCNT, 2013
2. S. Arivazhagan, R. NewlinShebiah, S. Ananthi, S. Vishnu Varthini,
“Detectionof unhealthy region of plant leaves and classification of
plant leaf diseases usingtexture features”, CIGR Journal ,Vol. 15,
No.1, 2013.
3. Arti N. Rathod, BhaveshTanawal, Vatsal Shah, “Image Processing
Image.2 Infected grass images
Techniquesfor Detection of Leaf Disease”, Vol 3, Issue 11, 2013.
4. Jayamala K. PatilBharti, “Advances in image processing for detection
of plantdiseases”, Journal of Advanced Bioinformatics Applications
2. Output images and Research, Vol 2,Issue 2, pp 135-141, 2011.
5. Camargoa, J.S. Smith, “An image-processing based algorithm to
automaticallyidentify plant disease visual symptoms”, Biosyst Eng.,
Vol 102:9–21, 2009.
6. SindhujaSankarana, AshishMishraa, Reza Ehsania, Cristina Davisb,
“A reviewof advanced techniques for detecting plant diseases”,
Computers and Electronicsin Agriculture, Vol 72, pp. 1–13, 2010.
7. Niketamoda, Bharat jadhav, Smeetanaikwadi, “Detection and
classification ofplantdiseases by image processing”, International
Journal of Innovative Science,Engineering & Technology, Vol. 1
Issue 2, 2014.
8. P.Revathi, M.Hemalatha, “Classification of Cotton Leaf Spot
DiseasesUsing Image Processing Edge Detection Techniques” IEEE
proceedings ofINCOSET, pp 169-173, 2012.
9. Raghottam Ramesh. Kulkarni, Dr. A. V. Sutagundar “Plant Leaf
Disease Management System” Proceedings of the IEEE 2017
International Conference on Computing Methodologies and
Communication(ICCMC)
10. Revathi, M. Hemalatha, “Cotton Leaf Spot Diseases Detection
UtilizingFeature Selection with Skew Divergence Method”,
International Journal ofScientific Engineering and Technology (ISSN:
2277-1581), Vol. (3), IssueNo.1, pg.no. 22-30, 1 Jan 2014.
Published By:
Blue Eyes Intelligence Engineering
Retrieval Number A3394058119/19©BEIESP 408 & Sciences Publication