Developed an algorithm using deep learning, Image Processing and Fuzzy Inference system that allows the user to identify a disease caused by a particular micro-organism that is infested on the leaf of a plant and also successfully shows estimated health severity of the leaf based on how much of a leaf is infected.
You can click here to get redirected to the youtube video of this Project.
The deep learning algorithm studies the different dataset images and classifies into one of the 5 categories: Bacteria, Fungi, Virus, Nematode and Normal Leaf (Not infected at all)
After classifying feature extraction of the infected leaf has been done using Digital Image Processing technique.
Studied the images in the dataset and understanding the different patterns in which the organisms infect the leaf. Thus, the main objective of the technique of image processing is to extract the infected area of the leaf and isolating the background and the green part of the leaf. This would help us to highlight the only the infected area.
Finally after the feature extraction , to determine the health severity of the leaf in terms of percentage, a set of rules have been aggregated by using Fuzzy Inference System in MATLAB