image_processing_for_plant_disease icon indicating copy to clipboard operation
image_processing_for_plant_disease copied to clipboard

Image processing code for blob detection and feature extraction in MATLAB. Paper Reference: Detecting jute plant disease using image processing and machine learning. Find the full text here: http://ie...

Image processing and feature extraction for plant disease detection from stem images

This code is implemented from scratch for extracting disease affected portions from images of Jute Plant Stems. Different image processing methods like Hue-based Segmentation, Morphological Analysis (i.e. erosion, dilation etc.), Blob Detection, Largest Connected Component, Color co-occurrence methodology, Texture Analysis etc. are implemented and applied. Extracted features are used for Jute Plant Disease Detection using Multi-class Support Vector Machine.