Skip to content

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/

License

Notifications You must be signed in to change notification settings

znreza/image_processing_for_plant_disease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages