An open API service indexing awesome lists of open source software.

https://github.com/znreza/image_processing_for_plant_disease

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://ieeexplore.ieee.org/document/7873147/
https://github.com/znreza/image_processing_for_plant_disease

blob-detection feature-extraction glcm hsv2rgb image-processing matlab plant-disease rgb-to-hsv thresholding

Last synced: 4 months ago
JSON representation

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://ieeexplore.ieee.org/document/7873147/

Awesome Lists containing this project

README

          

# 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.