This project is meant to be a fast way to spot and count plants affected by Fusarium wilt in large greenhouses. A drone with a camera working on visible-light spectrum was used to shoot the images, which are courtesy of Applied Drone Innovations B.V. The program is based upon the OpenCV library and uses various filters and image processing techniques to spot yellow-reddish leaves.
-
Open a shell window and clone the project.
$ git clone https://github.com/mstrocchi/plantalyzer.git
-
Get into the project's root.
$ cd plantalyzer
-
Install the required packages.
$ pip install -r requirements.txt
-
Run it with Python 3.
$ python3 sick-plants-detector.py
Mattia Strocchi - m.strocchi@student.tudelft.nl
This project is available under the MIT license. See the LICENSE file for more info.