Plant Diseases Identification Using Image Processing (MATLAB)
Plant Diseases Identification Using Image Processing (MATLAB)
• Diseases in Plants
• Fungus in Plants
• Why Image processing?
• Dataset image processing
• Image processing flow as case study
• Sample disease identification in Leafs
DISEASES in PLANTS
• Parasitic Disease
Plant – Diseases caused by various types
Disease of pathogenic microbes such as
nature of a causative agent moulds, fungi, bacteria, virus,
mycoplasma like organisms
(MLO), nematode, etc.
Non
Infectious
infectious
Not spreading
one susceptible host to from non health
another, Plant to healthy
plant
FUNGUS IN LEAF
• Alternaria • Bacterial
alternata is a • Anthracnose is a blight irregular
fungus causing fungal diseases brown spots,
leaf spots, rots, that typically often beginning
and blights on cause dark on the leaf
many plant parts, lesions on leaves. margins
and other
diseases. Cercospora leaf spot symptoms
are primarily circular lesions
with a white center on pepper
Problems with Existing Technique
https://www.mdpi.com/journal/agronomy/special_issues/Imaging_crops#:~:text=In%20particular%2C%20satellite%20and%20drone,weed%20dete
ction%20and%20yield%20monitoring.
Image processing to computer vision
Detection &
Classification
of Disease
Image acquisition
https://www.guru99.com/backpropogation-neural-network.html
Support Vector Machine (SVM)
MATLAB
ABOUT MATLAB
• Imshow(a) • Double
– Displays the image • changes the data type but does not
change the numeric values
• Imshow(a/255)
– Darkens the image ( all the matrix
values between 0 and 0.5) • Im2double
• changes both the numeric data type and
• Imshow(a/128) the values
– Lighten the image ( all the matrix • If image itself is double then im2double
values between 0 and 2) does not have any effect
Plan extraction of Color Images