Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.81 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.81 KB

Green-Leaf-Disease-Detection

Detecting disease from the green leaf using OpenCV and image processing

In this repository functions.py file contains processing functions written in python-openCV.

main.py file coontains driver code to call functions.

database.py file deals with sqlite database named sample.db

sample.db is sample database file with four Disease onl, you can add your owns

Below are the implementation screenshots

1.Original Image

image image

2.Segmented Image

image image

3.Contrasted Image

image image

4.HSI Image

image image

5.Image With Damaged Part Only

image image

6.Disease Detected along with damaged area

image